Package | Description |
---|---|
com.licensespring.management |
This package contains the main classes to be used when interfacing with Management APIS.
|
com.licensespring.management.api |
This package contains management APIs (
LicensesApi and
OrdersApi ). |
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
List<BackOfficeProductCustomField> |
ProductCustomFieldsService.paginate(SearchProductCustomFieldsRequest request)
Goes through all pages of the search product custom fields response and returns a list with all possible
product custom fields that satisfy the request.
|
SearchResult<BackOfficeProductCustomField> |
ProductCustomFieldsService.search(SearchProductCustomFieldsRequest request)
Searches through all product custom fields and returns the search result which contains all
product custom fields that satisfy the request queries.
|
Modifier and Type | Method and Description |
---|---|
SearchResult<BackOfficeProductCustomField> |
OrdersApi.searchProductCustomFields(SearchProductCustomFieldsRequest request)
Search product custom fields.
|
Modifier and Type | Method and Description |
---|---|
SearchProductCustomFieldsRequest |
SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder.build() |
Copyright © 2023 Cense Data Inc.. All rights reserved.