Uses of Class
com.orbitz.consul.model.query.ImmutableQueryId
-
Packages that use ImmutableQueryId Package Description com.orbitz.consul.model.query -
-
Uses of ImmutableQueryId in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return ImmutableQueryId Modifier and Type Method Description ImmutableQueryIdImmutableQueryId.Builder. build()Builds a newImmutableQueryId.static ImmutableQueryIdImmutableQueryId. copyOf(QueryId instance)Creates an immutable copy of aQueryIdvalue.ImmutableQueryIdImmutableQueryId. withId(java.lang.String value)Copy the current immutable object by setting a value for theidattribute.
-