| Package | Description |
|---|---|
| com.dropbuddies.client | |
| com.dropbuddies.core.client |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<InlineResponse2001> |
AuthenticateApi.authenticateAccountTypeCreatePost(String accountType,
Account body)
Create an account of the corresponding type in the endpoint
Create an account of the corresponding type in the endpoint
|
retrofit2.Call<InlineResponse2001> |
AccountsApi.authenticateAccountTypeCreatePost(String accountType,
Account body)
Create an account of the corresponding type in the endpoint
Create an account of the corresponding type in the endpoint
|
retrofit2.Call<Void> |
AuthenticateApi.authenticateAccountTypeResetConfirmCodePost(String accountType,
String code,
Account body)
Reset Account confirmation
Reset Account confirmation
|
retrofit2.Call<Void> |
AccountsApi.authenticateAccountTypeResetConfirmCodePost(String accountType,
String code,
Account body)
Reset Account confirmation
Reset Account confirmation
|
retrofit2.Call<Void> |
AuthenticateApi.authenticateAccountTypeResetPost(String accountType,
Account body)
Reset account
Reset account
|
retrofit2.Call<Void> |
AccountsApi.authenticateAccountTypeResetPost(String accountType,
Account body)
Reset account
Reset account
|
retrofit2.Call<InlineResponse2007> |
AuthenticateApi.authenticateDeveloperNewTokenPost(Account body,
AuthenticatorLog body2)
Developer can request a new token that is tied to his account
Developer can request a new token that is tied to his account
|
retrofit2.Call<InlineResponse2007> |
AccountsApi.authenticateDeveloperNewTokenPost(Account body,
AuthenticatorLog body2)
Developer can request a new token that is tied to his account
Developer can request a new token that is tied to his account
|
| Modifier and Type | Method and Description |
|---|---|
Account |
Account.activatedOn(Long activatedOn) |
Account |
Account.apiKey(String apiKey) |
Account |
Account.companyDepartment(String companyDepartment) |
Account |
Account.companyName(String companyName) |
Account |
Account.createdOn(Long createdOn) |
Account |
Account.email(String email) |
Account |
Account.firstName(String firstName) |
Account |
InlineResponse2001.getData()
Get data
|
Account |
Account.id(Long id) |
Account |
Account.isOnline(Integer isOnline) |
Account |
Account.lastName(String lastName) |
Account |
Account.latitude(Double latitude) |
Account |
Account.longitude(Double longitude) |
Account |
Account.phonenumber(String phonenumber) |
Account |
Account.uniqueId(String uniqueId) |
Account |
Account.updatedOn(Long updatedOn) |
| Modifier and Type | Method and Description |
|---|---|
InlineResponse2001 |
InlineResponse2001.data(Account data) |
void |
InlineResponse2001.setData(Account data) |
Copyright © 2017. All rights reserved.