Package io.gs2.showcase.request
Class UpdateShowcaseMasterRequest
java.lang.Object
io.gs2.core.control.Gs2BasicRequest<UpdateShowcaseMasterRequest>
io.gs2.showcase.request.UpdateShowcaseMasterRequest
- All Implemented Interfaces:
IRequest,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UpdateShowcaseMasterRequestfromJson(com.fasterxml.jackson.databind.JsonNode data) voidsetDescription(String description) voidsetDisplayItems(List<DisplayItemMaster> displayItems) voidsetMetadata(String metadata) voidsetNamespaceName(String namespaceName) voidsetSalesPeriodEventId(String salesPeriodEventId) voidsetShowcaseName(String showcaseName) com.fasterxml.jackson.databind.JsonNodetoJson()withDescription(String description) withDisplayItems(List<DisplayItemMaster> displayItems) withMetadata(String metadata) withNamespaceName(String namespaceName) withSalesPeriodEventId(String salesPeriodEventId) withShowcaseName(String showcaseName) Methods inherited from class io.gs2.core.control.Gs2BasicRequest
getContextStack, getRequestId, setContextStack, setRequestId, withContextStack, withRequestId
-
Constructor Details
-
UpdateShowcaseMasterRequest
public UpdateShowcaseMasterRequest()
-
-
Method Details
-
getNamespaceName
-
setNamespaceName
-
withNamespaceName
-
getShowcaseName
-
setShowcaseName
-
withShowcaseName
-
getDescription
-
setDescription
-
withDescription
-
getMetadata
-
setMetadata
-
withMetadata
-
getDisplayItems
-
setDisplayItems
-
withDisplayItems
-
getSalesPeriodEventId
-
setSalesPeriodEventId
-
withSalesPeriodEventId
-
fromJson
-
toJson
public com.fasterxml.jackson.databind.JsonNode toJson()
-