public static class ApproverInfo.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ApproverInfo.Builder |
approverId(String approverId)
The group or user ocid of the approver for this approver level.
|
ApproverInfo.Builder |
approverType(ApproverType approverType)
The approver type of this approver level.
|
ApproverInfo |
build() |
ApproverInfo.Builder |
copy(ApproverInfo model) |
ApproverInfo.Builder |
domainId(String domainId)
The identity domain ocid of the approver.
|
public ApproverInfo.Builder approverType(ApproverType approverType)
The approver type of this approver level.
approverType
- the value to setpublic ApproverInfo.Builder approverId(String approverId)
The group or user ocid of the approver for this approver level.
approverId
- the value to setpublic ApproverInfo.Builder domainId(String domainId)
The identity domain ocid of the approver.
domainId
- the value to setpublic ApproverInfo build()
public ApproverInfo.Builder copy(ApproverInfo model)
Copyright © 2016–2024. All rights reserved.