- canProceed(String, String, String) - Method in interface xyz.euclia.jquots.JQuots
-
Checks user's ability to continue the task after the call users credits will be subtracted after a GET method at /users/{id}/quots with appid, usageType and usageSize params.
- canProceed(String, String, String) - Method in class xyz.euclia.jquots.JQuotsImplementation
-
Checks user's ability to continue the task after the call users credits will be subtracted after a GET method at /users/{id}/quots with appid, usageType and usageSize params.
- CanProceed - Class in xyz.euclia.jquots.models
-
- CanProceed() - Constructor for class xyz.euclia.jquots.models.CanProceed
-
- canUserProceed(String, String, String, String) - Method in class xyz.euclia.jquots.consumer.QuotsConsumer
-
- close() - Method in class xyz.euclia.jquots.JQuotsImplementation
-
- createNewClient(String, String, String, Serializer) - Static method in class xyz.euclia.jquots.JQuotsClientFactory
-
- createUser(QuotsUser) - Method in class xyz.euclia.jquots.consumer.QuotsConsumer
-
- createUser(String, String, String) - Method in interface xyz.euclia.jquots.JQuots
-
Creates user A POST method at /users The request body should be a QuotsUser
- createUser(String, String, String) - Method in class xyz.euclia.jquots.JQuotsImplementation
-
Creates user A POST method at /users The request body should be a QuotsUser