Interface ApprovalFlowSetCustomTypeAction

All Superinterfaces:
ApprovalFlowUpdateAction

public interface ApprovalFlowSetCustomTypeAction extends ApprovalFlowUpdateAction
ApprovalFlowSetCustomTypeAction
Example to create an instance using the builder pattern

     ApprovalFlowSetCustomTypeAction approvalFlowSetCustomTypeAction = ApprovalFlowSetCustomTypeAction.builder()
             .build()