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