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.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringapiId()API Id for the API to be updatedAPI Id for the API to be updated@NotNull InputGatewayEndpointsbody()API Gateway endpoints request payloadbody(@NotNull InputGatewayEndpoints body) API Gateway endpoints request payloadprotected booleanbooleaninthashCode()toString()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
-
GatewayEndpointsOperationSpec
Constructs a validated implementation ofGatewayEndpointsOperationSpec.- 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
-
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
-