Package microsoft.dynamics.crm.complex
Class RecentItem
- java.lang.Object
-
- microsoft.dynamics.crm.complex.RecentItem
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class RecentItem extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRecentItem.Builder
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPathprotected StringdisplayNameprotected StringentityTypeNameprotected StringiconPathprotected BooleanisDeletedprotected BooleanisUserViewprotected StringlastAccessedStrprotected StringobjectIdprotected StringodataTypeprotected BooleanpinStatusprotected RecentlyViewedRecordTyperecordTypeprotected Stringtitleprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedRecentItem()
-
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
-
displayName
protected String displayName
-
iconPath
protected String iconPath
-
lastAccessedStr
protected String lastAccessedStr
-
entityTypeName
protected String entityTypeName
-
objectId
protected String objectId
-
pinStatus
protected Boolean pinStatus
-
recordType
protected RecentlyViewedRecordType recordType
-
isUserView
protected Boolean isUserView
-
title
protected String title
-
isDeleted
protected Boolean isDeleted
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withDisplayName
public RecentItem withDisplayName(String displayName)
-
withIconPath
public RecentItem withIconPath(String iconPath)
-
withLastAccessedStr
public RecentItem withLastAccessedStr(String lastAccessedStr)
-
withEntityTypeName
public RecentItem withEntityTypeName(String entityTypeName)
-
withObjectId
public RecentItem withObjectId(String objectId)
-
withPinStatus
public RecentItem withPinStatus(Boolean pinStatus)
-
getRecordType
public Optional<RecentlyViewedRecordType> getRecordType()
-
withRecordType
public RecentItem withRecordType(RecentlyViewedRecordType recordType)
-
withIsUserView
public RecentItem withIsUserView(Boolean isUserView)
-
withTitle
public RecentItem withTitle(String title)
-
withIsDeleted
public RecentItem withIsDeleted(Boolean isDeleted)
-
withUnmappedField
public RecentItem withUnmappedField(String name, Object 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 RecentItem.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
-
-