Klasse GqlInputValueDefinition.GqlInputValueDefinitionBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlInputValueDefinition.GqlInputValueDefinitionBuilder
- Umschließende Klasse:
GqlInputValueDefinition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()comments(List<GqlComment> comments) List of commentsdefaultValue(GqlValue defaultValue) description(GqlDescription description) directives(List<GqlDirective> directives) List of directivesdirectivesByName(Map<String, GqlDirective> directivesByName) Name of the input value definitiontoString()
-
Methodendetails
-
comments
List of comments- Gibt zurück:
this.
-
defaultValue
- Gibt zurück:
this.
-
description
public GqlInputValueDefinition.GqlInputValueDefinitionBuilder description(GqlDescription description) - Gibt zurück:
this.
-
directives
public GqlInputValueDefinition.GqlInputValueDefinitionBuilder directives(List<GqlDirective> directives) List of directives- Gibt zurück:
this.
-
directivesByName
public GqlInputValueDefinition.GqlInputValueDefinitionBuilder directivesByName(Map<String, GqlDirective> directivesByName) - Gibt zurück:
this.
-
name
Name of the input value definition- Gibt zurück:
this.
-
type
- Gibt zurück:
this.
-
build
-
toString
-