Class ApprovalFlowRejection
java.lang.Object
com.commercetools.graphql.api.types.ApprovalFlowRejection
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionApprovalFlowRejection(Associate rejecter, OffsetDateTime rejectedAt, String reason) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()voidvoidsetRejectedAt(OffsetDateTime rejectedAt) voidsetRejecter(Associate rejecter) toString()
-
Constructor Details
-
ApprovalFlowRejection
public ApprovalFlowRejection() -
ApprovalFlowRejection
-
-
Method Details