Klasse GetAPIOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetAPIOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetAPIOperationSpec
extends Object
GetAPISpec
Specification for the GetAPI operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedGetAPIOperationSpec(String apiId, String format, String url) Constructs a validated instance ofGetAPIOperationSpec.Constructs a validated instance ofGetAPIOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiId()API Id for the API to be retrievedAPI Id for the API to be retrievedbuilder()protected booleanboolean@Nullable Stringformat()Output format of the API.Output format of the API.inthashCode()toString()@Nullable Stringurl()User selected endpoint for API definition in swagger/raml format.User selected endpoint for API definition in swagger/raml format.voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
GetAPIOperationSpec
Constructs a validated instance ofGetAPIOperationSpec.- Parameter:
spec- the specification to process
-
GetAPIOperationSpec
Constructs a validated instance ofGetAPIOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId- API Id for the API to be retrievedformat- Output format of the API. If the value is 'swagger', you get a API definition in swagger format. If the value is 'raml', you get a raml document. If the value is 'openapi', you get a open API document. If the value is 'odata', you get a zip file holding the OData metadata and service document.url- User selected endpoint for API definition in swagger/raml format.
-
GetAPIOperationSpec
protected GetAPIOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiId
API Id for the API to be retrieved -
format
Output format of the API. If the value is 'swagger', you get a API definition in swagger format. If the value is 'raml', you get a raml document. If the value is 'openapi', you get a open API document. If the value is 'odata', you get a zip file holding the OData metadata and service document. -
url
User selected endpoint for API definition in swagger/raml format. -
apiId
API Id for the API to be retrieved- Gibt zurück:
this.
-
format
Output format of the API. If the value is 'swagger', you get a API definition in swagger format. If the value is 'raml', you get a raml document. If the value is 'openapi', you get a open API document. If the value is 'odata', you get a zip file holding the OData metadata and service document.- Gibt zurück:
this.
-
url
User selected endpoint for API definition in swagger/raml format.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-