Package io.gs2.realtime.request
Class NowRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NowRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
NowRequest
public NowRequest()
-
-
Method Details
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-