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:
UtilityNamedTraceConfiguration
-
-
Constructor Summary
Constructors Constructor Description UtilityNamedTraceConfigurationQueryParameters()
Creates an UtilityNamedTraceConfigurationQueryParameters.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getCreators()
Optional parameter representing the creators of the named trace configurations to be queried.List<UUID>
getGlobalIds()
Optional parameter representing the global IDs of the named trace configurations to be queried.List<String>
getNames()
Optional parameter representing the names of the named trace configurations to be queried.List<String>
getTags()
Optional parameter representing the user tags of the named trace configurations to be queried.
-
-
-
Method Detail
-
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
-
-