Package com.vk.api.sdk.queries.oauth
Class OAuthGroupAuthorizationCodeFlowQuery
- java.lang.Object
-
- com.vk.api.sdk.client.ApiRequest<R>
-
- com.vk.api.sdk.client.AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>
-
- com.vk.api.sdk.queries.oauth.OAuthGroupAuthorizationCodeFlowQuery
-
public class OAuthGroupAuthorizationCodeFlowQuery extends AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>
Created by tsivarev on 22.07.16.
-
-
Constructor Summary
Constructors Constructor Description OAuthGroupAuthorizationCodeFlowQuery(VkApiClient client, java.lang.String endpoint, java.lang.Integer clientId, java.lang.String clientSecret, java.lang.String redirectUri, java.lang.String code)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthGroupAuthorizationCodeFlowQueryclientId(java.lang.Integer value)OAuthGroupAuthorizationCodeFlowQueryclientSecret(java.lang.String value)Set client secretOAuthGroupAuthorizationCodeFlowQuerycode(java.lang.String value)protected java.util.Collection<java.lang.String>essentialKeys()Get list of required parameter namesprotected OAuthGroupAuthorizationCodeFlowQuerygetThis()Get reference to this objectOAuthGroupAuthorizationCodeFlowQueryredirectUri(java.lang.String value)-
Methods inherited from class com.vk.api.sdk.client.AbstractQueryBuilder
accessToken, build, captchaKey, captchaSid, confirm, getBody, getMethod, getParams, lang, toString, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, unsafeParam, version
-
Methods inherited from class com.vk.api.sdk.client.ApiRequest
execute, executeAsRaw, executeAsString, getClient, getGson, getHeaders, getResponseClass, getUrl, setHeaders
-
-
-
-
Constructor Detail
-
OAuthGroupAuthorizationCodeFlowQuery
public OAuthGroupAuthorizationCodeFlowQuery(VkApiClient client, java.lang.String endpoint, java.lang.Integer clientId, java.lang.String clientSecret, java.lang.String redirectUri, java.lang.String code)
-
-
Method Detail
-
clientId
public OAuthGroupAuthorizationCodeFlowQuery clientId(java.lang.Integer value)
-
clientSecret
public OAuthGroupAuthorizationCodeFlowQuery clientSecret(java.lang.String value)
Description copied from class:AbstractQueryBuilderSet client secret- Overrides:
clientSecretin classAbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>- Parameters:
value- client secret- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
redirectUri
public OAuthGroupAuthorizationCodeFlowQuery redirectUri(java.lang.String value)
-
code
public OAuthGroupAuthorizationCodeFlowQuery code(java.lang.String value)
-
getThis
protected OAuthGroupAuthorizationCodeFlowQuery getThis()
Description copied from class:AbstractQueryBuilderGet reference to this object- Specified by:
getThisin classAbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>- Returns:
- a reference to this
AbstractQueryBuilderobject to fulfill the "Builder" pattern.
-
essentialKeys
protected java.util.Collection<java.lang.String> essentialKeys()
Description copied from class:AbstractQueryBuilderGet list of required parameter names- Specified by:
essentialKeysin classAbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>- Returns:
- list of names
-
-