| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ApprovalStage> |
ApprovalSettings.approvalStages |
| Modifier and Type | Method and Description |
|---|---|
ApprovalStage |
ApprovalStage.Builder.build() |
ApprovalStage |
ApprovalStage.withApprovalStageTimeOutInDays(Integer approvalStageTimeOutInDays) |
ApprovalStage |
ApprovalStage.withEscalationTimeInMinutes(Integer escalationTimeInMinutes) |
ApprovalStage |
ApprovalStage.withIsApproverJustificationRequired(Boolean isApproverJustificationRequired) |
ApprovalStage |
ApprovalStage.withIsEscalationEnabled(Boolean isEscalationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ApprovalStage> |
ApprovalSettings.getApprovalStages() |
com.github.davidmoten.odata.client.CollectionPage<ApprovalStage> |
ApprovalSettings.getApprovalStages(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ApprovalSettings.Builder |
ApprovalSettings.Builder.approvalStages(ApprovalStage... approvalStages) |
| Modifier and Type | Method and Description |
|---|---|
ApprovalSettings.Builder |
ApprovalSettings.Builder.approvalStages(List<ApprovalStage> approvalStages) |
Copyright © 2018–2020. All rights reserved.