Class MicrosoftGraphFreeBusyStatus
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MicrosoftGraphFreeBusyStatus>
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphFreeBusyStatus
public final class MicrosoftGraphFreeBusyStatus
extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphFreeBusyStatus>
Defines values for MicrosoftGraphFreeBusyStatus.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphFreeBusyStatusStatic value busy for MicrosoftGraphFreeBusyStatus.static final MicrosoftGraphFreeBusyStatusStatic value free for MicrosoftGraphFreeBusyStatus.static final MicrosoftGraphFreeBusyStatusStatic value oof for MicrosoftGraphFreeBusyStatus.static final MicrosoftGraphFreeBusyStatusStatic value tentative for MicrosoftGraphFreeBusyStatus.static final MicrosoftGraphFreeBusyStatusStatic value unknown for MicrosoftGraphFreeBusyStatus.static final MicrosoftGraphFreeBusyStatusStatic value workingElsewhere for MicrosoftGraphFreeBusyStatus. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MicrosoftGraphFreeBusyStatusfromString(String name) Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value unknown for MicrosoftGraphFreeBusyStatus. -
FREE
Static value free for MicrosoftGraphFreeBusyStatus. -
TENTATIVE
Static value tentative for MicrosoftGraphFreeBusyStatus. -
BUSY
Static value busy for MicrosoftGraphFreeBusyStatus. -
OOF
Static value oof for MicrosoftGraphFreeBusyStatus. -
WORKING_ELSEWHERE
Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.
-
-
Constructor Details
-
MicrosoftGraphFreeBusyStatus
public MicrosoftGraphFreeBusyStatus()
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphFreeBusyStatus.
-
values
- Returns:
- known MicrosoftGraphFreeBusyStatus values.
-