Uses of Class
org.kiwiproject.consul.model.catalog.ImmutableCatalogDeregistration
Packages that use ImmutableCatalogDeregistration
-
Uses of ImmutableCatalogDeregistration in org.kiwiproject.consul.model.catalog
Methods in org.kiwiproject.consul.model.catalog that return ImmutableCatalogDeregistrationModifier and TypeMethodDescriptionImmutableCatalogDeregistration.Builder.build()Builds a newImmutableCatalogDeregistration.ImmutableCatalogDeregistration.copyOf(CatalogDeregistration instance) Creates an immutable copy of aCatalogDeregistrationvalue.ImmutableCatalogDeregistration.withCheckId(String value) Copy the current immutable object by setting a present value for the optionalcheckIdattribute.ImmutableCatalogDeregistration.withCheckId(Optional<String> optional) Copy the current immutable object by setting an optional value for thecheckIdattribute.ImmutableCatalogDeregistration.withDatacenter(String value) Copy the current immutable object by setting a present value for the optionaldatacenterattribute.ImmutableCatalogDeregistration.withDatacenter(Optional<String> optional) Copy the current immutable object by setting an optional value for thedatacenterattribute.Copy the current immutable object by setting a value for thenodeattribute.ImmutableCatalogDeregistration.withServiceId(String value) Copy the current immutable object by setting a present value for the optionalserviceIdattribute.ImmutableCatalogDeregistration.withServiceId(Optional<String> optional) Copy the current immutable object by setting an optional value for theserviceIdattribute.ImmutableCatalogDeregistration.withWriteRequest(Optional<? extends WriteRequest> optional) Copy the current immutable object by setting an optional value for thewriteRequestattribute.ImmutableCatalogDeregistration.withWriteRequest(WriteRequest value) Copy the current immutable object by setting a present value for the optionalwriteRequestattribute.