Package com.strongdm.api
Class ApprovalWorkflowApprover
java.lang.Object
com.strongdm.api.ApprovalWorkflowApprover
ApprovalWorkflowApprover links an approval workflow approver to an ApprovalWorkflowStep
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionThe approver account id.The approval flow id specified the approval workflow that this approver belongs toThe approval step id specified the approval flow step that this approver belongs togetId()
Unique identifier of the ApprovalWorkflowApprover.The approver role idvoid
setAccountId
(String in) The approver account id.void
The approval flow id specified the approval workflow that this approver belongs tovoid
The approval step id specified the approval flow step that this approver belongs tovoid
Unique identifier of the ApprovalWorkflowApprover.void
The approver role id
-
Constructor Details
-
ApprovalWorkflowApprover
public ApprovalWorkflowApprover()
-
-
Method Details
-
getAccountId
The approver account id. -
setAccountId
The approver account id. -
getApprovalFlowId
The approval flow id specified the approval workflow that this approver belongs to -
setApprovalFlowId
The approval flow id specified the approval workflow that this approver belongs to -
getApprovalStepId
The approval step id specified the approval flow step that this approver belongs to -
setApprovalStepId
The approval step id specified the approval flow step that this approver belongs to -
getId
Unique identifier of the ApprovalWorkflowApprover. -
setId
Unique identifier of the ApprovalWorkflowApprover. -
getRoleId
The approver role id -
setRoleId
The approver role id
-