MicrosoftGraphFreeBusyStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphFreeBusyStatus
- com.
- com.
public final class MicrosoftGraphFreeBusyStatus
extends ExpandableStringEnum<MicrosoftGraphFreeBusyStatus>
freeBusyStatus.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
BUSY
Static value busy for Microsoft |
static final
Microsoft |
FREE
Static value free for Microsoft |
static final
Microsoft |
OOF
Static value oof for Microsoft |
static final
Microsoft |
TENTATIVE
Static value tentative for Microsoft |
static final
Microsoft |
UNKNOWN
Static value unknown for Microsoft |
static final
Microsoft |
WORKING_ELSEWHERE
Static value working |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphFreeBusyStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
BUSY
public static final MicrosoftGraphFreeBusyStatus BUSY
Static value busy for MicrosoftGraphFreeBusyStatus.
FREE
public static final MicrosoftGraphFreeBusyStatus FREE
Static value free for MicrosoftGraphFreeBusyStatus.
OOF
public static final MicrosoftGraphFreeBusyStatus OOF
Static value oof for MicrosoftGraphFreeBusyStatus.
TENTATIVE
public static final MicrosoftGraphFreeBusyStatus TENTATIVE
Static value tentative for MicrosoftGraphFreeBusyStatus.
UNKNOWN
public static final MicrosoftGraphFreeBusyStatus UNKNOWN
Static value unknown for MicrosoftGraphFreeBusyStatus.
WORKING_ELSEWHERE
public static final MicrosoftGraphFreeBusyStatus WORKING_ELSEWHERE
Static value workingElsewhere for MicrosoftGraphFreeBusyStatus.
Constructor Details
MicrosoftGraphFreeBusyStatus
@Deprecated
public MicrosoftGraphFreeBusyStatus()
Deprecated
Creates a new instance of MicrosoftGraphFreeBusyStatus value.
Method Details
fromString
public static MicrosoftGraphFreeBusyStatus fromString(String name)
Creates or finds a MicrosoftGraphFreeBusyStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphFreeBusyStatus values.
Returns:
Applies to
Azure SDK for Java