public class ClientAccessTokenRequest
extends java.lang.Object
| Constructor and Description |
|---|
ClientAccessTokenRequest()
Instantiates a new client access token request.
|
ClientAccessTokenRequest(java.lang.String id,
ClientAccessTokenType type)
Instantiates a new client access token request.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the id.
|
ClientAccessTokenType |
getType()
Gets the type.
|
void |
setId(java.lang.String id)
Sets the id.
|
void |
setType(ClientAccessTokenType type)
Sets the type.
|
public ClientAccessTokenRequest()
public ClientAccessTokenRequest(java.lang.String id,
ClientAccessTokenType type)
id - the idtype - the typepublic java.lang.String getId()
public void setId(java.lang.String id)
id - the new idpublic ClientAccessTokenType getType()
public void setType(ClientAccessTokenType type)
type - the new type