Uses of Class
com.aducid.sdk.enums.AIMStatus
| Package | Description | 
|---|---|
| com.aducid.sdk.common | 
 Interfaces and exceptions. 
 | 
| com.aducid.sdk.enums | 
 Enumeration classes. 
 | 
| com.aducid.sdk.pojo | 
 Java beans. 
 | 
| com.aducid.sdk.util | 
 Utility classes. 
 | 
- 
Uses of AIMStatus in com.aducid.sdk.common
Methods in com.aducid.sdk.common that return AIMStatus Modifier and Type Method Description AIMStatusAducidClientException. getStatusAIM()Returns AIM status.AIMStatusStatusable. getStatusAIM()Returns AIM status.Constructors in com.aducid.sdk.common with parameters of type AIMStatus Constructor Description AducidClientException(AIMStatus statusAIM, AuthStatus statusAuth)Constructor with AIM status and authentication status.AducidClientException(AIMStatus statusAIM, AuthStatus statusAuth, LFStatus statusLF)Constructor with AIM status, authentication status and LF status. - 
Uses of AIMStatus in com.aducid.sdk.enums
Methods in com.aducid.sdk.enums that return AIMStatus Modifier and Type Method Description static AIMStatusAIMStatus. create(java.lang.String text)Creates enumeration from value.static AIMStatusAIMStatus. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AIMStatus[]AIMStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. - 
Uses of AIMStatus in com.aducid.sdk.pojo
Methods in com.aducid.sdk.pojo that return AIMStatus Modifier and Type Method Description AIMStatusCloseSessionResponse. getStatusAIM()Returns AIM status.AIMStatusErrorResult. getStatusAIM()Returns AIM status.AIMStatusGetPSLAttributesResponse. getStatusAIM()Returns AIM status.Methods in com.aducid.sdk.pojo with parameters of type AIMStatus Modifier and Type Method Description voidCloseSessionResponse. setStatusAIM(AIMStatus statusAIM)Sets AIM status.voidErrorResult. setStatusAIM(AIMStatus statusAIM)Sets AIM status.voidGetPSLAttributesResponse. setStatusAIM(AIMStatus statusAIM)Sets AIM status.Constructors in com.aducid.sdk.pojo with parameters of type AIMStatus Constructor Description ErrorResult(java.lang.String message, AIMStatus statusAIM, AuthStatus statusAuth)Constructor with AIM status and authentication status.ErrorResult(java.lang.String message, AIMStatus statusAIM, AuthStatus statusAuth, LFStatus statusLF)Constructor with AIM status, authentication status and LF status. - 
Uses of AIMStatus in com.aducid.sdk.util
Methods in com.aducid.sdk.util that return AIMStatus Modifier and Type Method Description static AIMStatusStatusUtils. getStatusAIM(java.lang.String statusAIM)Returns AIM status.