public class SecureSendSMSNotificationQuery extends AbstractSecureQueryBuilder<SecureSendSMSNotificationQuery,OkResponse>
| Constructor and Description |
|---|
SecureSendSMSNotificationQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
SecureSendSMSNotificationQuery(VkApiClient client,
ServiceActor actor,
java.lang.Long userId,
java.lang.String message)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected SecureSendSMSNotificationQuery |
getThis()
Get reference to this object
|
SecureSendSMSNotificationQuery |
message(java.lang.String value)
'SMS' text to be sent in 'UTF-8' encoding.
|
SecureSendSMSNotificationQuery |
userId(java.lang.Long value)
ID of the user to whom SMS notification is sent.
|
clientSecretaccessToken, build, captchaKey, captchaSid, confirm, getBody, getMethod, getParams, getQueryHeaders, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version, withHeader, withHeadersaddHeader, addHeaders, execute, executeAsRaw, executeAsString, executeAsStringWithReturningFullInfo, executeTypeable, executeTypeableWithoutRetry, executeWithoutRetry, getClient, getCookie, getGson, getHeaders, getResponseClass, getUrl, setCookie, setCookies, setHeaders, setHeaderspublic SecureSendSMSNotificationQuery(VkApiClient client, ServiceActor actor, java.lang.Long userId, java.lang.String message)
client - VK API clientactor - actor with access tokenuserId - value of "user id" parameter. Minimum is 1. Entity - ownermessage - value of "message" parameter.public SecureSendSMSNotificationQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic SecureSendSMSNotificationQuery userId(java.lang.Long value)
value - value of "user id" parameter. Minimum is 1. Entity - ownerAbstractQueryBuilder object to fulfill the "Builder" pattern.public SecureSendSMSNotificationQuery message(java.lang.String value)
value - value of "message" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected SecureSendSMSNotificationQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<SecureSendSMSNotificationQuery,OkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<SecureSendSMSNotificationQuery,OkResponse>