Uses of Class
io.gs2.showcase.request.CreateRandomShowcaseMasterRequest
Packages that use CreateRandomShowcaseMasterRequest
-
Uses of CreateRandomShowcaseMasterRequest in io.gs2.showcase
Methods in io.gs2.showcase with parameters of type CreateRandomShowcaseMasterRequestModifier and TypeMethodDescriptionGs2ShowcaseRestClient.createRandomShowcaseMaster(CreateRandomShowcaseMasterRequest request) voidGs2ShowcaseRestClient.createRandomShowcaseMasterAsync(CreateRandomShowcaseMasterRequest request, AsyncAction<AsyncResult<CreateRandomShowcaseMasterResult>> callback) -
Uses of CreateRandomShowcaseMasterRequest in io.gs2.showcase.request
Methods in io.gs2.showcase.request that return CreateRandomShowcaseMasterRequestModifier and TypeMethodDescriptionCreateRandomShowcaseMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateRandomShowcaseMasterRequest.withBaseTimestamp(Long baseTimestamp) CreateRandomShowcaseMasterRequest.withDescription(String description) CreateRandomShowcaseMasterRequest.withDisplayItems(List<RandomDisplayItemModel> displayItems) CreateRandomShowcaseMasterRequest.withMaximumNumberOfChoice(Integer maximumNumberOfChoice) CreateRandomShowcaseMasterRequest.withMetadata(String metadata) CreateRandomShowcaseMasterRequest.withNamespaceName(String namespaceName) CreateRandomShowcaseMasterRequest.withResetIntervalHours(Integer resetIntervalHours) CreateRandomShowcaseMasterRequest.withSalesPeriodEventId(String salesPeriodEventId)