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