public class ApprovalStage extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalStage.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
approvalStageTimeOutInDays |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected List<UserSet> |
escalationApprovers |
protected String |
escalationApproversNextLink |
protected Integer |
escalationTimeInMinutes |
protected Boolean |
isApproverJustificationRequired |
protected Boolean |
isEscalationEnabled |
protected String |
odataType |
protected List<UserSet> |
primaryApprovers |
protected String |
primaryApproversNextLink |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ApprovalStage() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Integer approvalStageTimeOutInDays
protected Boolean isApproverJustificationRequired
protected Boolean isEscalationEnabled
protected Integer escalationTimeInMinutes
protected String primaryApproversNextLink
protected String escalationApproversNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ApprovalStage withApprovalStageTimeOutInDays(Integer approvalStageTimeOutInDays)
public ApprovalStage withIsApproverJustificationRequired(Boolean isApproverJustificationRequired)
public ApprovalStage withIsEscalationEnabled(Boolean isEscalationEnabled)
public ApprovalStage withEscalationTimeInMinutes(Integer escalationTimeInMinutes)
public com.github.davidmoten.odata.client.CollectionPage<UserSet> getPrimaryApprovers()
public com.github.davidmoten.odata.client.CollectionPage<UserSet> getEscalationApprovers()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static ApprovalStage.Builder builder()
Copyright © 2018–2020. All rights reserved.