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>
freeBusyStatus.
-
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()Gets known MicrosoftGraphFreeBusyStatus 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
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphFreeBusyStatus value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphFreeBusyStatus.
-
values
Gets known MicrosoftGraphFreeBusyStatus values.- Returns:
- known MicrosoftGraphFreeBusyStatus values.
-
fromString(String)factory method.