Klasse GatewayEndpointsOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GatewayEndpointsOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GatewayEndpointsOperationSpec
extends Object
GatewayEndpointsSpec
Specification for the GatewayEndpoints 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
GatewayEndpointsOperationSpec
(String apiId, InputGatewayEndpoints body) Constructs a validated instance ofGatewayEndpointsOperationSpec
.Constructs a validated instance ofGatewayEndpointsOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
API Id for the API to be updatedAPI Id for the API to be updated@NotNull InputGatewayEndpoints
body()
API Gateway endpoints request payloadbody
(@NotNull InputGatewayEndpoints body) API Gateway endpoints request 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
-
GatewayEndpointsOperationSpec
Constructs a validated instance ofGatewayEndpointsOperationSpec
.- Parameter:
spec
- the specification to process
-
GatewayEndpointsOperationSpec
Constructs a validated instance ofGatewayEndpointsOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId
- API Id for the API to be updatedbody
- API Gateway endpoints request payload
-
GatewayEndpointsOperationSpec
protected GatewayEndpointsOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
apiId
API Id for the API to be updated -
body
API Gateway endpoints request payload -
apiId
API Id for the API to be updated- Gibt zurück:
this
.
-
body
API Gateway endpoints request payload- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-