| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Class and Description |
|---|---|
class |
MailSearchFolder |
| Modifier and Type | Method and Description |
|---|---|
MailFolder |
MailFolder.Builder.build() |
MailFolder |
MailFolder.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
MailFolder |
MailFolder.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
MailFolder |
MailFolder.withChildFolderCount(Integer childFolderCount) |
MailFolder |
MailFolder.withDisplayName(String displayName) |
MailFolder |
MailFolder.withParentFolderId(String parentFolderId) |
MailFolder |
MailFolder.withTotalItemCount(Integer totalItemCount) |
MailFolder |
MailFolder.withUnreadItemCount(Integer unreadItemCount) |
MailFolder |
MailFolder.withWellKnownName(String wellKnownName) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MailFolder> |
MailFolder.copy(String destinationId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MailFolder> |
MailFolder.move(String destinationId) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<MailFolder> |
MailFolderCollectionRequest.delta() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MailFolder> |
MailFolderRequest.copy(String destinationId) |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<MailFolder> |
MailFolderRequest.move(String destinationId) |
Copyright © 2018–2020. All rights reserved.