Package io.gs2.inventory.request
Class GetItemWithSignatureRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<GetItemWithSignatureRequest>
io.gs2.inventory.request.GetItemWithSignatureRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GetItemWithSignatureRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) getKeyId()voidsetAccessToken(String accessToken) voidsetInventoryName(String inventoryName) voidsetItemName(String itemName) voidsetItemSetName(String itemSetName) voidvoidsetNamespaceName(String namespaceName) com.fasterxml.jackson.databind.JsonNodetoJson()withAccessToken(String accessToken) withInventoryName(String inventoryName) withItemName(String itemName) withItemSetName(String itemSetName) withNamespaceName(String namespaceName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
GetItemWithSignatureRequest
public GetItemWithSignatureRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getInventoryName
-
setInventoryName
-
withInventoryName
-
getAccessToken
-
setAccessToken
-
withAccessToken
-
getItemName
-
setItemName
-
withItemName
-
getItemSetName
-
setItemSetName
-
withItemSetName
-
getKeyId
-
setKeyId
-
withKeyId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-