Klasse GetScopeByScopeNameOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.GetScopeByScopeNameOperationSpec
@Generated("io.github.primelib.primecodegen")
public class GetScopeByScopeNameOperationSpec
extends Object
GetScopeByScopeName
Retrieve scopes of an API based on the scope name
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NonNull StringapiId()API Id for the API to retrieve the versionsAPI Id for the API to retrieve the versionsprotected booleanbooleaninthashCode()@NonNull StringName of the scopeName of the scopetoString()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
-
GetScopeByScopeNameOperationSpec
Constructs a validated instance ofGetScopeByScopeNameOperationSpec.- 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 retrieve the versions -
scopeName
Name of the scope -
apiId
API Id for the API to retrieve the versions- Gibt zurück:
this.
-
scopeName
Name of the scope- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-