public class UtilsGetShortLinkQuery extends AbstractQueryBuilder<UtilsGetShortLinkQuery,GetShortLinkResponse>
| Constructor and Description |
|---|
UtilsGetShortLinkQuery(VkApiClient client,
GroupActor actor)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
UtilsGetShortLinkQuery(VkApiClient client,
GroupActor actor,
java.lang.String url)
Creates a AbstractQueryBuilder instance that can be used to build group api request with various parameters
|
UtilsGetShortLinkQuery(VkApiClient client,
ServiceActor actor)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
UtilsGetShortLinkQuery(VkApiClient client,
ServiceActor actor,
java.lang.String url)
Creates a AbstractQueryBuilder instance that can be used to build service api request with various parameters
|
UtilsGetShortLinkQuery(VkApiClient client,
UserActor actor)
Creates a AbstractQueryBuilder instance that can be used to build user api request with various parameters
|
UtilsGetShortLinkQuery(VkApiClient client,
UserActor actor,
java.lang.String url)
Creates a AbstractQueryBuilder instance that can be used to build user 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 UtilsGetShortLinkQuery |
getThis()
Get reference to this object
|
UtilsGetShortLinkQuery |
privateParam(java.lang.Boolean value)
1 - private stats, 0 - public stats.
|
UtilsGetShortLinkQuery |
url(java.lang.String value)
URL to be shortened.
|
accessToken, build, captchaKey, captchaSid, clientSecret, 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 UtilsGetShortLinkQuery(VkApiClient client, GroupActor actor, java.lang.String url)
client - VK API clientactor - actor with access tokenurl - value of "url" parameter.public UtilsGetShortLinkQuery(VkApiClient client, GroupActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetShortLinkQuery(VkApiClient client, UserActor actor, java.lang.String url)
client - VK API clientactor - actor with access tokenurl - value of "url" parameter.public UtilsGetShortLinkQuery(VkApiClient client, UserActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetShortLinkQuery(VkApiClient client, ServiceActor actor, java.lang.String url)
client - VK API clientactor - actor with access tokenurl - value of "url" parameter.public UtilsGetShortLinkQuery(VkApiClient client, ServiceActor actor)
client - VK API clientactor - actor with access tokenpublic UtilsGetShortLinkQuery url(java.lang.String value)
value - value of "url" parameter.AbstractQueryBuilder object to fulfill the "Builder" pattern.public UtilsGetShortLinkQuery privateParam(java.lang.Boolean value)
value - value of "private" parameter. By default false.AbstractQueryBuilder object to fulfill the "Builder" pattern.protected UtilsGetShortLinkQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<UtilsGetShortLinkQuery,GetShortLinkResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.List<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<UtilsGetShortLinkQuery,GetShortLinkResponse>