Klasse UpdateAPIPortalConfigurationOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.UpdateAPIPortalConfigurationOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateAPIPortalConfigurationOperationSpec
extends Object
UpdateAPIPortalConfigurationSpec
Specification for the UpdateAPIPortalConfiguration 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
UpdateAPIPortalConfigurationOperationSpec
(String portalGatewayId, PortalGateway body) Constructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec
.Constructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull PortalGateway
body()
API Portal configuration payloadbody
(@NotNull PortalGateway body) API Portal configuration payloadbuilder()
protected boolean
boolean
int
hashCode()
@NotNull String
Id of the API Portal configuration for updateportalGatewayId
(@NotNull String portalGatewayId) Id of the API Portal configuration for updatetoString()
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
-
UpdateAPIPortalConfigurationOperationSpec
@Internal public UpdateAPIPortalConfigurationOperationSpec(Consumer<UpdateAPIPortalConfigurationOperationSpec> spec) Constructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec
.- Parameter:
spec
- the specification to process
-
UpdateAPIPortalConfigurationOperationSpec
@Internal public UpdateAPIPortalConfigurationOperationSpec(String portalGatewayId, PortalGateway body) Constructs a validated instance ofUpdateAPIPortalConfigurationOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
portalGatewayId
- Id of the API Portal configuration for updatebody
- API Portal configuration payload
-
UpdateAPIPortalConfigurationOperationSpec
protected UpdateAPIPortalConfigurationOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static UpdateAPIPortalConfigurationOperationSpec.UpdateAPIPortalConfigurationOperationSpecBuilder builder() -
portalGatewayId
Id of the API Portal configuration for update -
body
API Portal configuration payload -
portalGatewayId
public UpdateAPIPortalConfigurationOperationSpec portalGatewayId(@NotNull @NotNull String portalGatewayId) Id of the API Portal configuration for update- Gibt zurück:
this
.
-
body
API Portal configuration payload- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-