OperationStatus Enum
- java.
lang. Object - java.
lang. Enum - com.
microsoft. store. partnercenter. models. auditing. OperationStatus
- com.
- java.
public enum OperationStatus extends Enum<OperationStatus>
Represents status of an operation
Fields
| DECLINE |
Indicates that the operation is declined |
| FAILED |
Indicates failure of the operation |
| PROGRESS |
Indicates that the operation is still in progress |
| SUCCEEDED |
Indicates success of the operation |
Inherited Members
Methods
toString()
public String toString()
Converts the object to a string.
Returns
- Overrides
-
java.lang.Enum.toString()
valueOf(String name)
public static OperationStatus valueOf(String name)
Parameters
- name
- java.lang.String