public class MailSearchFolder extends MailFolder implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
MailSearchFolder.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
filterQuery |
protected Boolean |
includeNestedFolders |
protected Boolean |
isSupported |
protected List<String> |
sourceFolderIds |
protected String |
sourceFolderIdsNextLink |
childFolderCount, displayName, parentFolderId, totalItemCount, unreadItemCount, wellKnownNamechangedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
MailSearchFolder() |
| Modifier and Type | Method and Description |
|---|---|
static MailSearchFolder.Builder |
builderMailSearchFolder()
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.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getFilterQuery() |
Optional<Boolean> |
getIncludeNestedFolders() |
Optional<Boolean> |
getIsSupported() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSourceFolderIds() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getSourceFolderIds(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
MailSearchFolder |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
MailSearchFolder |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
MailSearchFolder |
withFilterQuery(String filterQuery) |
MailSearchFolder |
withIncludeNestedFolders(Boolean includeNestedFolders) |
MailSearchFolder |
withIsSupported(Boolean isSupported) |
builderMailFolder, copy, getChildFolderCount, getChildFolders, getDisplayName, getMessageRules, getMessages, getMultiValueExtendedProperties, getParentFolderId, getSingleValueExtendedProperties, getTotalItemCount, getUnreadItemCount, getUserConfigurations, getWellKnownName, move, withChildFolderCount, withDisplayName, withParentFolderId, withTotalItemCount, withUnreadItemCount, withWellKnownNameprotected Boolean isSupported
protected Boolean includeNestedFolders
protected String sourceFolderIdsNextLink
protected String filterQuery
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MailFolderpublic static MailSearchFolder.Builder builderMailSearchFolder()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class MailFolderpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MailFolderpublic MailSearchFolder withIsSupported(Boolean isSupported)
public MailSearchFolder withIncludeNestedFolders(Boolean includeNestedFolders)
public com.github.davidmoten.odata.client.CollectionPage<String> getSourceFolderIds()
public com.github.davidmoten.odata.client.CollectionPage<String> getSourceFolderIds(com.github.davidmoten.odata.client.HttpRequestOptions options)
public MailSearchFolder withFilterQuery(String filterQuery)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MailFolderpublic MailSearchFolder patch()
this with changed fields reset.patch in class MailFolderthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic MailSearchFolder put()
this
with changed fields reset (they were ignored anyway).put in class MailFolderthis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class MailFolderCopyright © 2018–2020. All rights reserved.