Interface ApprovalRuleSetCustomFieldAction

All Superinterfaces:
ApprovalRuleUpdateAction

public interface ApprovalRuleSetCustomFieldAction extends ApprovalRuleUpdateAction
ApprovalRuleSetCustomFieldAction
Example to create an instance using the builder pattern

     ApprovalRuleSetCustomFieldAction approvalRuleSetCustomFieldAction = ApprovalRuleSetCustomFieldAction.builder()
             .name("{name}")
             .build()