Klasse GqlEnumValueDefinition
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GqlEnumValueDefinition
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GqlEnumValueDefinition
extends Object
GqlEnumValueDefinition
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<GqlComment>List of commentsprotected GqlDescriptionprotected List<GqlDirective>List of directivesprotected Map<String,GqlDirective> protected StringName of the enum value definition -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated implementation ofGqlEnumValueDefinition.GqlEnumValueDefinition(List<GqlComment> comments, GqlDescription description, List<GqlDirective> directives, Map<String, GqlDirective> directivesByName, String name) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleancomments()List of commentscomments(List<GqlComment> comments) List of commentsdescription(GqlDescription description) List of directivesdirectives(List<GqlDirective> directives) List of directivesdirectivesByName(Map<String, GqlDirective> directivesByName) booleaninthashCode()name()Name of the enum value definitionName of the enum value definitiontoString()
-
Felddetails
-
comments
List of comments -
description
-
directives
List of directives -
directivesByName
-
name
Name of the enum value definition
-
-
Konstruktordetails
-
GqlEnumValueDefinition
Constructs a validated implementation ofGqlEnumValueDefinition.- Parameter:
spec- the specification to process
-
GqlEnumValueDefinition
public GqlEnumValueDefinition(List<GqlComment> comments, GqlDescription description, List<GqlDirective> directives, Map<String, GqlDirective> directivesByName, String name) -
GqlEnumValueDefinition
protected GqlEnumValueDefinition()
-
-
Methodendetails
-
comments
List of comments -
description
-
directives
List of directives -
directivesByName
-
name
Name of the enum value definition -
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.
-
name
Name of the enum value definition- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-