Class GetJwtRequest
- java.lang.Object
-
- cloud.genesys.webmessaging.sdk.model.GetJwtRequest
-
- All Implemented Interfaces:
Serializable
public class GetJwtRequest extends Object implements Serializable
GetJwtRequest- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetJwtRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetJwtRequestaction(RequestTypeGetJwt action)booleanequals(Object o)RequestTypeGetJwtgetAction()StringgetToken()inthashCode()voidsetAction(RequestTypeGetJwt action)voidsetToken(String token)GetJwtRequesttoken(String token)StringtoString()
-
-
-
Method Detail
-
action
public GetJwtRequest action(RequestTypeGetJwt action)
-
getAction
public RequestTypeGetJwt getAction()
-
setAction
public void setAction(RequestTypeGetJwt action)
-
token
public GetJwtRequest token(String token)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
-