| Package | Description |
|---|---|
| ru.sms_activate | |
| ru.sms_activate.client_enums |
| Modifier and Type | Method and Description |
|---|---|
@NotNull SMSActivateSetStatusResponse |
SMSActivateApi.setStatus(int activationId,
@NotNull SMSActivateClientStatus status)
Sets the status activation.
|
@NotNull SMSActivateSetStatusResponse |
SMSActivateApi.setStatus(@NotNull SMSActivateActivation activation,
@NotNull SMSActivateClientStatus status)
Sets the status activation.
|
@NotNull SMSActivateSetStatusResponse |
SMSActivateApi.setStatusWithForwardPhone(int activationId,
@NotNull SMSActivateClientStatus status,
@Nullable Long forwardPhone)
Sets the status activation.
|
| Modifier and Type | Method and Description |
|---|---|
static SMSActivateClientStatus |
SMSActivateClientStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMSActivateClientStatus[] |
SMSActivateClientStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020. All rights reserved.