public enum MobileAppContentFileUploadState extends java.lang.Enum<MobileAppContentFileUploadState>
Enum Constant and Description |
---|
AZURE_STORAGE_URI_RENEWAL_FAILED
azure Storage Uri Renewal Failed
|
AZURE_STORAGE_URI_RENEWAL_PENDING
azure Storage Uri Renewal Pending
|
AZURE_STORAGE_URI_RENEWAL_SUCCESS
azure Storage Uri Renewal Success
|
AZURE_STORAGE_URI_RENEWAL_TIMED_OUT
azure Storage Uri Renewal Timed Out
|
AZURE_STORAGE_URI_REQUEST_FAILED
azure Storage Uri Request Failed
|
AZURE_STORAGE_URI_REQUEST_PENDING
azure Storage Uri Request Pending
|
AZURE_STORAGE_URI_REQUEST_SUCCESS
azure Storage Uri Request Success
|
AZURE_STORAGE_URI_REQUEST_TIMED_OUT
azure Storage Uri Request Timed Out
|
COMMIT_FILE_FAILED
commit File Failed
|
COMMIT_FILE_PENDING
commit File Pending
|
COMMIT_FILE_SUCCESS
commit File Success
|
COMMIT_FILE_TIMED_OUT
commit File Timed Out
|
ERROR
error
|
SUCCESS
success
|
TRANSIENT_ERROR
transient Error
|
UNEXPECTED_VALUE
For MobileAppContentFileUploadState values that were not expected from the service
|
UNKNOWN
unknown
|
Modifier and Type | Method and Description |
---|---|
static MobileAppContentFileUploadState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MobileAppContentFileUploadState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MobileAppContentFileUploadState SUCCESS
public static final MobileAppContentFileUploadState TRANSIENT_ERROR
public static final MobileAppContentFileUploadState ERROR
public static final MobileAppContentFileUploadState UNKNOWN
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_REQUEST_SUCCESS
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_REQUEST_PENDING
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_REQUEST_FAILED
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_REQUEST_TIMED_OUT
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_RENEWAL_SUCCESS
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_RENEWAL_PENDING
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_RENEWAL_FAILED
public static final MobileAppContentFileUploadState AZURE_STORAGE_URI_RENEWAL_TIMED_OUT
public static final MobileAppContentFileUploadState COMMIT_FILE_SUCCESS
public static final MobileAppContentFileUploadState COMMIT_FILE_PENDING
public static final MobileAppContentFileUploadState COMMIT_FILE_FAILED
public static final MobileAppContentFileUploadState COMMIT_FILE_TIMED_OUT
public static final MobileAppContentFileUploadState UNEXPECTED_VALUE
public static MobileAppContentFileUploadState[] values()
for (MobileAppContentFileUploadState c : MobileAppContentFileUploadState.values()) System.out.println(c);
public static MobileAppContentFileUploadState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null