Package de.xima.fc.proma.request
Class GetStoreItemsRequest
java.lang.Object
de.xima.fc.proma.request.GetStoreItemsRequest
- All Implemented Interfaces:
Serializable
Model for a request to fetch all or some subset of store items from a particular store.
- Since:
- 8.0.0
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic GetStoreItemsRequest.Builder
Creates a new builder for a request to fetch store items.getNames()
getTags()
getTexts()
-
Method Details
-
getLicenseTypes
- Returns:
- Optional set of license types to which to limit the fetched items.
-
getLocale
- Returns:
- Locale to use for localizing names, descriptions, and tags.
-
getNames
- Returns:
- Optional set of names to which to limit the fetched items.
-
getProductVersion
- Returns:
- Optional product version to which to limit the fetched items.
-
getStoreKey
- Returns:
- Key of the store from which to fetch items.
-
getTags
- Returns:
- Optional set of tags to which to limit the fetched items.
-
getTexts
- Returns:
- Optional set of descriptions to which to limit the fetched items.
-
builder
Creates a new builder for a request to fetch store items.- Parameters:
storeKey
- Store key from which to fetch items.- Returns:
- A new builder for adding filters to the request.
-
getLicenseKey
- Returns:
- licenseKey The license key of the current license. This could be either the system license or a client license.
-