Klasse GraphQLAPI
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.API
io.github.primelib.webmethodsapigateway4j.model.GraphQLAPI
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GraphQLAPI
extends API
GraphQLAPI
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen io.github.primelib.webmethodsapigateway4j.model.API
API.APIBuilder -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungA list of API level tags for API documentation control.protected List<NativeEndpoint>Native endpointsprotected GqlSDLDefinitionsprotected StringThe name of the API in service registry when the API is published to a service registry.A list of tags with additional metadata -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGraphQLAPI(Consumer<GraphQLAPI> spec) Constructs a validated instance ofGraphQLAPI.GraphQLAPI(List<String> apiTags, List<NativeEndpoint> nativeEndpoints, GqlSDLDefinitions sdlDefinitions, String serviceRegistryDisplayName, List<Tag> tags) Constructs a validated instance ofGraphQLAPI. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapiTags()A list of API level tags for API documentation control.A list of API level tags for API documentation control.protected booleanbooleaninthashCode()Native endpointsnativeEndpoints(List<NativeEndpoint> nativeEndpoints) Native endpointssdlDefinitions(GqlSDLDefinitions sdlDefinitions) The name of the API in service registry when the API is published to a service registry.serviceRegistryDisplayName(String serviceRegistryDisplayName) The name of the API in service registry when the API is published to a service registry.tags()A list of tags with additional metadataA list of tags with additional metadatatoString()
-
Felddetails
-
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
nativeEndpoints
Native endpoints -
sdlDefinitions
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry. -
tags
A list of tags with additional metadata
-
-
Konstruktordetails
-
GraphQLAPI
Constructs a validated instance ofGraphQLAPI.- Parameter:
spec- the specification to process
-
GraphQLAPI
@Internal public GraphQLAPI(List<String> apiTags, List<NativeEndpoint> nativeEndpoints, GqlSDLDefinitions sdlDefinitions, String serviceRegistryDisplayName, List<Tag> tags) Constructs a validated instance ofGraphQLAPI.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
GraphQLAPI(Consumer)instead.- Parameter:
apiTags- A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifiernativeEndpoints- Native endpointssdlDefinitions- var.nameserviceRegistryDisplayName- The name of the API in service registry when the API is published to a service registry.tags- A list of tags with additional metadata
-
GraphQLAPI
protected GraphQLAPI()
-
-
Methodendetails
-
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
nativeEndpoints
Native endpoints -
sdlDefinitions
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry.- Setzt außer Kraft:
serviceRegistryDisplayNamein KlasseAPI
-
tags
A list of tags with additional metadata -
apiTags
A list of API level tags for API documentation control. Tags can be used for logical grouping of operations by resources or any other qualifier -
nativeEndpoints
Native endpoints- Gibt zurück:
this.
-
sdlDefinitions
- Gibt zurück:
this.
-
serviceRegistryDisplayName
The name of the API in service registry when the API is published to a service registry.- Setzt außer Kraft:
serviceRegistryDisplayNamein KlasseAPI- Gibt zurück:
this.
-
tags
A list of tags with additional metadata -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-