Class ApprovalRuleUpdateAction.Builder
java.lang.Object
com.commercetools.graphql.api.types.ApprovalRuleUpdateAction.Builder
- Enclosing class:
- ApprovalRuleUpdateAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()setApprovers(SetApprovalRuleApprovers setApprovers) BETA: This feature can be subject to change and should be used carefully in production.setDescription(SetApprovalRuleDescription setDescription) BETA: This feature can be subject to change and should be used carefully in production.setKey(SetApprovalRuleKey setKey) BETA: This feature can be subject to change and should be used carefully in production.setName(SetApprovalRuleName setName) BETA: This feature can be subject to change and should be used carefully in production.setPredicate(SetApprovalRulePredicate setPredicate) BETA: This feature can be subject to change and should be used carefully in production.setRequesters(SetApprovalRuleRequesters setRequesters) BETA: This feature can be subject to change and should be used carefully in production.setStatus(SetApprovalRuleStatus setStatus) BETA: This feature can be subject to change and should be used carefully in production.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
setApprovers
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setKey
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setName
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setDescription
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setPredicate
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setRequesters
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta -
setStatus
BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#public-beta
-