Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPresence
-
Packages that use MicrosoftGraphPresence Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphPresence in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphPresence Modifier and Type Method Description MicrosoftGraphPresence
MicrosoftGraphUserInner. presence()
Get the presence property: presence.MicrosoftGraphPresence
MicrosoftGraphPresence. withActivity(String activity)
Set the activity property: The supplemental information to a user's availability.MicrosoftGraphPresence
MicrosoftGraphPresence. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: presence.MicrosoftGraphPresence
MicrosoftGraphPresence. withAvailability(String availability)
Set the availability property: The base presence information for a user.MicrosoftGraphPresence
MicrosoftGraphPresence. withId(String id)
Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphPresence Modifier and Type Method Description MicrosoftGraphUserInner
MicrosoftGraphUserInner. withPresence(MicrosoftGraphPresence presence)
Set the presence property: presence.
-