public class OAuthGroupAuthorizationCodeFlowQuery extends AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>
| Constructor and Description |
|---|
OAuthGroupAuthorizationCodeFlowQuery(VkApiClient client,
java.lang.String endpoint,
java.lang.Integer clientId,
java.lang.String clientSecret,
java.lang.String redirectUri,
java.lang.String code) |
| Modifier and Type | Method and Description |
|---|---|
OAuthGroupAuthorizationCodeFlowQuery |
clientId(java.lang.Integer value) |
OAuthGroupAuthorizationCodeFlowQuery |
clientSecret(java.lang.String value)
Set client secret
|
OAuthGroupAuthorizationCodeFlowQuery |
code(java.lang.String value) |
protected java.util.Collection<java.lang.String> |
essentialKeys()
Get list of required parameter names
|
protected OAuthGroupAuthorizationCodeFlowQuery |
getThis()
Get reference to this object
|
OAuthGroupAuthorizationCodeFlowQuery |
redirectUri(java.lang.String value) |
accessToken, 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 OAuthGroupAuthorizationCodeFlowQuery(VkApiClient client, java.lang.String endpoint, java.lang.Integer clientId, java.lang.String clientSecret, java.lang.String redirectUri, java.lang.String code)
public OAuthGroupAuthorizationCodeFlowQuery clientId(java.lang.Integer value)
public OAuthGroupAuthorizationCodeFlowQuery clientSecret(java.lang.String value)
AbstractQueryBuilderclientSecret in class AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>value - client secretAbstractQueryBuilder object to fulfill the "Builder" pattern.public OAuthGroupAuthorizationCodeFlowQuery redirectUri(java.lang.String value)
public OAuthGroupAuthorizationCodeFlowQuery code(java.lang.String value)
protected OAuthGroupAuthorizationCodeFlowQuery getThis()
AbstractQueryBuildergetThis in class AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>AbstractQueryBuilder object to fulfill the "Builder" pattern.protected java.util.Collection<java.lang.String> essentialKeys()
AbstractQueryBuilderessentialKeys in class AbstractQueryBuilder<OAuthGroupAuthorizationCodeFlowQuery,GroupAuthResponse>