Class ApprovalFlowRejected
java.lang.Object
com.commercetools.graphql.api.types.ApprovalFlowRejected
- All Implemented Interfaces:
MessagePayload
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetOrder()getType()inthashCode()static ApprovalFlowRejected.BuildervoidsetAssociate(Customer associate) voidsetAssociateRef(Reference associateRef) voidvoidsetOrderRef(Reference orderRef) voidsetRejectionReason(String rejectionReason) voidtoString()
-
Constructor Details
-
ApprovalFlowRejected
public ApprovalFlowRejected() -
ApprovalFlowRejected
-
-
Method Details
-
getRejectionReason
-
setRejectionReason
-
getAssociate
-
setAssociate
-
getOrder
-
setOrder
-
getAssociateRef
-
setAssociateRef
-
getOrderRef
-
setOrderRef
-
getType
- Specified by:
getTypein interfaceMessagePayload
-
setType
- Specified by:
setTypein interfaceMessagePayload
-
toString
-
equals
-
hashCode
public int hashCode() -
newBuilder
-