Package io.gs2.matchmaking.request
Class EarlyCompleteRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<EarlyCompleteRequest>
io.gs2.matchmaking.request.EarlyCompleteRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EarlyCompleteRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetDuplicationAvoider(String duplicationAvoider) voidsetGatheringName(String gatheringName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withDuplicationAvoider(String duplicationAvoider) withGatheringName(String gatheringName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
EarlyCompleteRequest
public EarlyCompleteRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getGatheringName
-
setGatheringName
-
withGatheringName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-