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