Uses of Class
io.resys.hdes.client.api.ImmutableUpdateEntity.Builder
Packages that use ImmutableUpdateEntity.Builder
-
Uses of ImmutableUpdateEntity.Builder in io.resys.hdes.client.api
Methods in io.resys.hdes.client.api that return ImmutableUpdateEntity.BuilderModifier and TypeMethodDescriptionImmutableUpdateEntity.Builder.addAllBody(Iterable<? extends AstCommand> elements) Adds elements tobodylist.ImmutableUpdateEntity.Builder.addBody(AstCommand element) Adds one element tobodylist.ImmutableUpdateEntity.Builder.addBody(AstCommand... elements) Adds elements tobodylist.ImmutableUpdateEntity.Builder.body(Iterable<? extends AstCommand> elements) Sets or replaces all elements forbodylist.ImmutableUpdateEntity.builder()Creates a builder forImmutableUpdateEntity.ImmutableUpdateEntity.Builder.from(HdesComposer.UpdateEntity instance) Fill a builder with attribute values from the providedUpdateEntityinstance.Initializes the value for theidattribute.