public class MailboxTrackingFolderMapping extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
MailboxTrackingFolderMapping.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
exchangeFolderId |
protected String |
exchangeFolderName |
protected Boolean |
isFolderOnboarded |
protected String |
odataType |
protected String |
regardingObjectId |
protected String |
regardingObjectName |
protected Integer |
regardingObjectTypeCode |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
MailboxTrackingFolderMapping() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String exchangeFolderId
protected String exchangeFolderName
protected String regardingObjectId
protected String regardingObjectName
protected Integer regardingObjectTypeCode
protected Boolean isFolderOnboarded
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic MailboxTrackingFolderMapping withExchangeFolderId(String exchangeFolderId)
public MailboxTrackingFolderMapping withExchangeFolderName(String exchangeFolderName)
public MailboxTrackingFolderMapping withRegardingObjectId(String regardingObjectId)
public MailboxTrackingFolderMapping withRegardingObjectName(String regardingObjectName)
public MailboxTrackingFolderMapping withRegardingObjectTypeCode(Integer regardingObjectTypeCode)
public MailboxTrackingFolderMapping withIsFolderOnboarded(Boolean isFolderOnboarded)
public MailboxTrackingFolderMapping withUnmappedField(String name, String value)
public com.github.davidmoten.odata.client.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 MailboxTrackingFolderMapping.Builder builder()
Copyright © 2018–2021. All rights reserved.