MicrosoftGraphTaskStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphTaskStatus
- com.
- com.
public final class MicrosoftGraphTaskStatus
extends ExpandableStringEnum<MicrosoftGraphTaskStatus>
taskStatus.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
COMPLETED
Static value completed for Microsoft |
static final
Microsoft |
DEFERRED
Static value deferred for Microsoft |
static final
Microsoft |
IN_PROGRESS
Static value in |
static final
Microsoft |
NOT_STARTED
Static value not |
static final
Microsoft |
WAITING_ON_OTHERS
Static value waiting |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphTaskStatus() |
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
COMPLETED
public static final MicrosoftGraphTaskStatus COMPLETED
Static value completed for MicrosoftGraphTaskStatus.
DEFERRED
public static final MicrosoftGraphTaskStatus DEFERRED
Static value deferred for MicrosoftGraphTaskStatus.
IN_PROGRESS
public static final MicrosoftGraphTaskStatus IN_PROGRESS
Static value inProgress for MicrosoftGraphTaskStatus.
NOT_STARTED
public static final MicrosoftGraphTaskStatus NOT_STARTED
Static value notStarted for MicrosoftGraphTaskStatus.
WAITING_ON_OTHERS
public static final MicrosoftGraphTaskStatus WAITING_ON_OTHERS
Static value waitingOnOthers for MicrosoftGraphTaskStatus.
Constructor Details
MicrosoftGraphTaskStatus
@Deprecated
public MicrosoftGraphTaskStatus()
Deprecated
Creates a new instance of MicrosoftGraphTaskStatus value.
Method Details
fromString
public static MicrosoftGraphTaskStatus fromString(String name)
Creates or finds a MicrosoftGraphTaskStatus from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphTaskStatus values.
Returns: