public class AccessTokenRequest extends AbstractUiaRequest implements IUiaRequest
converters| 构造器和说明 |
|---|
AccessTokenRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
body()
request body
|
String |
getAuthToken() |
String |
getGrantCode() |
String |
getGrantType() |
String |
getInType() |
String |
getLocalCheck() |
String |
getRequestBody() |
String |
getScope() |
String |
getState() |
String |
getToonType() |
String |
getUrl() |
HttpMethod |
method()
request method
|
void |
setAuthToken(String authToken) |
void |
setGrantCode(String grantCode) |
void |
setGrantType(String grantType) |
void |
setInType(String inType) |
void |
setLocalCheck(String localCheck) |
void |
setRequestBody(String requestBody) |
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 在接口中 IUiaRequestpublic String getRequestBody()
public void setRequestBody(String requestBody)
public 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)
Copyright © 2023. All rights reserved.