Skip navigation links
B C D E G I J P Q S U W X 

B

BaseConsumer - Class in xyz.euclia.jquots.consumer
 

C

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

D

delete(String, Object, String, String, Class<T>) - Method in class xyz.euclia.jquots.consumer.BaseConsumer
 
deleteUser(String) - Method in interface xyz.euclia.jquots.JQuots
Deletes user by id A Delete method at /users/{id} path
deleteUser(String) - Method in class xyz.euclia.jquots.JQuotsImplementation
Deletes user by id A Delete method at /users/{id} path
deleteUserById(String) - Method in class xyz.euclia.jquots.consumer.QuotsConsumer
 

E

ErrorReport - Class in xyz.euclia.jquots.models
 
ErrorReport() - Constructor for class xyz.euclia.jquots.models.ErrorReport
 

G

get(String, String, String, Class<T>) - Method in class xyz.euclia.jquots.consumer.BaseConsumer
 
getAppid() - Method in class xyz.euclia.jquots.models.Spenton
 
getClient() - Method in class xyz.euclia.jquots.JQuotsClientFactory
 
getCredits() - Method in class xyz.euclia.jquots.models.QuotsUser
 
getEmail() - Method in class xyz.euclia.jquots.models.QuotsUser
 
getId() - Method in class xyz.euclia.jquots.models.QuotsUser
 
getMessage() - Method in class xyz.euclia.jquots.models.ErrorReport
 
getSpenton() - Method in class xyz.euclia.jquots.models.QuotsUser
 
getStatus() - Method in class xyz.euclia.jquots.models.ErrorReport
 
getUsage() - Method in class xyz.euclia.jquots.models.Spenton
 
getUserById(String) - Method in class xyz.euclia.jquots.consumer.QuotsConsumer
 
getUserById(String) - Method in interface xyz.euclia.jquots.JQuots
Get user by id A GET method at /users/{id} path.
getUserById(String) - Method in class xyz.euclia.jquots.JQuotsImplementation
Get user by id A GET method at /users/{id} path.
getUserid() - Method in class xyz.euclia.jquots.models.CanProceed
 
getUsername() - Method in class xyz.euclia.jquots.models.QuotsUser
 
getWithParams(String, List<Param>, String, String, Class<T>, Class<E>) - Method in class xyz.euclia.jquots.consumer.BaseConsumer
 

I

isProceed() - Method in class xyz.euclia.jquots.models.CanProceed
 

J

JQuots - Interface in xyz.euclia.jquots
 
JQuotsClientFactory - Class in xyz.euclia.jquots
 
JQuotsClientFactory() - Constructor for class xyz.euclia.jquots.JQuotsClientFactory
 
JQuotsException - Exception in xyz.euclia.jquots.exception
 
JQuotsException() - Constructor for exception xyz.euclia.jquots.exception.JQuotsException
 
JQuotsException(String) - Constructor for exception xyz.euclia.jquots.exception.JQuotsException
 
JQuotsException(String, Throwable) - Constructor for exception xyz.euclia.jquots.exception.JQuotsException
 
JQuotsException(Throwable) - Constructor for exception xyz.euclia.jquots.exception.JQuotsException
 
JQuotsImplementation - Class in xyz.euclia.jquots
 
JQuotsImplementation(AsyncHttpClient, String, String, QuotsConsumer) - Constructor for class xyz.euclia.jquots.JQuotsImplementation
 

P

parse(String, Class<T>) - Method in interface xyz.euclia.jquots.serialize.Serializer
 
parse(InputStream, Class<T>) - Method in interface xyz.euclia.jquots.serialize.Serializer
 
post(String, Object, String, String, Class<T>) - Method in class xyz.euclia.jquots.consumer.BaseConsumer
 
put(String, Object, String, String, Class<T>) - Method in class xyz.euclia.jquots.consumer.BaseConsumer
 

Q

Quots - Class in xyz.euclia.jquots.models
 
Quots() - Constructor for class xyz.euclia.jquots.models.Quots
 
QuotsConsumer - Class in xyz.euclia.jquots.consumer
 
QuotsConsumer(AsyncHttpClient, Serializer, String, String, String) - Constructor for class xyz.euclia.jquots.consumer.QuotsConsumer
 
QuotsUser - Class in xyz.euclia.jquots.models
 
QuotsUser() - Constructor for class xyz.euclia.jquots.models.QuotsUser
 

S

Serializer - Interface in xyz.euclia.jquots.serialize
 
setAppid(String) - Method in class xyz.euclia.jquots.models.Spenton
 
setCredits(float) - Method in class xyz.euclia.jquots.models.QuotsUser
 
setEmail(String) - Method in class xyz.euclia.jquots.models.QuotsUser
 
setId(String) - Method in class xyz.euclia.jquots.models.QuotsUser
 
setMessage(String) - Method in class xyz.euclia.jquots.models.ErrorReport
 
setProceed(boolean) - Method in class xyz.euclia.jquots.models.CanProceed
 
setSpenton(ArrayList<Spenton>) - Method in class xyz.euclia.jquots.models.QuotsUser
 
setStatus(Integer) - Method in class xyz.euclia.jquots.models.ErrorReport
 
setUsage(HashMap<String, Object>) - Method in class xyz.euclia.jquots.models.Spenton
 
setUserid(String) - Method in class xyz.euclia.jquots.models.CanProceed
 
setUsername(String) - Method in class xyz.euclia.jquots.models.QuotsUser
 
Spenton - Class in xyz.euclia.jquots.models
 
Spenton() - Constructor for class xyz.euclia.jquots.models.Spenton
 

U

updateCredits(QuotsUser) - Method in class xyz.euclia.jquots.consumer.QuotsConsumer
 
updateUserCredits(QuotsUser) - Method in interface xyz.euclia.jquots.JQuots
Updates user's credits The provided credits will be the user's credits! A PUT method at /users/{id} path.
updateUserCredits(QuotsUser) - Method in class xyz.euclia.jquots.JQuotsImplementation
Updates user's credits The provided credits will be the user's credits! A PUT method at /users/{id} path.

W

write(Object, OutputStream) - Method in interface xyz.euclia.jquots.serialize.Serializer
 
write(Object, Writer) - Method in interface xyz.euclia.jquots.serialize.Serializer
 
write(Object) - Method in interface xyz.euclia.jquots.serialize.Serializer
 

X

xyz.euclia.jquots - package xyz.euclia.jquots
 
xyz.euclia.jquots.consumer - package xyz.euclia.jquots.consumer
 
xyz.euclia.jquots.exception - package xyz.euclia.jquots.exception
 
xyz.euclia.jquots.models - package xyz.euclia.jquots.models
 
xyz.euclia.jquots.serialize - package xyz.euclia.jquots.serialize
 
B C D E G I J P Q S U W X 
Skip navigation links

Copyright © 2019 Euclia. All rights reserved.