Klasse UpdateAPIPortalConfigurationOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.UpdateAPIPortalConfigurationOperationSpec
@Generated("io.github.primelib.primecodegen")
public class UpdateAPIPortalConfigurationOperationSpec
extends Object
UpdateAPIPortalConfiguration
This API allows you to update API Portal configuration information in API Gateway.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleaninthashCode()@NonNull AdminPortalGatewaypayload()API Portal configuration payloadpayload(@NonNull AdminPortalGateway payload) API Portal configuration payload@NonNull StringId of the API Portal configuration for updateportalGatewayId(@NonNull String portalGatewayId) Id of the API Portal configuration for updatetoString()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
-
UpdateAPIPortalConfigurationOperationSpec
@Internal public UpdateAPIPortalConfigurationOperationSpec(Consumer<UpdateAPIPortalConfigurationOperationSpec> spec) Constructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec.- 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 update -
payload
API Portal configuration payload -
portalGatewayId
Id of the API Portal configuration for update- Gibt zurück:
this.
-
payload
API Portal configuration payload- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-