Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFreeBusyStatus
-
Packages that use MicrosoftGraphFreeBusyStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphFreeBusyStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphFreeBusyStatus Modifier and Type Field Description static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. BUSY
Static value busy for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. FREE
Static value free for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. OOF
Static value oof for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. TENTATIVE
Static value tentative for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. UNKNOWN
Static value unknown for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. WORKING_ELSEWHERE
Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFreeBusyStatus Modifier and Type Method Description static MicrosoftGraphFreeBusyStatus
MicrosoftGraphFreeBusyStatus. fromString(String name)
Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.MicrosoftGraphFreeBusyStatus
MicrosoftGraphEvent. showAs()
Get the showAs property: The showAs property.MicrosoftGraphFreeBusyStatus
MicrosoftGraphScheduleItem. status()
Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphFreeBusyStatus Modifier and Type Method Description static Collection<MicrosoftGraphFreeBusyStatus>
MicrosoftGraphFreeBusyStatus. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphFreeBusyStatus Modifier and Type Method Description MicrosoftGraphEvent
MicrosoftGraphEvent. withShowAs(MicrosoftGraphFreeBusyStatus showAs)
Set the showAs property: The showAs property.MicrosoftGraphScheduleItem
MicrosoftGraphScheduleItem. withStatus(MicrosoftGraphFreeBusyStatus status)
Set the status property: The status property.
-