Package io.gs2.guild.request
Class GetGuildRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetGuildRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetGuildModelName(String guildModelName) voidsetGuildName(String guildName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withGuildModelName(String guildModelName) withGuildName(String guildName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetGuildRequest
public GetGuildRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getGuildModelName
-
setGuildModelName
-
withGuildModelName
-
getGuildName
-
setGuildName
-
withGuildName
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-