Uses of Interface
io.dialob.client.api.DialobStore.StoreEntity
-
Packages that use DialobStore.StoreEntity Package Description io.dialob.client.api -
-
Uses of DialobStore.StoreEntity in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.StoreEntity Modifier and Type Class Description classImmutableStoreEntityImmutable implementation ofDialobStore.StoreEntity.Methods in io.dialob.client.api that return types with arguments of type DialobStore.StoreEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<List<DialobStore.StoreEntity>>DialobStore. batch(List<DialobStore.StoreCommand> batchType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. create(DialobStore.CreateStoreEntity newType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. delete(DialobStore.DeleteStoreEntity deleteType)io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore.QueryBuilder. findOne()Map<String,DialobStore.StoreEntity>DialobStore.StoreState. getForms()com.google.common.collect.ImmutableMap<String,DialobStore.StoreEntity>ImmutableStoreState. getForms()Map<String,DialobStore.StoreEntity>DialobStore.StoreState. getTags()com.google.common.collect.ImmutableMap<String,DialobStore.StoreEntity>ImmutableStoreState. getTags()io.smallrye.mutiny.Uni<DialobStore.StoreEntity>DialobStore. update(DialobStore.UpdateStoreEntity updateType)Methods in io.dialob.client.api with parameters of type DialobStore.StoreEntity Modifier and Type Method Description static ImmutableStoreEntityImmutableStoreEntity. copyOf(DialobStore.StoreEntity instance)Creates an immutable copy of aDialobStore.StoreEntityvalue.DialobClient.EnvirCommandFormatBuilderDialobClient.EnvirCommandFormatBuilder. form(DialobStore.StoreEntity entity)ImmutableStoreEntity.BuilderImmutableStoreEntity.Builder. from(DialobStore.StoreEntity instance)Fill a builder with attribute values from the providedStoreEntityinstance.ImmutableStoreState.BuilderImmutableStoreState.Builder. putForms(String key, DialobStore.StoreEntity value)Put one entry to theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putTags(String key, DialobStore.StoreEntity value)Put one entry to thetagsmap.DialobClient.EnvirCommandFormatBuilderDialobClient.EnvirCommandFormatBuilder. tag(DialobStore.StoreEntity entity)Method parameters in io.dialob.client.api with type arguments of type DialobStore.StoreEntity Modifier and Type Method Description ImmutableStoreState.BuilderImmutableStoreState.Builder. forms(Map<String,? extends DialobStore.StoreEntity> entries)Sets or replaces all mappings from the specified map as entries for theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putAllForms(Map<String,? extends DialobStore.StoreEntity> entries)Put all mappings from the specified map as entries toformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putAllTags(Map<String,? extends DialobStore.StoreEntity> entries)Put all mappings from the specified map as entries totagsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putForms(Map.Entry<String,? extends DialobStore.StoreEntity> entry)Put one entry to theformsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. putTags(Map.Entry<String,? extends DialobStore.StoreEntity> entry)Put one entry to thetagsmap.ImmutableStoreState.BuilderImmutableStoreState.Builder. tags(Map<String,? extends DialobStore.StoreEntity> entries)Sets or replaces all mappings from the specified map as entries for thetagsmap.ImmutableStoreStateImmutableStoreState. withForms(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing theformsmap with the specified map.ImmutableStoreStateImmutableStoreState. withTags(Map<String,? extends DialobStore.StoreEntity> entries)Copy the current immutable object by replacing thetagsmap with the specified map.
-