Package microsoft.dynamics.crm.complex
Class MailboxTrackingFolderMapping
- java.lang.Object
-
- microsoft.dynamics.crm.complex.MailboxTrackingFolderMapping
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class MailboxTrackingFolderMapping extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMailboxTrackingFolderMapping.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringexchangeFolderIdprotected StringexchangeFolderNameprotected BooleanisFolderOnboardedprotected StringodataTypeprotected UUIDregardingObjectIdprotected StringregardingObjectNameprotected IntegerregardingObjectTypeCodeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedMailboxTrackingFolderMapping()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
exchangeFolderId
protected String exchangeFolderId
-
exchangeFolderName
protected String exchangeFolderName
-
regardingObjectId
protected UUID regardingObjectId
-
regardingObjectName
protected String regardingObjectName
-
regardingObjectTypeCode
protected Integer regardingObjectTypeCode
-
isFolderOnboarded
protected Boolean isFolderOnboarded
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withExchangeFolderId
public MailboxTrackingFolderMapping withExchangeFolderId(String exchangeFolderId)
-
withExchangeFolderName
public MailboxTrackingFolderMapping withExchangeFolderName(String exchangeFolderName)
-
withRegardingObjectId
public MailboxTrackingFolderMapping withRegardingObjectId(UUID regardingObjectId)
-
withRegardingObjectName
public MailboxTrackingFolderMapping withRegardingObjectName(String regardingObjectName)
-
withRegardingObjectTypeCode
public MailboxTrackingFolderMapping withRegardingObjectTypeCode(Integer regardingObjectTypeCode)
-
withIsFolderOnboarded
public MailboxTrackingFolderMapping withIsFolderOnboarded(Boolean isFolderOnboarded)
-
withUnmappedField
public MailboxTrackingFolderMapping withUnmappedField(String name, String value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static MailboxTrackingFolderMapping.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-