Property | Type | Description | |
---|---|---|---|
$approvalStatus | tnsWorkflowApprovalRequestStatus | ||
$approverId | integer | ||
$comment | string | ||
$eligibleApproverTeamIds | integer[] | ||
$eligibleApproverUserIds | integer[] |
Method | Description | |
---|---|---|
__construct ( $approverId = null, $eligibleApproverUserIds = null, $eligibleApproverTeamIds = null, $comment = null, $approvalStatus = null, $evaluationTime = null, $evaluationStatus = null ) | ||
getNamespace ( ) : string | Gets the namesapce of this class | |
getXsiTypeName ( ) : string | Gets the xsi:type name of this class |
public __construct ( $approverId = null, $eligibleApproverUserIds = null, $eligibleApproverTeamIds = null, $comment = null, $approvalStatus = null, $evaluationTime = null, $evaluationStatus = null ) |
public getNamespace ( ) : string | ||
return | string | the namespace of this class |
public getXsiTypeName ( ) : string | ||
return | string | the xsi:type name of this class |
public tnsWorkflowApprovalRequestStatus $approvalStatus | ||
return | tnsWorkflowApprovalRequestStatus |
public integer[] $eligibleApproverTeamIds | ||
return | integer[] |