Uses of Class
io.dialob.client.api.ImmutableEmptyCommand
-
Packages that use ImmutableEmptyCommand Package Description io.dialob.client.api -
-
Uses of ImmutableEmptyCommand in io.dialob.client.api
Methods in io.dialob.client.api that return ImmutableEmptyCommand Modifier and Type Method Description ImmutableEmptyCommandImmutableEmptyCommand.Builder. build()Builds a newImmutableEmptyCommand.static ImmutableEmptyCommandImmutableEmptyCommand. copyOf(DialobStore.EmptyCommand instance)Creates an immutable copy of aDialobStore.EmptyCommandvalue.ImmutableEmptyCommandImmutableEmptyCommand. withBodyType(DialobDocument.DocumentType value)Copy the current immutable object by setting a value for thebodyTypeattribute.ImmutableEmptyCommandImmutableEmptyCommand. withDescription(String value)Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableEmptyCommandImmutableEmptyCommand. withId(String value)Copy the current immutable object by setting a value for theidattribute.
-