Uses of Class
io.resys.hdes.client.api.ImmutableDetachedEntity.Builder
Packages that use ImmutableDetachedEntity.Builder
-
Uses of ImmutableDetachedEntity.Builder in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableDetachedEntity.BuilderModifier and TypeMethodDescriptionImmutableDetachedEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableDetachedEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableDetachedEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableDetachedEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableDetachedEntity.builder()Creates a builder forImmutableDetachedEntity.ImmutableDetachedEntity.Builder.created(LocalDateTime created) Initializes the value for thecreatedattribute.ImmutableDetachedEntity.Builder.from(HdesStore.DetachedEntity instance) Fill a builder with attribute values from the providedDetachedEntityinstance.Initializes the value for thehashattribute.