Class UtilityNamedTraceConfigurationQueryParameters

java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityNamedTraceConfigurationQueryParameters

public class UtilityNamedTraceConfigurationQueryParameters extends Object
The query parameters to use when searching for applicable named trace configuration objects.

If none of the parameters are set the query will return all available named trace configurations. In the query the values in each property are combined using a logical OR and between each property a logical AND is used.

Since:
100.11.0
See Also:
  • Constructor Details

    • UtilityNamedTraceConfigurationQueryParameters

      public UtilityNamedTraceConfigurationQueryParameters()
      Creates an UtilityNamedTraceConfigurationQueryParameters.
      Since:
      100.11.0
  • Method Details

    • getCreators

      public List<String> getCreators()
      Optional parameter representing the creators of the named trace configurations to be queried.
      Returns:
      optional parameter representing the creators of the named trace configurations to be queried.
      Since:
      100.11.0
    • getGlobalIds

      public List<UUID> getGlobalIds()
      Optional parameter representing the global IDs of the named trace configurations to be queried.
      Returns:
      optional parameter representing the global IDs of the named trace configurations to be queried.
      Since:
      100.11.0
    • getNames

      public List<String> getNames()
      Optional parameter representing the names of the named trace configurations to be queried.
      Returns:
      optional parameter representing the names of the named trace configurations to be queried.
      Since:
      100.11.0
    • getTags

      public List<String> getTags()
      Optional parameter representing the user tags of the named trace configurations to be queried.
      Returns:
      optional parameter representing the user tags of the named trace configurations to be queried.
      Since:
      100.11.0