static GetStoreItemsRequest.Builder |
GetStoreItemsRequest.builder(String storeKey) |
Creates a new builder for a request to fetch store items.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.licenseKey(String licenseKey) |
Limits the returned items to those that are compatible with the current license.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.licenseTypes(Iterable<String> licenseTypes) |
Limits the returned items to those with the given license types.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.locale(Locale locale) |
Sets the locale for localizing names and descriptions etc.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.names(Iterable<String> names) |
Limits the returned items to those that have a matching name.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.productVersion(String productVersion) |
Limits the returned items to those that are compatible with the given product version.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.tags(Iterable<String> tags) |
Limits the returned items to those that have a matching tag.
|
GetStoreItemsRequest.Builder |
GetStoreItemsRequest.Builder.texts(Iterable<String> texts) |
Limits the returned items to those that have a matching description.
|