Uses of Interface
io.resys.hdes.client.api.HdesStore.DetachedEntity
Packages that use HdesStore.DetachedEntity
-
Uses of HdesStore.DetachedEntity in io.resys.hdes.client.api
Classes in io.resys.hdes.client.api that implement HdesStore.DetachedEntityModifier and TypeClassDescriptionfinal classImmutable implementation ofHdesStore.DetachedEntity.Methods in io.resys.hdes.client.api that return types with arguments of type HdesStore.DetachedEntityModifier and TypeMethodDescriptionHdesStore.HistoryEntity.getBody()com.google.common.collect.ImmutableList<HdesStore.DetachedEntity>ImmutableHistoryEntity.getBody()Methods in io.resys.hdes.client.api with parameters of type HdesStore.DetachedEntityModifier and TypeMethodDescriptionImmutableHistoryEntity.Builder.addBody(HdesStore.DetachedEntity element) Adds one element tobodylist.ImmutableHistoryEntity.Builder.addBody(HdesStore.DetachedEntity... elements) Adds elements tobodylist.static ImmutableDetachedEntityImmutableDetachedEntity.copyOf(HdesStore.DetachedEntity instance) Creates an immutable copy of aHdesStore.DetachedEntityvalue.ImmutableDetachedEntity.Builder.from(HdesStore.DetachedEntity instance) Fill a builder with attribute values from the providedDetachedEntityinstance.final ImmutableHistoryEntityImmutableHistoryEntity.withBody(HdesStore.DetachedEntity... elements) Copy the current immutable object with elements that replace the content ofbody.Method parameters in io.resys.hdes.client.api with type arguments of type HdesStore.DetachedEntityModifier and TypeMethodDescriptionImmutableHistoryEntity.Builder.addAllBody(Iterable<? extends HdesStore.DetachedEntity> elements) Adds elements tobodylist.ImmutableHistoryEntity.Builder.body(Iterable<? extends HdesStore.DetachedEntity> elements) Sets or replaces all elements forbodylist.final ImmutableHistoryEntityImmutableHistoryEntity.withBody(Iterable<? extends HdesStore.DetachedEntity> elements) Copy the current immutable object with elements that replace the content ofbody.