public class AccessTokenRequest extends AbstractUiaRequest implements IUiaRequest
converters| 构造器和说明 |
|---|
AccessTokenRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
body()
request body
|
String |
getAuthToken() |
String |
getBody() |
String |
getGrantCode() |
String |
getGrantType() |
String |
getInType() |
String |
getLocalCheck() |
String |
getRequestBody()
已过时。
this method is deprecated.
remove in since 2.
see
getBody() |
String |
getScope() |
String |
getState() |
String |
getToonType() |
String |
getUrl() |
HttpMethod |
method()
request method
|
void |
setAuthToken(String authToken) |
void |
setBody(String body) |
void |
setGrantCode(String grantCode) |
void |
setGrantType(String grantType) |
void |
setInType(String inType) |
void |
setLocalCheck(String localCheck) |
void |
setRequestBody(String requestBody)
已过时。
this method is deprecated.
remove in since 2.
see
setBody(String) |
void |
setScope(String scope) |
void |
setState(String state) |
void |
setToonType(String toonType) |
void |
setUrl(String url) |
String |
url(IUiaProperty p)
request url
|
getConvertclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetConvertpublic String body()
body 在接口中 IUiaRequestpublic String url(IUiaProperty p)
url 在接口中 IUiaRequestp - propertypublic HttpMethod method()
method 在接口中 IUiaRequest@Deprecated public String getRequestBody()
getBody()@Deprecated public void setRequestBody(String requestBody)
setBody(String)requestBody - bodypublic String getUrl()
public void setUrl(String url)
public String getGrantCode()
public void setGrantCode(String grantCode)
public String getGrantType()
public void setGrantType(String grantType)
public String getAuthToken()
public void setAuthToken(String authToken)
public String getScope()
public void setScope(String scope)
public String getToonType()
public void setToonType(String toonType)
public String getState()
public void setState(String state)
public String getInType()
public void setInType(String inType)
public String getLocalCheck()
public void setLocalCheck(String localCheck)
public String getBody()
public void setBody(String body)
Copyright © 2023. All rights reserved.