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