Uses of Class
com.aducid.sdk.enums.Status
| Package | Description | 
|---|---|
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
- 
Uses of Status in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return Status Modifier and Type Method Description static StatusStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Status[]Status. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of Status in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return Status Modifier and Type Method Description StatusResult. getStatus()Returns status.Methods in com.aducid.sdk.pojo with parameters of type Status Modifier and Type Method Description voidResult. setStatus(Status status)Sets status.