public class RecentItem extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
RecentItem.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected String |
displayName |
protected String |
entityTypeName |
protected String |
iconPath |
protected Boolean |
isDeleted |
protected Boolean |
isUserView |
protected String |
lastAccessedStr |
protected String |
objectId |
protected String |
odataType |
protected Boolean |
pinStatus |
protected RecentlyViewedRecordType |
recordType |
protected String |
title |
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
RecentItem() |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
protected String odataType
protected String displayName
protected String iconPath
protected String lastAccessedStr
protected String entityTypeName
protected String objectId
protected Boolean pinStatus
protected RecentlyViewedRecordType recordType
protected Boolean isUserView
protected String title
protected Boolean isDeleted
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic RecentItem withDisplayName(String displayName)
public RecentItem withIconPath(String iconPath)
public RecentItem withLastAccessedStr(String lastAccessedStr)
public RecentItem withEntityTypeName(String entityTypeName)
public RecentItem withObjectId(String objectId)
public RecentItem withPinStatus(Boolean pinStatus)
public Optional<RecentlyViewedRecordType> getRecordType()
public RecentItem withRecordType(RecentlyViewedRecordType recordType)
public RecentItem withIsUserView(Boolean isUserView)
public RecentItem withTitle(String title)
public RecentItem withIsDeleted(Boolean isDeleted)
public RecentItem 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 RecentItem.Builder builder()
Copyright © 2018–2021. All rights reserved.