| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.collection.request |
| Modifier and Type | Method and Description |
|---|---|
ContactFolder |
ContactFolder.Builder.build() |
ContactFolder |
ContactFolder.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
ContactFolder |
ContactFolder.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
ContactFolder |
ContactFolder.withDisplayName(String displayName) |
ContactFolder |
ContactFolder.withParentFolderId(String parentFolderId) |
ContactFolder |
ContactFolder.withWellKnownName(String wellKnownName) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<ContactFolder> |
ContactFolderCollectionRequest.delta() |
Copyright © 2018–2020. All rights reserved.