public class ApprovalSettings extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ApprovalSettings.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
approvalMode |
protected List<ApprovalStage> |
approvalStages |
protected String |
approvalStagesNextLink |
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected Boolean |
isApprovalRequired |
protected Boolean |
isApprovalRequiredForExtension |
protected Boolean |
isRequestorJustificationRequired |
protected String |
odataType |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
ApprovalSettings() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected Boolean isApprovalRequired
protected Boolean isApprovalRequiredForExtension
protected Boolean isRequestorJustificationRequired
protected String approvalMode
protected List<ApprovalStage> approvalStages
protected String approvalStagesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic ApprovalSettings withIsApprovalRequired(Boolean isApprovalRequired)
public ApprovalSettings withIsApprovalRequiredForExtension(Boolean isApprovalRequiredForExtension)
public ApprovalSettings withIsRequestorJustificationRequired(Boolean isRequestorJustificationRequired)
public ApprovalSettings withApprovalMode(String approvalMode)
public com.github.davidmoten.odata.client.CollectionPage<ApprovalStage> getApprovalStages()
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 ApprovalSettings.Builder builder()
Copyright © 2018–2020. All rights reserved.