Package io.gs2.identifier.request
Class UpdateUserRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateUserRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDescription(String description) voidsetUserName(String userName) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withUserName(String userName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateUserRequest
public UpdateUserRequest()
-
-
Method Details
-
getUserName
-
setUserName
-
withUserName
-
getDescription
-
setDescription
-
withDescription
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-