Package com.strongdm.api
Class ApprovalFlowApprover
java.lang.Object
com.strongdm.api.ApprovalFlowApprover
An approver for an approval workflow step. Each approver can specify exactly one of: account_id, role_id, or reference
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe approver account id.The approver group idA reference to an approver.The approver role idvoidsetAccountId(String in) The approver account id.voidsetGroupId(String in) The approver group idvoidsetReference(String in) A reference to an approver.voidThe approver role id
- 
Constructor Details- 
ApprovalFlowApproverpublic ApprovalFlowApprover()
 
- 
- 
Method Details- 
getAccountIdThe approver account id.
- 
setAccountIdThe approver account id.
- 
getGroupIdThe approver group id
- 
setGroupIdThe approver group id
- 
getReferenceA reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty.
- 
setReferenceA reference to an approver. Must be one of ApproverReference constants. If set, the account_id and role_id must be empty.
- 
getRoleIdThe approver role id
- 
setRoleIdThe approver role id
 
-