public class MailFolderCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<MailFolder,MailFolderRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
MailFolderCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
MailFolderCollectionRequest |
childFolders() |
MailFolderRequest |
childFolders(String id) |
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MailFolder> |
delta() |
MessageRuleCollectionRequest |
messageRules() |
MessageRuleRequest |
messageRules(String id) |
MessageCollectionRequest |
messages() |
MessageRequest |
messages(String id) |
MultiValueLegacyExtendedPropertyCollectionRequest |
multiValueExtendedProperties() |
MultiValueLegacyExtendedPropertyRequest |
multiValueExtendedProperties(String id) |
SingleValueLegacyExtendedPropertyCollectionRequest |
singleValueExtendedProperties() |
SingleValueLegacyExtendedPropertyRequest |
singleValueExtendedProperties(String id) |
UserConfigurationCollectionRequest |
userConfigurations() |
UserConfigurationRequest |
userConfigurations(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 MailFolderCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public SingleValueLegacyExtendedPropertyCollectionRequest singleValueExtendedProperties()
public SingleValueLegacyExtendedPropertyRequest singleValueExtendedProperties(String id)
public MultiValueLegacyExtendedPropertyCollectionRequest multiValueExtendedProperties()
public MultiValueLegacyExtendedPropertyRequest multiValueExtendedProperties(String id)
public MessageCollectionRequest messages()
public MessageRequest messages(String id)
public MessageRuleCollectionRequest messageRules()
public MessageRuleRequest messageRules(String id)
public MailFolderCollectionRequest childFolders()
public MailFolderRequest childFolders(String id)
public UserConfigurationCollectionRequest userConfigurations()
public UserConfigurationRequest userConfigurations(String id)
public com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MailFolder> delta()
Copyright © 2018–2020. All rights reserved.