Klasse DownloadProviderSpecificationOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DownloadProviderSpecificationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DownloadProviderSpecificationOperationSpec
extends Object
DownloadProviderSpecificationSpec
Specification for the DownloadProviderSpecification operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungDownloadProviderSpecificationOperationSpec
(Consumer<DownloadProviderSpecificationOperationSpec> spec) Constructs a validated implementation ofDownloadProviderSpecificationOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
API Id for the API to retrieve the versionsAPI Id for the API to retrieve the versionsprotected boolean
boolean
@NotNull String
format()
Output format of the API specification.Output format of the API specification.int
hashCode()
toString()
void
validate()
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
-
DownloadProviderSpecificationOperationSpec
@Internal public DownloadProviderSpecificationOperationSpec(Consumer<DownloadProviderSpecificationOperationSpec> spec) Constructs a validated implementation ofDownloadProviderSpecificationOperationSpec
.- Parameter:
spec
- the specification to process
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
apiId
API Id for the API to retrieve the versions -
format
Output format of the API specification. For REST APIs the value is 'swagger'; for SOAP APIs use the value as 'wsdl';for GraphQL APIs use the value as 'graphql' -
apiId
API Id for the API to retrieve the versions- Gibt zurück:
this
.
-
format
Output format of the API specification. For REST APIs the value is 'swagger'; for SOAP APIs use the value as 'wsdl';for GraphQL APIs use the value as 'graphql'- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-