Package io.gs2.chat.request
Class PostRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PostRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetCategory(Integer category) voidsetDuplicationAvoider(String duplicationAvoider) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetPassword(String password) voidsetRoomName(String roomName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withCategory(Integer category) withDuplicationAvoider(String duplicationAvoider) withMetadata(String metadata) withNamespaceName(String namespaceName) withPassword(String password) withRoomName(String roomName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
PostRequest
public PostRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getRoomName
-
setRoomName
-
withRoomName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getCategory
-
setCategory
-
withCategory
-
getMetadata
-
setMetadata
-
withMetadata
-
getPassword
-
setPassword
-
withPassword
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-