Uses of Interface
io.dialob.client.api.DialobStore.StoreCommand
-
Packages that use DialobStore.StoreCommand Package Description io.dialob.client.api -
-
Uses of DialobStore.StoreCommand in io.dialob.client.api
Subinterfaces of DialobStore.StoreCommand in io.dialob.client.api Modifier and Type Interface Description static interfaceDialobStore.CreateStoreEntitystatic interfaceDialobStore.DeleteStoreEntitystatic interfaceDialobStore.UpdateStoreEntityClasses in io.dialob.client.api that implement DialobStore.StoreCommand Modifier and Type Class Description classImmutableCreateStoreEntityImmutable implementation ofDialobStore.CreateStoreEntity.classImmutableDeleteStoreEntityImmutable implementation ofDialobStore.DeleteStoreEntity.classImmutableUpdateStoreEntityImmutable implementation ofDialobStore.UpdateStoreEntity.Methods in io.dialob.client.api with parameters of type DialobStore.StoreCommand Modifier and Type Method Description ImmutableCreateStoreEntity.BuilderImmutableCreateStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.ImmutableDeleteStoreEntity.BuilderImmutableDeleteStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.ImmutableUpdateStoreEntity.BuilderImmutableUpdateStoreEntity.Builder. from(DialobStore.StoreCommand instance)Fill a builder with attribute values from the providedio.dialob.client.api.DialobStore.StoreCommandinstance.Method parameters in io.dialob.client.api with type arguments of type DialobStore.StoreCommand Modifier and Type Method Description io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobStore. batch(List<DialobStore.StoreCommand> batchType)
-