Klasse CreateOAuthScopeOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.CreateOAuthScopeOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateOAuthScopeOperationSpec
extends Object
CreateOAuthScopeSpec
Specification for the CreateOAuthScope operation.
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedConstructs a validated instance ofCreateOAuthScopeOperationSpec.Constructs a validated instance ofCreateOAuthScopeOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull GatewayScopebody()This parameter describes the request payload of an OAuth scope that is to be created in API Gateway.body(@NotNull GatewayScope body) This parameter describes the request payload of an OAuth scope that is to be created in API Gateway.builder()protected 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
-
CreateOAuthScopeOperationSpec
Constructs a validated instance ofCreateOAuthScopeOperationSpec.- Parameter:
spec- the specification to process
-
CreateOAuthScopeOperationSpec
Constructs a validated instance ofCreateOAuthScopeOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
body- This parameter describes the request payload of an OAuth scope that is to be created in API Gateway.
-
CreateOAuthScopeOperationSpec
protected CreateOAuthScopeOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
-
body
This parameter describes the request payload of an OAuth scope that is to be created in API Gateway. -
body
This parameter describes the request payload of an OAuth scope that is to be created in API Gateway.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-