public class AccessTokenPolicyRequest
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AccessTokenPolicyRequest.AccessTokenType |
Constructor and Description |
---|
AccessTokenPolicyRequest() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessTokenId()
Gets the API key.
|
java.lang.String |
getCallerId()
Gets the UUID of the caller.
|
AccessTokenPolicyRequest.AccessTokenType |
getTokenType() |
void |
setAccessTokenId(java.lang.String apiKey)
Sets the API key.
|
void |
setCallerId(java.lang.String callerId)
Sets the caller's UUID.
|
void |
setTokenType(AccessTokenPolicyRequest.AccessTokenType tokenType) |
public java.lang.String getAccessTokenId()
public void setAccessTokenId(java.lang.String apiKey)
apiKey
- The API key to setpublic java.lang.String getCallerId()
public void setCallerId(java.lang.String callerId)
callerId
- The UUID to setpublic AccessTokenPolicyRequest.AccessTokenType getTokenType()
public void setTokenType(AccessTokenPolicyRequest.AccessTokenType tokenType)