Uses of Class
com.creditcall.chipdnamobile.OfflineRequest.CEMOfflineRequestType
-
-
Uses of OfflineRequest.CEMOfflineRequestType in com.creditcall.chipdnamobile
Methods in com.creditcall.chipdnamobile that return OfflineRequest.CEMOfflineRequestType Modifier and Type Method Description OfflineRequest.CEMOfflineRequestTypeOfflineRequest. type()Gets the type of the request.static OfflineRequest.CEMOfflineRequestTypeOfflineRequest.CEMOfflineRequestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OfflineRequest.CEMOfflineRequestType[]OfflineRequest.CEMOfflineRequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.creditcall.chipdnamobile that return types with arguments of type OfflineRequest.CEMOfflineRequestType Modifier and Type Method Description java.util.HashMap<OfflineRequest.CEMOfflineRequestType,java.lang.Long>RequestQueueStatus. getFailedRequestTotalsByRequestType()Returns the amount sum of the stored failed requests, grouped by the request type.java.util.HashMap<OfflineRequest.CEMOfflineRequestType,java.lang.Long>RequestQueueStatus. getFailedRequestVolumesByRequestType()Returns the volumes of the stored failed requests, grouped by the request type.java.util.HashMap<OfflineRequest.CEMOfflineRequestType,java.lang.Long>RequestQueueStatus. getPendingRequestTotalsByRequestType()Returns the amount sum of the stored pending requests, grouped by the request type.java.util.HashMap<OfflineRequest.CEMOfflineRequestType,java.lang.Long>RequestQueueStatus. getPendingRequestVolumesByRequestType()Returns the volumes of the stored requests, grouped by the request type.
-