Klasse GetPublishedPackagesOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetPublishedPackagesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetPublishedPackagesOperationSpec
extends Object
GetPublishedPackagesSpec
Specification for the GetPublishedPackages operation.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Boolean
allows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated implementation ofGetPublishedPackagesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
Id of the API published from API Gateway to API PortalId of the API published from API Gateway to API Portalprotected boolean
boolean
int
hashCode()
@NotNull String
Id of the API Portal configuration for retrieval of published packages informationportalGatewayId
(@NotNull String portalGatewayId) Id of the API Portal configuration for retrieval of published packages informationtoString()
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
-
GetPublishedPackagesOperationSpec
@Internal public GetPublishedPackagesOperationSpec(Consumer<GetPublishedPackagesOperationSpec> spec) Constructs a validated implementation ofGetPublishedPackagesOperationSpec
.- 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
-
portalGatewayId
Id of the API Portal configuration for retrieval of published packages information -
apiId
Id of the API published from API Gateway to API Portal -
portalGatewayId
Id of the API Portal configuration for retrieval of published packages information- Gibt zurück:
this
.
-
apiId
Id of the API published from API Gateway to API Portal- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-