Uses of Enum Class
com.creditcall.chipdnamobile.OfflineRequest.CEMOfflineRequestType
-
Uses of OfflineRequest.CEMOfflineRequestType in com.creditcall.chipdnamobile
Methods in com.creditcall.chipdnamobile that return OfflineRequest.CEMOfflineRequestTypeModifier and TypeMethodDescriptionOfflineRequest.type()Gets the type of the request.Returns the enum constant of this class with the specified name.static OfflineRequest.CEMOfflineRequestType[]OfflineRequest.CEMOfflineRequestType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.creditcall.chipdnamobile that return types with arguments of type OfflineRequest.CEMOfflineRequestTypeModifier and TypeMethodDescriptionRequestQueueStatus.getFailedRequestTotalsByRequestType()Returns the amount sum of the stored failed requests, grouped by the request type.RequestQueueStatus.getFailedRequestVolumesByRequestType()Returns the volumes of the stored failed requests, grouped by the request type.RequestQueueStatus.getPendingRequestTotalsByRequestType()Returns the amount sum of the stored pending requests, grouped by the request type.RequestQueueStatus.getPendingRequestVolumesByRequestType()Returns the volumes of the stored requests, grouped by the request type.