Package com.strongdm.api
Class ApprovalWorkflowApprover
java.lang.Object
com.strongdm.api.ApprovalWorkflowApprover
Deprecated.
ApprovalWorkflowApprover links an approval workflow approver to an ApprovalWorkflowStep
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.The approver account id.Deprecated.The approval flow id specified the approval workflow that this approver belongs toDeprecated.The approval step id specified the approval flow step that this approver belongs togetId()
Deprecated.Unique identifier of the ApprovalWorkflowApprover.Deprecated.A reference to an approver.Deprecated.The approver role idvoid
setAccountId
(String in) Deprecated.The approver account id.void
Deprecated.The approval flow id specified the approval workflow that this approver belongs tovoid
Deprecated.The approval step id specified the approval flow step that this approver belongs tovoid
Deprecated.Unique identifier of the ApprovalWorkflowApprover.void
setReference
(String in) Deprecated.A reference to an approver.void
Deprecated.The approver role id
-
Constructor Details
-
ApprovalWorkflowApprover
public ApprovalWorkflowApprover()Deprecated.
-
-
Method Details
-
getAccountId
Deprecated.The approver account id. -
setAccountId
Deprecated.The approver account id. -
getApprovalFlowId
Deprecated.The approval flow id specified the approval workflow that this approver belongs to -
setApprovalFlowId
Deprecated.The approval flow id specified the approval workflow that this approver belongs to -
getApprovalStepId
Deprecated.The approval step id specified the approval flow step that this approver belongs to -
setApprovalStepId
Deprecated.The approval step id specified the approval flow step that this approver belongs to -
getId
Deprecated.Unique identifier of the ApprovalWorkflowApprover. -
setId
Deprecated.Unique identifier of the ApprovalWorkflowApprover. -
getReference
Deprecated.A reference to an approver. Will be one of ApproverReference constants. This field is only populated when reading historical Approval Workflow Approvers data through the Approval Workflows History API. For the deprecated Approval Workflow Approvers API no value is returned for this field and it is non-settable. -
setReference
Deprecated.A reference to an approver. Will be one of ApproverReference constants. This field is only populated when reading historical Approval Workflow Approvers data through the Approval Workflows History API. For the deprecated Approval Workflow Approvers API no value is returned for this field and it is non-settable. -
getRoleId
Deprecated.The approver role id -
setRoleId
Deprecated.The approver role id
-