Package io.gs2.inventory.request
Class GetInventoryRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetInventoryRequest>
io.gs2.inventory.request.GetInventoryRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetInventoryRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetAccessToken(String accessToken) voidsetInventoryName(String inventoryName) voidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withInventoryName(String inventoryName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetInventoryRequest
public GetInventoryRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-