Klasse GqlArgument
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlArgument
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlArgument
extends Object
GqlArgument
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGqlArgument(Consumer<GqlArgument> spec) Constructs a validated instance ofGqlArgument.GqlArgument(List<GqlComment> comments, String name, GqlValue value) Constructs a validated instance ofGqlArgument. -
Methodenübersicht
-
Felddetails
-
comments
List of comments -
name
Name of the argument -
value
-
-
Konstruktordetails
-
GqlArgument
Constructs a validated instance ofGqlArgument.- Parameter:
spec- the specification to process
-
GqlArgument
Constructs a validated instance ofGqlArgument.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GqlArgument(Consumer)instead.- Parameter:
comments- List of commentsname- Name of the argumentvalue- var.name
-
GqlArgument
protected GqlArgument()
-
-
Methodendetails
-
builder
-
comments
List of comments -
name
Name of the argument -
value
-
comments
List of comments- Gibt zurück:
this.
-
name
Name of the argument- Gibt zurück:
this.
-
value
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-