Uses of Interface
io.dialob.client.api.DialobStore.DetachedEntity
-
Packages that use DialobStore.DetachedEntity Package Description io.dialob.client.api -
-
Uses of DialobStore.DetachedEntity in io.dialob.client.api
Classes in io.dialob.client.api that implement DialobStore.DetachedEntity Modifier and Type Class Description classImmutableDetachedEntityImmutable implementation ofDialobStore.DetachedEntity.Methods in io.dialob.client.api that return types with arguments of type DialobStore.DetachedEntity Modifier and Type Method Description List<DialobStore.DetachedEntity>DialobStore.HistoryEntity. getBody()com.google.common.collect.ImmutableList<DialobStore.DetachedEntity>ImmutableHistoryEntity. getBody()Methods in io.dialob.client.api with parameters of type DialobStore.DetachedEntity Modifier and Type Method Description ImmutableHistoryEntity.BuilderImmutableHistoryEntity.Builder. addBody(DialobStore.DetachedEntity element)Adds one element tobodylist.ImmutableHistoryEntity.BuilderImmutableHistoryEntity.Builder. addBody(DialobStore.DetachedEntity... elements)Adds elements tobodylist.static ImmutableDetachedEntityImmutableDetachedEntity. copyOf(DialobStore.DetachedEntity instance)Creates an immutable copy of aDialobStore.DetachedEntityvalue.ImmutableDetachedEntity.BuilderImmutableDetachedEntity.Builder. from(DialobStore.DetachedEntity instance)Fill a builder with attribute values from the providedDetachedEntityinstance.ImmutableHistoryEntityImmutableHistoryEntity. withBody(DialobStore.DetachedEntity... elements)Copy the current immutable object with elements that replace the content ofbody.Method parameters in io.dialob.client.api with type arguments of type DialobStore.DetachedEntity Modifier and Type Method Description ImmutableHistoryEntity.BuilderImmutableHistoryEntity.Builder. addAllBody(Iterable<? extends DialobStore.DetachedEntity> elements)Adds elements tobodylist.ImmutableHistoryEntity.BuilderImmutableHistoryEntity.Builder. body(Iterable<? extends DialobStore.DetachedEntity> elements)Sets or replaces all elements forbodylist.ImmutableHistoryEntityImmutableHistoryEntity. withBody(Iterable<? extends DialobStore.DetachedEntity> elements)Copy the current immutable object with elements that replace the content ofbody.
-