Uses of Enum
org.allGraphQLCases.client.CEP___DirectiveLocation_CES
Packages that use CEP___DirectiveLocation_CES
-
Uses of CEP___DirectiveLocation_CES in org.allGraphQLCases.client
Methods in org.allGraphQLCases.client that return CEP___DirectiveLocation_CESModifier and TypeMethodDescriptionstatic CEP___DirectiveLocation_CES
CEP___DirectiveLocation_CES.fromGraphQlValue
(String graphQlValue) Returns the enum constant of this type with the specified name (as specified in the GraphQL schema).static CEP___DirectiveLocation_CES
Returns the enum constant of this type with the specified name.static CEP___DirectiveLocation_CES[]
CEP___DirectiveLocation_CES.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.allGraphQLCases.client that return types with arguments of type CEP___DirectiveLocation_CESMethod parameters in org.allGraphQLCases.client with type arguments of type CEP___DirectiveLocation_CESModifier and TypeMethodDescriptionvoid
CTP___Directive_CTS.setLocations
(List<CEP___DirectiveLocation_CES> locations) CTP___Directive_CTS.Builder.withLocations
(List<CEP___DirectiveLocation_CES> locationsParam)