Uses of Class
io.resys.hdes.client.api.ast.ImmutableAstService.Builder
Packages that use ImmutableAstService.Builder
-
Uses of ImmutableAstService.Builder in io.resys.hdes.client.api.ast
Methods in io.resys.hdes.client.api.ast that return ImmutableAstService.BuilderModifier and TypeMethodDescriptionImmutableAstService.Builder.addAllMessages(Iterable<? extends AstBody.AstCommandMessage> elements) Adds elements tomessageslist.ImmutableAstService.Builder.addAllRefs(Iterable<? extends AstService.AstServiceRef> elements) Adds elements torefslist.ImmutableAstService.Builder.addMessages(AstBody.AstCommandMessage element) Adds one element tomessageslist.ImmutableAstService.Builder.addMessages(AstBody.AstCommandMessage... elements) Adds elements tomessageslist.ImmutableAstService.Builder.addRefs(AstService.AstServiceRef element) Adds one element torefslist.ImmutableAstService.Builder.addRefs(AstService.AstServiceRef... elements) Adds elements torefslist.ImmutableAstService.Builder.beanType(Class<? extends AstService.ServiceExecutorType> beanType) Initializes the value for thebeanTypeattribute.ImmutableAstService.Builder.bodyType(AstBody.AstBodyType bodyType) Initializes the value for thebodyTypeattribute.static ImmutableAstService.BuilderImmutableAstService.builder()Creates a builder forImmutableAstService.ImmutableAstService.Builder.description(String description) Initializes the value for thedescriptionattribute.ImmutableAstService.Builder.executorType(AstService.AstServiceType executorType) Initializes the value for theexecutorTypeattribute.Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstBodyinstance.ImmutableAstService.Builder.from(AstService instance) Fill a builder with attribute values from the providedio.resys.hdes.client.api.ast.AstServiceinstance.ImmutableAstService.Builder.headers(AstBody.Headers headers) Initializes the value for theheadersattribute.ImmutableAstService.Builder.messages(Iterable<? extends AstBody.AstCommandMessage> elements) Sets or replaces all elements formessageslist.Initializes the value for thenameattribute.ImmutableAstService.Builder.refs(Iterable<? extends AstService.AstServiceRef> elements) Sets or replaces all elements forrefslist.ImmutableAstService.Builder.returnDef1(TypeDef returnDef1) Initializes the value for thereturnDef1attribute.Initializes the value for thetypeDef0attribute.Initializes the value for thetypeDef1attribute.Initializes the value for thevalueattribute.