public static class SearchLicensesRequest.SearchLicensesRequestBuilder extends Object
Modifier and Type | Method and Description |
---|---|
SearchLicensesRequest |
build() |
SearchLicensesRequest.SearchLicensesRequestBuilder |
company(Integer company)
The resulting set can be filtered by the company code.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
customerCompanyNameContains(String customerCompanyNameContains)
The resulting set can be filtered by the partial match of customers company name (case insensitive).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
customerEmail(String customerEmail)
The resulting set can be filtered by the email of the customer the licenses that need to be retrieved belong to
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
customerId(Integer customerId)
The resulting set can be filtered by the id of the customer the licenses that need to be retrieved belong to.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
customerNameContains(String customerNameContains)
The resulting set can be filtered by the partial customers name (case insensitive), either first or last name.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
customerReferenceContains(String customerReferenceContains)
The resulting set can be filtered by the partial match of customers reference (case insensitive).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
idIn(String idIn)
Comma separated list of ids.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
isAnyFloating(Boolean isAnyFloating)
If set to true, it will return only offline floating on-premises and offline floating cloud licenses.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseKey(String licenseKey)
The resulting set can be filtered by the license key of the license that needs to be retrieved (exact match).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseKeyContains(String licenseKeyContains)
The resulting set can be filtered by the partial license key (case insensitive).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseKeyIsNull(Boolean licenseKeyIsNull)
If set to true, the result will contain only user-based licenses.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseKeyStartsWith(String licenseKeyStartsWith)
The resulting set can be filtered by the partial match of the license key (starts with match).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseUserEmail(String licenseUserEmail)
The resulting set can be filtered by the exact match of the license users email.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseUserEmailContains(String licenseUserEmailContains)
The resulting set can be filtered by the partial match of the license users email (case insensitive).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
licenseUserEmailStartsWith(String licenseUserEmailStartsWith)
The resulting set can be filtered by the partial match of the license users email (starts with match).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
limit(Integer limit)
Number of results you want to be shown.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
noteContains(String noteContains)
The resulting set can be filtered by the partial match of the note attached to a license (case insensitive).
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
offset(Integer offset)
The initial index from which to return the results.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
orderBy(String orderBy)
The result of the queries is a list
that can than be ordered in ascending order by some attribute.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
orderStoreId(String orderStoreId)
The resulting set can be filtered by the order store id that can be manually set in platform or through SDK.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
orderStoreIdContains(String orderStoreIdContains)
The resulting set can be filtered by the partial match of the order store id (case insensitive)
that can be manually set in platform or through SDK.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
orderStoreIdStartsWith(String orderStoreIdStartsWith)
The resulting set can be filtered by the partial match of the Order store id (starts with match)
that can be manually set in the platform platform or through SDK.
|
SearchLicensesRequest.SearchLicensesRequestBuilder |
sortDescending(boolean sortDescending)
Indicates if the results of the queries should be ordered in descending order.
|
String |
toString() |
public SearchLicensesRequest.SearchLicensesRequestBuilder limit(Integer limit)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder offset(Integer offset)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder orderBy(String orderBy)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder idIn(String idIn)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder company(Integer company)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder customerId(Integer customerId)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder customerEmail(String customerEmail)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder customerCompanyNameContains(String customerCompanyNameContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder customerReferenceContains(String customerReferenceContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder customerNameContains(String customerNameContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseKeyStartsWith(String licenseKeyStartsWith)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseKeyContains(String licenseKeyContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseKey(String licenseKey)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseKeyIsNull(Boolean licenseKeyIsNull)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseUserEmailStartsWith(String licenseUserEmailStartsWith)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseUserEmailContains(String licenseUserEmailContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder licenseUserEmail(String licenseUserEmail)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder orderStoreIdStartsWith(String orderStoreIdStartsWith)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder orderStoreIdContains(String orderStoreIdContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder orderStoreId(String orderStoreId)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder noteContains(String noteContains)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder isAnyFloating(Boolean isAnyFloating)
this
.public SearchLicensesRequest.SearchLicensesRequestBuilder sortDescending(boolean sortDescending)
this
.public SearchLicensesRequest build()
Copyright © 2023 Cense Data Inc.. All rights reserved.