Klasse GqlSchemaDefinition.GqlSchemaDefinitionBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlSchemaDefinition.GqlSchemaDefinitionBuilder
- Umschließende Klasse:
GqlSchemaDefinition
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()comments(List<GqlComment> comments) List of commentsdescription(GqlDescription description) directives(List<GqlDirective> directives) List of directivesdirectivesByName(Map<String, GqlDirective> directivesByName) operationTypeDefinitions(List<GqlOperationTypeDefinition> operationTypeDefinitions) List of operation type definitionstoString()
-
Methodendetails
-
comments
List of comments- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
directives
List of directives- Gibt zurück:
this.
-
directivesByName
public GqlSchemaDefinition.GqlSchemaDefinitionBuilder directivesByName(Map<String, GqlDirective> directivesByName) - Gibt zurück:
this.
-
operationTypeDefinitions
public GqlSchemaDefinition.GqlSchemaDefinitionBuilder operationTypeDefinitions(List<GqlOperationTypeDefinition> operationTypeDefinitions) List of operation type definitions- Gibt zurück:
this.
-
build
-
toString
-