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