Uses of Class
com.orbitz.consul.model.query.ServiceQuery
-
Packages that use ServiceQuery Package Description com.orbitz.consul.model.query -
-
Uses of ServiceQuery in com.orbitz.consul.model.query
Subclasses of ServiceQuery in com.orbitz.consul.model.query Modifier and Type Class Description classImmutableServiceQueryImmutable implementation ofServiceQuery.Methods in com.orbitz.consul.model.query that return ServiceQuery Modifier and Type Method Description ServiceQueryImmutablePreparedQuery. getService()ServiceQueryImmutableStoredQuery. getService()abstract ServiceQueryPreparedQuery. getService()abstract ServiceQueryStoredQuery. getService()Methods in com.orbitz.consul.model.query with parameters of type ServiceQuery Modifier and Type Method Description static ImmutableServiceQueryImmutableServiceQuery. copyOf(ServiceQuery instance)Creates an immutable copy of aServiceQueryvalue.ImmutableServiceQuery.BuilderImmutableServiceQuery.Builder. from(ServiceQuery instance)Fill a builder with attribute values from the providedServiceQueryinstance.ImmutablePreparedQuery.BuilderImmutablePreparedQuery.Builder. service(ServiceQuery service)Initializes the value for theserviceattribute.ImmutableStoredQuery.BuilderImmutableStoredQuery.Builder. service(ServiceQuery service)Initializes the value for theserviceattribute.ImmutablePreparedQueryImmutablePreparedQuery. withService(ServiceQuery value)Copy the current immutable object by setting a value for theserviceattribute.ImmutableStoredQueryImmutableStoredQuery. withService(ServiceQuery value)Copy the current immutable object by setting a value for theserviceattribute.
-