Uses of Interface
io.dialob.client.api.DialobStore.HistoryEntity
-
Packages that use DialobStore.HistoryEntity Package Description io.dialob.client.api -
-
Uses of DialobStore.HistoryEntity in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.HistoryEntity Modifier and Type Class Description classImmutableHistoryEntityImmutable implementation ofDialobStore.HistoryEntity.Methods in io.dialob.client.api that return types with arguments of type DialobStore.HistoryEntity Modifier and Type Method Description io.smallrye.mutiny.Uni<DialobStore.HistoryEntity>DialobStore.HistoryQuery. get(String id, String rev)io.smallrye.mutiny.Uni<DialobStore.HistoryEntity>DialobComposer. getHistory(String id, String rev)Methods in io.dialob.client.api with parameters of type DialobStore.HistoryEntity Modifier and Type Method Description static ImmutableHistoryEntityImmutableHistoryEntity. copyOf(DialobStore.HistoryEntity instance)Creates an immutable copy of aDialobStore.HistoryEntityvalue.ImmutableHistoryEntity.BuilderImmutableHistoryEntity.Builder. from(DialobStore.HistoryEntity instance)Fill a builder with attribute values from the providedHistoryEntityinstance.
-