Uses of Class
com.orbitz.consul.model.query.ImmutableQueryId.Builder
-
Packages that use ImmutableQueryId.Builder Package Description com.orbitz.consul.model.query -
-
Uses of ImmutableQueryId.Builder in com.orbitz.consul.model.query
Methods in com.orbitz.consul.model.query that return ImmutableQueryId.Builder Modifier and Type Method Description static ImmutableQueryId.BuilderImmutableQueryId. builder()Creates a builder forImmutableQueryId.ImmutableQueryId.BuilderImmutableQueryId.Builder. from(QueryId instance)Fill a builder with attribute values from the providedQueryIdinstance.ImmutableQueryId.BuilderImmutableQueryId.Builder. id(java.lang.String id)Initializes the value for theidattribute.
-