Package com.strongdm.api
Class WorkflowApprover
java.lang.Object
com.strongdm.api.WorkflowApprover
Deprecated.
WorkflowApprover is an account or a role with the ability to approve requests bound to a workflow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The approver account id.getId()
Deprecated.Unique identifier of the WorkflowApprover.Deprecated.The approver role idDeprecated.The workflow id.void
setAccountId
(String in) Deprecated.The approver account id.void
Deprecated.Unique identifier of the WorkflowApprover.void
Deprecated.The approver role idvoid
setWorkflowId
(String in) Deprecated.The workflow id.
-
Constructor Details
-
WorkflowApprover
public WorkflowApprover()Deprecated.
-
-
Method Details
-
getAccountId
Deprecated.The approver account id. -
setAccountId
Deprecated.The approver account id. -
getId
Deprecated.Unique identifier of the WorkflowApprover. -
setId
Deprecated.Unique identifier of the WorkflowApprover. -
getRoleId
Deprecated.The approver role id -
setRoleId
Deprecated.The approver role id -
getWorkflowId
Deprecated.The workflow id. -
setWorkflowId
Deprecated.The workflow id.
-