Class UserRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.UserRetrofitWebService
- All Implemented Interfaces:
UserWebService
,WebService
Available methods for the User Web Service.
- Since:
- 1/7/15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
createNewUser
(String token, User userToCreate, WebServiceResponseHandler<User> handler) Method that creates a user on the current network
-
Constructor Details
-
UserRetrofitWebService
-
-
Method Details
-
createNewUser
Description copied from interface:UserWebService
Method that creates a user on the current network- Specified by:
createNewUser
in interfaceUserWebService
- Parameters:
token
- the token of the user that creates the new useruserToCreate
- the user that will be created
-