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.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
DownloadProviderSpecificationOperationSpec
(String apiId, String format) Constructs a validated instance ofDownloadProviderSpecificationOperationSpec
.DownloadProviderSpecificationOperationSpec
(Consumer<DownloadProviderSpecificationOperationSpec> spec) Constructs a validated instance 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 versionsbuilder()
protected 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 instance ofDownloadProviderSpecificationOperationSpec
.- Parameter:
spec
- the specification to process
-
DownloadProviderSpecificationOperationSpec
Constructs a validated instance ofDownloadProviderSpecificationOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId
- API Id for the API to retrieve the versionsformat
- 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'
-
DownloadProviderSpecificationOperationSpec
protected DownloadProviderSpecificationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DownloadProviderSpecificationOperationSpec.DownloadProviderSpecificationOperationSpecBuilder builder() -
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
-