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
Fields Modifier and Type Field Description static MicrosoftGraphFreeBusyStatusBUSYStatic value busy for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusFREEStatic value free for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusOOFStatic value oof for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusTENTATIVEStatic value tentative for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusUNKNOWNStatic value unknown for MicrosoftGraphFreeBusyStatus.static MicrosoftGraphFreeBusyStatusWORKING_ELSEWHEREStatic value workingElsewhere for MicrosoftGraphFreeBusyStatus.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphFreeBusyStatus()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphFreeBusyStatusfromString(String name)Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.static Collection<MicrosoftGraphFreeBusyStatus>values()
-
-
-
Field Detail
-
UNKNOWN
public static final MicrosoftGraphFreeBusyStatus UNKNOWN
Static value unknown for MicrosoftGraphFreeBusyStatus.
-
FREE
public static final MicrosoftGraphFreeBusyStatus FREE
Static value free for MicrosoftGraphFreeBusyStatus.
-
TENTATIVE
public static final MicrosoftGraphFreeBusyStatus TENTATIVE
Static value tentative for MicrosoftGraphFreeBusyStatus.
-
BUSY
public static final MicrosoftGraphFreeBusyStatus BUSY
Static value busy for MicrosoftGraphFreeBusyStatus.
-
OOF
public static final MicrosoftGraphFreeBusyStatus OOF
Static value oof for MicrosoftGraphFreeBusyStatus.
-
WORKING_ELSEWHERE
public static final MicrosoftGraphFreeBusyStatus WORKING_ELSEWHERE
Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.
-
-
Method Detail
-
fromString
public static MicrosoftGraphFreeBusyStatus fromString(String name)
Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphFreeBusyStatus.
-
values
public static Collection<MicrosoftGraphFreeBusyStatus> values()
- Returns:
- known MicrosoftGraphFreeBusyStatus values.
-
-