Package io.gs2.matchmaking.request
Class CreateGatheringRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<CreateGatheringRequest>
io.gs2.matchmaking.request.CreateGatheringRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CreateGatheringRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetAllowUserIds(List<String> allowUserIds) voidsetAttributeRanges(List<AttributeRange> attributeRanges) voidsetCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) voidsetDuplicationAvoider(String duplicationAvoider) voidsetExpiresAt(Long expiresAt) voidsetExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withAllowUserIds(List<String> allowUserIds) withAttributeRanges(List<AttributeRange> attributeRanges) withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) withDuplicationAvoider(String duplicationAvoider) withExpiresAt(Long expiresAt) withExpiresAtTimeSpan(TimeSpan expiresAtTimeSpan) withNamespaceName(String namespaceName) withPlayer(Player player) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
CreateGatheringRequest
public CreateGatheringRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getPlayer
-
setPlayer
-
withPlayer
-
getAttributeRanges
-
setAttributeRanges
-
withAttributeRanges
-
getCapacityOfRoles
-
setCapacityOfRoles
-
withCapacityOfRoles
-
getAllowUserIds
-
setAllowUserIds
-
withAllowUserIds
-
getExpiresAt
-
setExpiresAt
-
withExpiresAt
-
getExpiresAtTimeSpan
-
setExpiresAtTimeSpan
-
withExpiresAtTimeSpan
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-