Package com.microsoft.graph.models
Enum Class MobileAppContentFileUploadState
java.lang.Object
java.lang.Enum<MobileAppContentFileUploadState>
com.microsoft.graph.models.MobileAppContentFileUploadState
- All Implemented Interfaces:
Serializable
,Comparable<MobileAppContentFileUploadState>
,Constable
The Enum Mobile App Content File Upload State.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionazure Storage Uri Renewal Failedazure Storage Uri Renewal Pendingazure Storage Uri Renewal Successazure Storage Uri Renewal Timed Outazure Storage Uri Request Failedazure Storage Uri Request Pendingazure Storage Uri Request Successazure Storage Uri Request Timed Outcommit File Failedcommit File Pendingcommit File Successcommit File Timed Outerrorsuccesstransient ErrorFor MobileAppContentFileUploadState values that were not expected from the serviceunknown -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static MobileAppContentFileUploadState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUCCESS
success -
TRANSIENT_ERROR
transient Error -
ERROR
error -
UNKNOWN
unknown -
AZURE_STORAGE_URI_REQUEST_SUCCESS
azure Storage Uri Request Success -
AZURE_STORAGE_URI_REQUEST_PENDING
azure Storage Uri Request Pending -
AZURE_STORAGE_URI_REQUEST_FAILED
azure Storage Uri Request Failed -
AZURE_STORAGE_URI_REQUEST_TIMED_OUT
azure Storage Uri Request Timed Out -
AZURE_STORAGE_URI_RENEWAL_SUCCESS
azure Storage Uri Renewal Success -
AZURE_STORAGE_URI_RENEWAL_PENDING
azure Storage Uri Renewal Pending -
AZURE_STORAGE_URI_RENEWAL_FAILED
azure Storage Uri Renewal Failed -
AZURE_STORAGE_URI_RENEWAL_TIMED_OUT
azure Storage Uri Renewal Timed Out -
COMMIT_FILE_SUCCESS
commit File Success -
COMMIT_FILE_PENDING
commit File Pending -
COMMIT_FILE_FAILED
commit File Failed -
COMMIT_FILE_TIMED_OUT
commit File Timed Out -
UNEXPECTED_VALUE
For MobileAppContentFileUploadState values that were not expected from the service
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-