Klasse GqlDirective
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlDirective
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlDirective
extends Object
GqlDirective
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<GqlArgument>List of argumentsprotected List<GqlComment>List of commentsprotected StringName of the directive -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGqlDirective(Consumer<GqlDirective> spec) Constructs a validated instance ofGqlDirective.GqlDirective(List<GqlArgument> arguments, List<GqlComment> comments, String name) Constructs a validated instance ofGqlDirective. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList of argumentsarguments(List<GqlArgument> arguments) List of argumentsbuilder()protected booleancomments()List of commentscomments(List<GqlComment> comments) List of commentsbooleaninthashCode()name()Name of the directiveName of the directivetoString()
-
Felddetails
-
arguments
List of arguments -
comments
List of comments -
name
Name of the directive
-
-
Konstruktordetails
-
GqlDirective
Constructs a validated instance ofGqlDirective.- Parameter:
spec- the specification to process
-
GqlDirective
Constructs a validated instance ofGqlDirective.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GqlDirective(Consumer)instead.- Parameter:
arguments- List of argumentscomments- List of commentsname- Name of the directive
-
GqlDirective
protected GqlDirective()
-
-
Methodendetails
-
builder
-
arguments
List of arguments -
comments
List of comments -
name
Name of the directive -
arguments
List of arguments- Gibt zurück:
this.
-
comments
List of comments- Gibt zurück:
this.
-
name
Name of the directive- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-