Uses of Class
odata.msgraph.client.beta.entity.Presence
-
Packages that use Presence Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request -
-
Uses of Presence in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Presence Modifier and Type Method Description PresencePresence.Builder. build()PresencePresence. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.PresencePresence. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).PresencePresence. withActivity(String activity)PresencePresence. withAvailability(String availability)PresencePresence. withOutOfOfficeSettings(OutOfOfficeSettings outOfOfficeSettings)PresencePresence. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.entity that return types with arguments of type Presence Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Presence>CloudCommunications. getPresencesByUserId(List<String> ids) -
Uses of Presence in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request that return types with arguments of type Presence Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<Presence>CloudCommunicationsRequest. getPresencesByUserId(List<String> ids)
-