Uses of Class
org.kiwiproject.consul.model.query.ServiceQuery
Packages that use ServiceQuery
-
Uses of ServiceQuery in org.kiwiproject.consul.model.query
Subclasses of ServiceQuery in org.kiwiproject.consul.model.queryMethods in org.kiwiproject.consul.model.query that return ServiceQueryModifier and TypeMethodDescriptionImmutablePreparedQuery.getService()ImmutableStoredQuery.getService()abstract ServiceQueryPreparedQuery.getService()abstract ServiceQueryStoredQuery.getService()Methods in org.kiwiproject.consul.model.query with parameters of type ServiceQueryModifier and TypeMethodDescriptionstatic ImmutableServiceQueryImmutableServiceQuery.copyOf(ServiceQuery instance) Creates an immutable copy of aServiceQueryvalue.ImmutableServiceQuery.Builder.from(ServiceQuery instance) Fill a builder with attribute values from the providedServiceQueryinstance.ImmutablePreparedQuery.Builder.service(ServiceQuery service) Initializes the value for theserviceattribute.ImmutableStoredQuery.Builder.service(ServiceQuery service) Initializes the value for theserviceattribute.final ImmutablePreparedQueryImmutablePreparedQuery.withService(ServiceQuery value) Copy the current immutable object by setting a value for theserviceattribute.final ImmutableStoredQueryImmutableStoredQuery.withService(ServiceQuery value) Copy the current immutable object by setting a value for theserviceattribute.