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