public class ConversationThread extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationThread.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<Recipient> |
ccRecipients |
protected String |
ccRecipientsNextLink |
protected Boolean |
hasAttachments |
protected Boolean |
isLocked |
protected OffsetDateTime |
lastDeliveredDateTime |
protected String |
preview |
protected String |
topic |
protected List<Recipient> |
toRecipients |
protected String |
toRecipientsNextLink |
protected List<String> |
uniqueSenders |
protected String |
uniqueSendersNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
ConversationThread() |
| Modifier and Type | Method and Description |
|---|---|
static ConversationThread.Builder |
builderConversationThread()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<Recipient> |
getCcRecipients() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Boolean> |
getHasAttachments() |
Optional<Boolean> |
getIsLocked() |
Optional<OffsetDateTime> |
getLastDeliveredDateTime() |
PostCollectionRequest |
getPosts()
Org.OData.Capabilities.V1.ChangeTracking
|
Optional<String> |
getPreview() |
Optional<String> |
getTopic() |
com.github.davidmoten.odata.client.CollectionPage<Recipient> |
getToRecipients() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getUniqueSenders() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
ConversationThread |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
ConversationThread |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
reply(Post post) |
String |
toString() |
ConversationThread |
withHasAttachments(Boolean hasAttachments) |
ConversationThread |
withIsLocked(Boolean isLocked) |
ConversationThread |
withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime) |
ConversationThread |
withPreview(String preview) |
ConversationThread |
withTopic(String topic) |
protected String toRecipientsNextLink
protected String topic
protected Boolean hasAttachments
protected OffsetDateTime lastDeliveredDateTime
protected String uniqueSendersNextLink
protected String ccRecipientsNextLink
protected String preview
protected Boolean isLocked
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static ConversationThread.Builder builderConversationThread()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic com.github.davidmoten.odata.client.CollectionPage<Recipient> getToRecipients()
public ConversationThread withTopic(String topic)
public ConversationThread withHasAttachments(Boolean hasAttachments)
public Optional<OffsetDateTime> getLastDeliveredDateTime()
public ConversationThread withLastDeliveredDateTime(OffsetDateTime lastDeliveredDateTime)
public com.github.davidmoten.odata.client.CollectionPage<String> getUniqueSenders()
public com.github.davidmoten.odata.client.CollectionPage<Recipient> getCcRecipients()
public ConversationThread withPreview(String preview)
public ConversationThread withIsLocked(Boolean isLocked)
public PostCollectionRequest getPosts()
Org.OData.Capabilities.V1.ChangeTracking
Supported = false
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = false
Org.OData.Capabilities.V1.InsertRestrictions
Insertable = false
Org.OData.Capabilities.V1.DeleteRestrictions
Deletable = false
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic ConversationThread patch()
this with changed fields reset.public ConversationThread put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn reply(Post post)
Copyright © 2018–2020. All rights reserved.