Klasse DeleteApprovalRequestOperationSpec
java.lang.Object
io.github.primelib.webmethodsapigateway4j.spec.DeleteApprovalRequestOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class DeleteApprovalRequestOperationSpec
extends Object
DeleteApprovalRequestSpec
Specification for the DeleteApprovalRequest 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
KonstruktorenModifiziererKonstruktorBeschreibungprotectedDeleteApprovalRequestOperationSpec(String approvalId) Constructs a validated instance ofDeleteApprovalRequestOperationSpec.Constructs a validated instance ofDeleteApprovalRequestOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@NotNull StringApproval Request Id for the Approval Request to be deletedapprovalId(@NotNull String approvalId) Approval Request Id for the Approval Request to be deletedbuilder()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
-
DeleteApprovalRequestOperationSpec
@Internal public DeleteApprovalRequestOperationSpec(Consumer<DeleteApprovalRequestOperationSpec> spec) Constructs a validated instance ofDeleteApprovalRequestOperationSpec.- Parameter:
spec- the specification to process
-
DeleteApprovalRequestOperationSpec
Constructs a validated instance ofDeleteApprovalRequestOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
approvalId- Approval Request Id for the Approval Request to be deleted
-
DeleteApprovalRequestOperationSpec
protected DeleteApprovalRequestOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static DeleteApprovalRequestOperationSpec.DeleteApprovalRequestOperationSpecBuilder builder() -
approvalId
Approval Request Id for the Approval Request to be deleted -
approvalId
Approval Request Id for the Approval Request to be deleted- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-