Klasse GetApprovalOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.operations.GetApprovalOperationSpec
GetApproval
Retrieve an Approval Request based on the approvalId.
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NonNull StringapprovalId for the Approval Request to be retrievedapprovalId(@NonNull String approvalId) approvalId for the Approval Request to be retrievedprotected 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
-
GetApprovalOperationSpec
Constructs a validated instance ofGetApprovalOperationSpec.- 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
-
approvalId
approvalId for the Approval Request to be retrieved -
approvalId
approvalId for the Approval Request to be retrieved- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
-
toString
-