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