| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
Presence |
Presence.Builder.build() |
Presence |
Presence.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
Presence |
Presence.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
Presence |
Presence.withActivity(String activity) |
Presence |
Presence.withAvailability(String availability) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Presence> |
CloudCommunications.getPresencesByUserId(List<String> ids) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Presence> |
CloudCommunicationsRequest.getPresencesByUserId(List<String> ids) |
Copyright © 2018–2020. All rights reserved.