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