public class MessageCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Message,MessageRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
MessageCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
AttachmentCollectionRequest |
attachments() |
AttachmentRequest |
attachments(String id) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Message> |
delta() |
ExtensionCollectionRequest |
extensions() |
ExtensionRequest |
extensions(String id) |
MentionCollectionRequest |
mentions() |
MentionRequest |
mentions(String id) |
MultiValueLegacyExtendedPropertyCollectionRequest |
multiValueExtendedProperties() |
MultiValueLegacyExtendedPropertyRequest |
multiValueExtendedProperties(String id) |
SingleValueLegacyExtendedPropertyCollectionRequest |
singleValueExtendedProperties() |
SingleValueLegacyExtendedPropertyRequest |
singleValueExtendedProperties(String id) |
connectTimeout, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, readTimeout, requestHeader, requestHeader, search, select, skip, stream, to, toList, top, urlOverrideclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic MessageCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public AttachmentCollectionRequest attachments()
public AttachmentRequest attachments(String id)
public ExtensionCollectionRequest extensions()
public ExtensionRequest extensions(String id)
public MentionCollectionRequest mentions()
public MentionRequest mentions(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Message> delta()
Copyright © 2018–2020. All rights reserved.