public abstract class AbstractUserControl<T> extends AbstractAction<UserResponse>
client, files, params, proxy, RESPONSE_PACKAGE_NAME| Constructor and Description |
|---|
AbstractUserControl() |
| Modifier and Type | Method and Description |
|---|---|
protected UserResponse |
createResponse(String data) |
protected String |
endPoint() |
T |
setActive(boolean val)
Set account active status.
|
T |
setFullAccessPhoneBook(boolean access)
Set access to main account phonebook contacts.
|
T |
setFullAccessSenderNames(boolean access)
Set access to main account sender names.
|
T |
setInfo(String info)
Set additional account description.
|
T |
setLimit(double limit)
Set credit limit granted to account.
|
T |
setLimit(int limit)
Set credit limit granted to account.
|
T |
setMonthLimit(double limit)
Set month credits, the amount that will be granted 1st day of every month.
|
T |
setMonthLimit(int limit)
Set month credits, the amount that will be granted 1st day of every month.
|
T |
setPassword(String password)
Set account password encoded md5 algorithm.
|
T |
setPasswordApi(String password)
Set account api password hashed with md5.
|
client, execute, handleError, httpMethod, proxy, setJsonpublic T setLimit(int limit)
public T setLimit(double limit)
public T setMonthLimit(int limit)
public T setMonthLimit(double limit)
public T setFullAccessSenderNames(boolean access)
public T setFullAccessPhoneBook(boolean access)
public T setActive(boolean val)
protected UserResponse createResponse(String data)
createResponse in class AbstractAction<UserResponse>protected String endPoint()
endPoint in class AbstractAction<UserResponse>Copyright © 2024. All rights reserved.