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 MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. BUSYStatic value busy for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. FREEStatic value free for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. OOFStatic value oof for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. TENTATIVEStatic value tentative for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. UNKNOWNStatic value unknown for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. WORKING_ELSEWHEREStatic value workingElsewhere for MicrosoftGraphFreeBusyStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphFreeBusyStatus Modifier and Type Method Description static MicrosoftGraphFreeBusyStatusMicrosoftGraphFreeBusyStatus. fromString(String name)Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.MicrosoftGraphFreeBusyStatusMicrosoftGraphEvent. showAs()Get the showAs property: The showAs property.MicrosoftGraphFreeBusyStatusMicrosoftGraphScheduleItem. 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 MicrosoftGraphEventMicrosoftGraphEvent. withShowAs(MicrosoftGraphFreeBusyStatus showAs)Set the showAs property: The showAs property.MicrosoftGraphScheduleItemMicrosoftGraphScheduleItem. withStatus(MicrosoftGraphFreeBusyStatus status)Set the status property: The status property.
-