Uses of Class
io.dialob.client.api.DialobStore.BodyStatus
-
Packages that use DialobStore.BodyStatus Package Description io.dialob.client.api -
-
Uses of DialobStore.BodyStatus in io.dialob.client.api
Methods in io.dialob.client.api that return DialobStore.BodyStatus Modifier and Type Method Description DialobStore.BodyStatusDialobComposer.ComposerEntity. getStatus()DialobStore.BodyStatusImmutableComposerEntity. getStatus()static DialobStore.BodyStatusDialobStore.BodyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DialobStore.BodyStatus[]DialobStore.BodyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.dialob.client.api with parameters of type DialobStore.BodyStatus Modifier and Type Method Description ImmutableComposerEntity.Builder<A>ImmutableComposerEntity.Builder. status(DialobStore.BodyStatus status)Initializes the value for thestatusattribute.ImmutableComposerEntity<A>ImmutableComposerEntity. withStatus(DialobStore.BodyStatus value)Copy the current immutable object by setting a value for thestatusattribute.
-