Package io.gs2.account.request
Class UpdateBannedRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateBannedRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidvoidsetDuplicationAvoider(String duplicationAvoider) voidsetNamespaceName(String namespaceName) voidcom.fasterxml.jackson.databind.JsonNodetoJson()withBanned(Boolean banned) withDuplicationAvoider(String duplicationAvoider) withNamespaceName(String namespaceName) withUserId(String userId) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateBannedRequest
public UpdateBannedRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getUserId
-
setUserId
-
withUserId
-
getBanned
-
setBanned
-
withBanned
-
getDuplicationAvoider
-
setDuplicationAvoider
-
withDuplicationAvoider
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-