Klasse GqlSchemaDefinition
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlSchemaDefinition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlSchemaDefinition
extends Object
GqlSchemaDefinition
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<GqlComment>
List of commentsprotected GqlDescription
protected List<GqlDirective>
List of directivesprotected Map<String,
GqlDirective> protected List<GqlOperationTypeDefinition>
List of operation type definitions -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofGqlSchemaDefinition
.GqlSchemaDefinition
(List<GqlComment> comments, GqlDescription description, List<GqlDirective> directives, Map<String, GqlDirective> directivesByName, List<GqlOperationTypeDefinition> operationTypeDefinitions) Constructs a validated instance ofGqlSchemaDefinition
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
comments()
List of commentscomments
(List<GqlComment> comments) List of commentsdescription
(GqlDescription description) List of directivesdirectives
(List<GqlDirective> directives) List of directivesdirectivesByName
(Map<String, GqlDirective> directivesByName) boolean
int
hashCode()
List of operation type definitionsoperationTypeDefinitions
(List<GqlOperationTypeDefinition> operationTypeDefinitions) List of operation type definitionstoString()
-
Felddetails
-
comments
List of comments -
description
-
directives
List of directives -
directivesByName
-
operationTypeDefinitions
List of operation type definitions
-
-
Konstruktordetails
-
GqlSchemaDefinition
Constructs a validated instance ofGqlSchemaDefinition
.- Parameter:
spec
- the specification to process
-
GqlSchemaDefinition
@Internal public GqlSchemaDefinition(List<GqlComment> comments, GqlDescription description, List<GqlDirective> directives, Map<String, GqlDirective> directivesByName, List<GqlOperationTypeDefinition> operationTypeDefinitions) Constructs a validated instance ofGqlSchemaDefinition
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GqlSchemaDefinition(Consumer)
instead.- Parameter:
comments
- List of commentsdescription
- descriptiondirectives
- List of directivesdirectivesByName
- directivesByNameoperationTypeDefinitions
- List of operation type definitions
-
GqlSchemaDefinition
protected GqlSchemaDefinition()
-
-
Methodendetails
-
builder
-
comments
List of comments -
description
-
directives
List of directives -
directivesByName
-
operationTypeDefinitions
List of operation type definitions -
comments
List of comments- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
directives
List of directives- Gibt zurück:
this
.
-
directivesByName
- Gibt zurück:
this
.
-
operationTypeDefinitions
public GqlSchemaDefinition operationTypeDefinitions(List<GqlOperationTypeDefinition> operationTypeDefinitions) List of operation type definitions- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-