Klasse GetScopesOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.GetScopesOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class GetScopesOperationSpec
extends Object
GetScopesSpec
Specification for the GetScopes 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
GetScopesOperationSpec
(String apiId) Constructs a validated instance ofGetScopesOperationSpec
.Constructs a validated instance ofGetScopesOperationSpec
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull String
apiId()
API Id for the API to retrieve the versionsAPI Id for the API to retrieve the versionsbuilder()
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
-
GetScopesOperationSpec
Constructs a validated instance ofGetScopesOperationSpec
.- Parameter:
spec
- the specification to process
-
GetScopesOperationSpec
Constructs a validated instance ofGetScopesOperationSpec
.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
apiId
- API Id for the API to retrieve the versions
-
GetScopesOperationSpec
protected GetScopesOperationSpec()
-
-
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 retrieve the versions -
apiId
API Id for the API to retrieve the versions- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-