public class OAuthCredentialsRequest extends Request
| Modifier and Type | Field and Description |
|---|---|
String |
code |
String |
grantType |
String |
refreshToken |
String |
scope |
| Constructor and Description |
|---|
OAuthCredentialsRequest() |
| Modifier and Type | Method and Description |
|---|---|
OAuthCredentialsRequest |
code(String code) |
OAuthCredentialsRequest |
grantType(String grantType) |
OAuthCredentialsRequest |
refreshToken(String refreshToken) |
OAuthCredentialsRequest |
scope(String scope) |
String |
toXML() |
buildXMLElement, buildXMLElement, getKind, toGraphQLVariables, toQueryString, toQueryStringpublic String code
public String scope
public String grantType
public String refreshToken
public OAuthCredentialsRequest code(String code)
public OAuthCredentialsRequest scope(String scope)
public OAuthCredentialsRequest grantType(String grantType)
public OAuthCredentialsRequest refreshToken(String refreshToken)
Copyright © 2013–2018. All rights reserved.