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.
-
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
GetPublishedPackagesOperationSpec
(String portalGatewayId, String apiId) Constructs a validated instance ofGetPublishedPackagesOperationSpec
.Constructs a validated instance 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 Portalbuilder()
protected 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 instance ofGetPublishedPackagesOperationSpec
.- Parameter:
spec
- the specification to process
-
GetPublishedPackagesOperationSpec
Constructs a validated instance ofGetPublishedPackagesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
portalGatewayId
- Id of the API Portal configuration for retrieval of published packages informationapiId
- Id of the API published from API Gateway to API Portal
-
GetPublishedPackagesOperationSpec
protected GetPublishedPackagesOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
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
-