Skip navigation links
A B C D E F G H I L M N O P R S T U V 

A

addManagerToOrder(Long, AddManagerToOrderRequest) - Method in interface com.licensespring.management.api.OrdersApi
Add manager to order.
addManagerToOrder(Long, AddManagerToOrderRequest) - Method in class com.licensespring.management.OrderService
Adds a manager to an order.
AddManagerToOrderRequest - Class in com.licensespring.management.dto.request
Data transfer object for adding a manager to order.
AddManagerToOrderRequest.AddManagerToOrderRequestBuilder - Class in com.licensespring.management.dto.request
 
addSignatureToHeaders(Map<String, String>) - Method in class com.licensespring.management.api.ManagementAuthorizationService
Add 'Authorization' and 'Content-Type' headers to the provided map.
allowOverages(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
This field sets if overages on consumptions are allowed or not.
ApiFactory - Class in com.licensespring.management.api
API factory used for building LicensesApi and OrdersApi.
assignMultipleUsers(Long, AssignMultipleUsersRequest) - Method in interface com.licensespring.management.api.LicensesApi
Assign multiple users to a single license.
assignMultipleUsers(Long, AssignMultipleUsersRequest) - Method in class com.licensespring.management.LicenseService
Assigns multiple users to a single license if requesting manager has access permissions to it.
AssignMultipleUsersRequest - Class in com.licensespring.management.dto.request
Data transfer object for assigning multiple users to one license.
AssignMultipleUsersRequest.AssignMultipleUsersRequestBuilder - Class in com.licensespring.management.dto.request
 
assignUser(Long, AssignUserToLicenseRequest) - Method in interface com.licensespring.management.api.LicensesApi
Assign user to the license.
assignUser(Long, AssignUserToLicenseRequest) - Method in class com.licensespring.management.LicenseService
Assigns the provided user to the license.
AssignUserData - Class in com.licensespring.management.dto.request
User data needed to assign a user to the license in a multiple request call.
AssignUserData.AssignUserDataBuilder - Class in com.licensespring.management.dto.request
 
AssignUserToLicenseRequest - Class in com.licensespring.management.dto.request
Model sent in the request to API to assign the user to the license.
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder - Class in com.licensespring.management.dto.request
The AssignUserToLicenseRequest builder.

B

BackOfficeCustomer - Class in com.licensespring.management.model
Customer which purchases a license or places an order.
BackOfficeCustomer(int, int, int, CustomerLabel[], String, String, String, String, String, String, String, String, String, String, String, String, int, String, int[]) - Constructor for class com.licensespring.management.model.BackOfficeCustomer
 
BackOfficeCustomField - Class in com.licensespring.management.model
Custom fields can be made available for SDKs - so that they can preload any global variable dynamically.
BackOfficeCustomField(int, String, String, String, String) - Constructor for class com.licensespring.management.model.BackOfficeCustomField
 
BackOfficeDeviceVariable - Class in com.licensespring.management.model
Model that contains information about a variable that was tracked on a certain device.
BackOfficeDeviceVariable(Long, ZonedDateTime, String, String, Long) - Constructor for class com.licensespring.management.model.BackOfficeDeviceVariable
 
BackOfficeInstallationFile - Class in com.licensespring.management.model
File available for download for the product.
BackOfficeInstallationFile(Long, ZonedDateTime, ZonedDateTime, String, String, String, String, boolean, String, Environment, Long) - Constructor for class com.licensespring.management.model.BackOfficeInstallationFile
 
BackOfficeLicense - Class in com.licensespring.management.model
Model for server license data.
BackOfficeLicense(Long, String, Integer, BackOfficeCustomer, List<BackOfficeLicenseFeature>, LicenseUser[], LicenseUser, String, int, int, BackOfficeLicenseProduct, ZonedDateTime, ZonedDateTime, String, Boolean, Boolean, ZonedDateTime, ZonedDateTime, Integer, Integer, String, String, LicenseType, Boolean, String, String, Boolean, Integer, Integer, String, ZonedDateTime, Boolean, Boolean, Integer, Boolean, String, Integer, Boolean, Boolean, Integer, String, Integer, Long, Long, Integer) - Constructor for class com.licensespring.management.model.BackOfficeLicense
 
BackOfficeLicenseCustomField - Class in com.licensespring.management.model
Custom field of the license.
BackOfficeLicenseCustomField(int, String, Long, int) - Constructor for class com.licensespring.management.model.BackOfficeLicenseCustomField
 
BackOfficeLicenseFeature - Class in com.licensespring.management.model
Feature which is available for the activated license.
BackOfficeLicenseFeature(Long, ProductFeature, int, int) - Constructor for class com.licensespring.management.model.BackOfficeLicenseFeature
 
BackOfficeLicenseProduct - Class in com.licensespring.management.model
License product class with only two fields of product information.
BackOfficeLicenseProduct() - Constructor for class com.licensespring.management.model.BackOfficeLicenseProduct
 
BackOfficeOrderItem - Class in com.licensespring.management.model
Order items in an Order.
BackOfficeOrderItem(Long, String, List<BackOfficeLicense>, ZonedDateTime, ZonedDateTime, Long, Long) - Constructor for class com.licensespring.management.model.BackOfficeOrderItem
 
BackOfficeProduct - Class in com.licensespring.management.model
Model containing detailed information about the product.
BackOfficeProduct(Long, Long[], List<ProductFeature>, BackOfficeCustomField[], BackOfficeInstallationFile[], ZonedDateTime, ZonedDateTime, String, String, boolean, String, boolean, int, int, boolean, boolean, String, boolean, String, boolean, boolean, int, int, LicenseType, boolean, boolean, int, String, boolean, boolean, int, boolean, String, boolean, int) - Constructor for class com.licensespring.management.model.BackOfficeProduct
 
BackOfficeProductCustomField - Class in com.licensespring.management.model
Product custom fields can be made available for SDKs - so that they can preload any global variable dynamically.
BackOfficeProductCustomField(int, String, String, String, String, Long) - Constructor for class com.licensespring.management.model.BackOfficeProductCustomField
 
blacklistDevice(Long) - Method in interface com.licensespring.management.api.LicensesApi
Blacklist the device.
blacklistDevice(Long) - Method in class com.licensespring.management.LicenseService
Blacklists the device.
blacklisted(Boolean) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
If set to true, the resulting set will contain only blacklisted devices, otherwise, the resulting set will contain devices that are not blacklisted.
build() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest.AddManagerToOrderRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest.AssignMultipleUsersRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.AssignUserData.AssignUserDataBuilder
 
build() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch.LicenseFeaturePatchBuilder
 
build() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.SetPasswordRequest.SetPasswordRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.UnassignRequest.UnassignRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest.UpdateCustomLicenseFieldRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest.UpdateDeviceVariableRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
 
build() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest.UpdateProductCustomFieldRequestBuilder
 
build() - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
 
builder() - Static method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
 
builder() - Static method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
 
builder() - Static method in class com.licensespring.management.dto.request.AssignUserData
 
builder() - Static method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
Use this builder to construct AssignUserToLicenseRequest.
builder() - Static method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
 
builder() - Static method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Use this builder to construct the create request.
builder() - Static method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
 
builder() - Static method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
 
builder() - Static method in class com.licensespring.management.dto.request.LicenseFeaturePatch
 
builder() - Static method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest
 
builder() - Static method in class com.licensespring.management.dto.request.SearchDevicesRequest
Use this builder to construct the search request.
builder() - Static method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
 
builder() - Static method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
Use this builder to construct the search request.
builder() - Static method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
 
builder() - Static method in class com.licensespring.management.dto.request.SearchLicensesRequest
Use this builder to construct the search request.
builder() - Static method in class com.licensespring.management.dto.request.SearchOrdersRequest
Use this builder to construct the search request.
builder() - Static method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
 
builder() - Static method in class com.licensespring.management.dto.request.SearchProductsRequest
Use this builder to construct the search request.
builder() - Static method in class com.licensespring.management.dto.request.SetPasswordRequest
 
builder() - Static method in class com.licensespring.management.dto.request.UnassignRequest
 
builder() - Static method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest
 
builder() - Static method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
 
builder() - Static method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Use this builder to construct the update request.
builder() - Static method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
 
builder() - Static method in class com.licensespring.management.ManagementConfiguration
Use this builder to construct ManagementConfiguration.
buildFeignForLicenses(ManagementConfiguration, Gson, ManagementAuthorizationService) - Static method in class com.licensespring.management.api.ApiFactory
Builds LicensesApi from provided parameters.
buildFeignForOrders(ManagementConfiguration, Gson, ManagementAuthorizationService) - Static method in class com.licensespring.management.api.ApiFactory
Builds OrdersApi from provided parameters.

C

clearProductFeatures() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder
 
clientOrderId(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by a client order id that can be manually set in platform or through the SDK.
clientOrderIdContains(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by a partial order store id that can be manually set in platform or through SDK.
clientOrderIdStartsWith(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by a custom order ID (partial match).
com.licensespring.management - package com.licensespring.management
This package contains the main classes to be used when interfacing with Management APIS.
com.licensespring.management.api - package com.licensespring.management.api
This package contains management APIs (LicensesApi and OrdersApi).
com.licensespring.management.dto - package com.licensespring.management.dto
This package contains all DTO classes, both requests and responses, for making management requests to the LicenseSpring server.
com.licensespring.management.dto.request - package com.licensespring.management.dto.request
This package contains all request data transfer objects.
com.licensespring.management.dto.response - package com.licensespring.management.dto.response
This package contains all models used to store response data when making a call to Management APIs.
com.licensespring.management.exceptions - package com.licensespring.management.exceptions
This package contains all custom exceptions within the management APIs.
com.licensespring.management.model - package com.licensespring.management.model
This package contains all models used in license-management SDK.
company(Integer) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the company code.
company(Integer) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by an id of the company that issued the license.
consumptionPeriod(String) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Period of consumptions before they are reset back to zero.
create(CreateDeviceVariableRequest) - Method in class com.licensespring.management.DeviceVariablesService
Creates a new device variable.
create(CreateLicenseCustomFieldRequest) - Method in class com.licensespring.management.LicenseCustomFieldsService
Creates a new license custom field.
create(CreateProductCustomFieldRequest) - Method in class com.licensespring.management.ProductCustomFieldsService
Creates a new product custom field.
createDeviceVariable(CreateDeviceVariableRequest) - Method in interface com.licensespring.management.api.LicensesApi
Create a device variable.
CreateDeviceVariableRequest - Class in com.licensespring.management.dto.request
Data transfer object for creating a new device variable.
CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder - Class in com.licensespring.management.dto.request
 
createInstallationFile(CreateInstallationFileRequest) - Method in interface com.licensespring.management.api.OrdersApi
Creates a new installation file.
createInstallationFile(CreateInstallationFileRequest) - Method in class com.licensespring.management.OrderService
Creates and returns a new installation file with the details provided in the request.
CreateInstallationFileRequest - Class in com.licensespring.management.dto.request
Data transfer object for creating a new installation file.
CreateInstallationFileRequest.CreateInstallationFileRequestBuilder - Class in com.licensespring.management.dto.request
The CreateInstallationFileRequest builder.
createLicenseCustomField(CreateLicenseCustomFieldRequest) - Method in interface com.licensespring.management.api.LicensesApi
Create a license custom field.
CreateLicenseCustomFieldRequest - Class in com.licensespring.management.dto.request
Data transfer object for creating a new license custom field.
CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder - Class in com.licensespring.management.dto.request
 
createOrder(WebhookOrder) - Method in interface com.licensespring.management.api.OrdersApi
Create/Update order using the webhook DTO.
createOrder(WebhookOrder) - Method in class com.licensespring.management.OrderService
Creates an order.
CreateOrderResponse - Class in com.licensespring.management.dto.response
Response object server sends when creating an order was successful.
CreateOrderResponse(Long, LicenseUserPassword[]) - Constructor for class com.licensespring.management.dto.response.CreateOrderResponse
 
createProductCustomField(CreateProductCustomFieldRequest) - Method in interface com.licensespring.management.api.OrdersApi
Create a product custom field.
CreateProductCustomFieldRequest - Class in com.licensespring.management.dto.request
Data transfer object for creating a new product custom field.
CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder - Class in com.licensespring.management.dto.request
 
customerCompanyName(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customer's company name (exact match, but case insensitive).
customerCompanyNameContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of customers company name (case insensitive).
customerCompanyNameContains(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customer's company name (partial match, case insensitive).
customerEmail(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the email of the customer the licenses that need to be retrieved belong to
customerEmail(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customer email (exact match).
customerEmailContains(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customer email (partial match, case insensitive).
customerEmailStartsWith(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customer email (startsWith match).
customerId(Integer) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the id of the customer the licenses that need to be retrieved belong to.
customerId(Integer) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customerId (exact match).
customerLabel(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by customers label, the set will contain all orders whose customer has one or more labels from this String.
CustomerLabel - Class in com.licensespring.management.model
Contains information about the label that has been assigned to the Customer.
CustomerLabel(int, int, String, String) - Constructor for class com.licensespring.management.model.CustomerLabel
 
customerNameContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial customers name (case insensitive), either first or last name.
customerNameContains(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by a partial match of customers name, either first or last name.
customerReferenceContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of customers reference (case insensitive).
customerReferenceContains(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be filtered by a custom reference (partial match, case insensitive).

D

defaultValue(String) - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder
Default value of the product custom field to be assigned to licenses.
defaultValue(String) - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest.UpdateProductCustomFieldRequestBuilder
Default value of the products custom field.
delete(Long) - Method in class com.licensespring.management.DeviceVariablesService
Deletes the device variable.
delete(Integer) - Method in class com.licensespring.management.LicenseCustomFieldsService
 
delete(Integer) - Method in class com.licensespring.management.ProductCustomFieldsService
Deletes the product custom field.
deleteDeviceVariable(Long) - Method in interface com.licensespring.management.api.LicensesApi
Delete the device variable.
deleteLicenseCustomField(Integer) - Method in interface com.licensespring.management.api.LicensesApi
Delete the license custom field.
deleteProductCustomField(int) - Method in interface com.licensespring.management.api.OrdersApi
Delete the product custom field.
device(Long) - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder
16 digit id of the device this variable belongs to.
device(Long) - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder
16 digit id of the device this variable belongs to.
Device - Class in com.licensespring.management.model
Model that contains detailed information about the device.
Device(Long, List<BackOfficeDeviceVariable>, ZonedDateTime, ZonedDateTime, String, ZonedDateTime, ZonedDateTime, LocalDate, boolean, String, String, String, ZonedDateTime, String, String, String, String, String, boolean, String, ZonedDateTime, boolean, boolean, DeviceLicense) - Constructor for class com.licensespring.management.model.Device
 
DeviceLicense - Class in com.licensespring.management.model
License information attached to a Device
DeviceLicense(Long, String, List<LicenseUser>) - Constructor for class com.licensespring.management.model.DeviceLicense
 
DeviceVariablesService - Class in com.licensespring.management
DeviceVariablesService class is used for searching, getting, creating, updating and deleting device variables.
deviceVariablesService() - Method in class com.licensespring.management.LicenseService
Returns service for device variables.
disableAllLicenses(Long[]) - Method in interface com.licensespring.management.api.LicensesApi
Disable all licenses.
disableAllLicenses(Long[]) - Method in class com.licensespring.management.LicenseService
Disables licenses in bulk.
disableLicense(Long) - Method in interface com.licensespring.management.api.LicensesApi
Disable the license.
disableLicense(Long) - Method in class com.licensespring.management.LicenseService
Disables the license with provided id.
disableSsl(boolean) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter, disables ssl checking (for the LicenseSpring servers) default is false

E

email(String) - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest.AddManagerToOrderRequestBuilder
Email of the user, soon to be manager.
email(String) - Method in class com.licensespring.management.dto.request.AssignUserData.AssignUserDataBuilder
Users email.
email(String) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
Email of the user that needs to be assigned.
emails(AssignUserData[]) - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest.AssignMultipleUsersRequestBuilder
List of AssignUserData objects containing information about users that need to be assigned to one license.
enabled(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if license is currently enabled.
enableLicense(Long) - Method in class com.licensespring.management.LicenseService
Enables license with the provided id.
enableMaintenancePeriod(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if there is a maintenance period.
enableRetrying(boolean) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Boolean value that allows or disables retrying on failed API call.
Environment - Enum in com.licensespring.management.dto
Environment enum used for creating an InstallationFile.
environment(Environment) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
Environment for which the installation file is for.
equals(Object) - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.AssignUserData
 
equals(Object) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch
 
equals(Object) - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SearchProductsRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.SetPasswordRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.UnassignRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
 
equals(Object) - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
 
equals(Object) - Method in class com.licensespring.management.dto.response.CreateOrderResponse
 
equals(Object) - Method in class com.licensespring.management.dto.response.LicenseAssignmentResponse
 
equals(Object) - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
 
equals(Object) - Method in class com.licensespring.management.dto.response.Response
 
equals(Object) - Method in class com.licensespring.management.dto.SearchResult
 
equals(Object) - Method in class com.licensespring.management.ManagementConfiguration
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeCustomer
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeCustomField
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeInstallationFile
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeLicense
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeOrderItem
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeProduct
 
equals(Object) - Method in class com.licensespring.management.model.BackOfficeProductCustomField
 
equals(Object) - Method in class com.licensespring.management.model.CustomerLabel
 
equals(Object) - Method in class com.licensespring.management.model.Device
 
equals(Object) - Method in class com.licensespring.management.model.DeviceLicense
 
equals(Object) - Method in class com.licensespring.management.model.LicenseUser
 
equals(Object) - Method in class com.licensespring.management.model.LicenseUserPassword
 
equals(Object) - Method in class com.licensespring.management.model.Manager
 
equals(Object) - Method in class com.licensespring.management.model.Order
 
equals(Object) - Method in class com.licensespring.management.model.ProductFeature
 
exportToCsv(LocalDate, LocalDate) - Method in interface com.licensespring.management.api.OrdersApi
Exports orders to a csv format.
exportToCsv(Range) - Method in interface com.licensespring.management.api.OrdersApi
Exports orders to a csv format, using the predefined ranges.
exportToCsv(LocalDate, LocalDate, String) - Method in class com.licensespring.management.OrderService
Generates a csv file with orders from the requested time range.
exportToCsv(Range, String) - Method in class com.licensespring.management.OrderService
Generates a csv file with orders from the requested time range.

F

firstName(String) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
First name of the user that needs to be assigned.
floatingUsers(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
If license is floating, this field will contain information about how many floating users can use the license at the same time.
fullLink(String) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
Link from which the installation file can be downloaded.

G

generateHeaders() - Method in class com.licensespring.management.api.ManagementAuthorizationService
Returns map with 'Authorization' and 'Content-Type' headers.
generateLicenseKeys(GenerateLicenseRequest) - Method in interface com.licensespring.management.api.OrdersApi
Generates unique license keys to be used with an order containing license-key based licenses.
generateLicenseKeys(GenerateLicenseRequest) - Method in class com.licensespring.management.OrderService
Generates UNIQUE license keys.
get(Long) - Method in class com.licensespring.management.DeviceVariablesService
Retrieves device variable data.
get(Integer) - Method in class com.licensespring.management.LicenseCustomFieldsService
Retrieves license custom field data.
get(Integer) - Method in class com.licensespring.management.ProductCustomFieldsService
Retrieves product custom field data.
getAcquiredConsent() - Method in class com.licensespring.management.model.LicenseUser
Date when consent was acquired.
getActive() - Method in class com.licensespring.management.model.BackOfficeLicense
Whether or not the license is actively being used.
getActiveUpToDateDevices() - Method in class com.licensespring.management.model.BackOfficeLicense
Total number of devices that are currently using this license.
getAddress() - Method in class com.licensespring.management.model.BackOfficeCustomer
Address set on the customer while making an order.
getAllLabelNames() - Method in class com.licensespring.management.model.BackOfficeCustomer
All names of the labels that are assigned to this customer, appended in one consecutive String.
getAllowOverages() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
This field sets if overages on consumptions are allowed or not.
getAllowOverages() - Method in class com.licensespring.management.model.BackOfficeLicense
Should the SDKs and server allow consumption over max consumption parameter.
getAllowOverages() - Method in class com.licensespring.management.model.ProductFeature
Product settings if licenses allows overages (used in licences with type LicenseType.CONSUMPTION)
getApiUrl() - Method in class com.licensespring.management.ManagementConfiguration
Returns base Management API URL.
getAppVer() - Method in class com.licensespring.management.model.Device
Version of the application installed on the device.
getAuthorizationMethod() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if licenses for this product are user based or key based.
getBackOfficeInstallationFiles() - Method in class com.licensespring.management.model.BackOfficeProduct
Array of available installation files.
getBackOfficeOrderItems() - Method in class com.licensespring.management.model.Order
List of order items that were made with this order.
getBlacklisted() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
If set to true, the resulting set will contain only blacklisted devices, otherwise, the resulting set will contain devices that are not blacklisted.
getCampaignParams() - Method in class com.licensespring.management.model.Order
e.g.
getCity() - Method in class com.licensespring.management.model.BackOfficeCustomer
City set on the customer while making an order.
getClientOrderId() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by a client order id that can be manually set in platform or through the SDK.
getClientOrderId() - Method in class com.licensespring.management.model.Order
This is the same field as WebhookOrder.getId().
getClientOrderIdContains() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by a partial order store id that can be manually set in platform or through SDK.
getClientOrderIdStartsWith() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by a custom order ID (partial match).
getCode() - Method in class com.licensespring.management.model.ProductFeature
Code of the feature.
getColor() - Method in class com.licensespring.management.model.CustomerLabel
Color that is assigned to the label.
getCompany() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the company code.
getCompany() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by an id of the company that issued the license.
getCompany() - Method in class com.licensespring.management.model.BackOfficeCustomer
Company id of that the customer belongs to.
getCompany() - Method in class com.licensespring.management.model.BackOfficeProduct
Code of the company that the product belongs to.
getCompany() - Method in class com.licensespring.management.model.Order
Leftover for legacy reasons.
getCompanyName() - Method in class com.licensespring.management.model.BackOfficeCustomer
Name of the company the user belongs to.
getConsumptionPeriod() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Period of consumptions before they are reset back to zero.
getConsumptionPeriod() - Method in class com.licensespring.management.model.BackOfficeLicense
The BackOfficeLicense.resetConsumption parameter must be set Example values: week, month or year The field is only relevant for the LicenseType.CONSUMPTION
getConsumptionPeriod() - Method in class com.licensespring.management.model.BackOfficeProduct
If resetConsumption is true, this field sets the period after which the consumptions are reset.
getConsumptionPeriod() - Method in class com.licensespring.management.model.ProductFeature
Period when the consumption uses (and overages if enabled) are reset ConsumptionPeriod
getCount() - Method in class com.licensespring.management.dto.SearchResult
Number of search results per page.
getCountry() - Method in class com.licensespring.management.model.BackOfficeCustomer
Country set on the customer while making an order.
getCreatedAt() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
Time when the variable was created.
getCreatedAt() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Time when the installation file was created.
getCreatedAt() - Method in class com.licensespring.management.model.BackOfficeLicense
When the license was created.
getCreatedAt() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Time this order item is created at.
getCreatedAt() - Method in class com.licensespring.management.model.BackOfficeProduct
Time when the product was created.
getCreatedAt() - Method in class com.licensespring.management.model.Device
Time when the device object was created.
getCreatedAt() - Method in class com.licensespring.management.model.LicenseUser
Time when license user was created.
getCreatedAt() - Method in class com.licensespring.management.model.Order
The time when this order was created.
getCreatedAt() - Method in class com.licensespring.management.model.ProductFeature
Creation time.
getCustomer() - Method in class com.licensespring.management.model.BackOfficeLicense
Customer model whom ordered the license.
getCustomer() - Method in class com.licensespring.management.model.Order
Customer who placed the order.
getCustomerCompanyName() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customer's company name (exact match, but case insensitive).
getCustomerCompanyNameContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of customers company name (case insensitive).
getCustomerCompanyNameContains() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customer's company name (partial match, case insensitive).
getCustomerEmail() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the email of the customer the licenses that need to be retrieved belong to
getCustomerEmail() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customer email (exact match).
getCustomerEmailContains() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customer email (partial match, case insensitive).
getCustomerEmailStartsWith() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customer email (startsWith match).
getCustomerId() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the id of the customer the licenses that need to be retrieved belong to.
getCustomerId() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customerId (exact match).
getCustomerLabel() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by customers label, the set will contain all orders whose customer has one or more labels from this String.
getCustomerNameContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial customers name (case insensitive), either first or last name.
getCustomerNameContains() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by a partial match of customers name, either first or last name.
getCustomerReferenceContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of customers reference (case insensitive).
getCustomerReferenceContains() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be filtered by a custom reference (partial match, case insensitive).
getCustomFields() - Method in class com.licensespring.management.model.BackOfficeProduct
Array of custom fields.
getDataType() - Method in class com.licensespring.management.model.BackOfficeCustomField
Currently not being used by the platform.
getDataType() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
Currently not being used by the platform.
getDefaultLicenseType() - Method in class com.licensespring.management.model.BackOfficeProduct
Type of licenses on this product.
getDefaultValue() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
Default value of the product custom field to be assigned to licenses.
getDefaultValue() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
Default value of the products custom field.
getDefaultValue() - Method in class com.licensespring.management.model.BackOfficeCustomField
The default value.
getDefaultValue() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
The default value.
getDescription() - Method in class com.licensespring.management.model.BackOfficeCustomField
Field description, also unused in the platform.
getDescription() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
Field description, also unused in the platform.
getDevice(Long) - Method in interface com.licensespring.management.api.LicensesApi
Get device data.
getDevice() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
16 digit id of the device this variable belongs to.
getDevice() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
16 digit id of the device this variable belongs to.
getDevice(Long) - Method in class com.licensespring.management.LicenseService
Gets the device data.
getDevice() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
16 digit id of the device this variable belongs to.
getDeviceVariable(Long) - Method in interface com.licensespring.management.api.LicensesApi
Get the device variable.
getDeviceVariables() - Method in class com.licensespring.management.model.Device
List of device variables that were tracked.
getDisabledUser() - Method in class com.licensespring.management.model.BackOfficeLicense
Id of the user that disabled the license.
getDownloadId() - Method in class com.licensespring.management.model.Order
Used for FastSpring integration.
getEmail() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
Email of the user, soon to be manager.
getEmail() - Method in class com.licensespring.management.dto.request.AssignUserData
Users email.
getEmail() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
Email of the user that needs to be assigned.
getEmail() - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
Email of the user that was assigned.
getEmail() - Method in class com.licensespring.management.model.BackOfficeCustomer
Customer email set on the customer while making an order.
getEmail() - Method in class com.licensespring.management.model.LicenseUser
Email of the user.
getEmail() - Method in class com.licensespring.management.model.LicenseUserPassword
Email of the user.
getEmail() - Method in class com.licensespring.management.model.Manager
Email of the manager/user.
getEmails() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
List of AssignUserData objects containing information about users that need to be assigned to one license.
getEnabled() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if license is currently enabled.
getEnabled() - Method in class com.licensespring.management.model.BackOfficeLicense
If the license is enabled.
getEnableMaintenancePeriod() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if there is a maintenance period.
getEnableMaintenancePeriod() - Method in class com.licensespring.management.model.BackOfficeLicense
Whether the maintenance period is set.
getEnvironment() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Environment for which the installation file is for.
getEnvironment() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Indicates for which Operation system this file is meant for.
getExternalIp() - Method in class com.licensespring.management.model.Device
External IP address, gotten from the LicenseSpring Servers.
getFeatureType() - Method in class com.licensespring.management.model.ProductFeature
Type of the feature ("activation" or "consumption").
getFilename() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Name of the installation file.
getFirstName() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
First name of the user that needs to be assigned.
getFirstName() - Method in class com.licensespring.management.model.BackOfficeCustomer
Customer's first name set on the customer while making an order.
getFirstName() - Method in class com.licensespring.management.model.LicenseUser
First name of the user.
getFirstName() - Method in class com.licensespring.management.model.Manager
First name of the manager/user.
getFloatingInUseDevices() - Method in class com.licensespring.management.model.BackOfficeLicense
Number of devices that are currently active, if license is floating.
getFloatingLastSeen() - Method in class com.licensespring.management.model.Device
Time when the device was last used with a floating license.
getFloatingTimeout() - Method in class com.licensespring.management.model.BackOfficeProduct
After how long do floating licenses expire after and are released into the pool.
getFloatingUsers() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
If license is floating, this field will contain information about how many floating users can use the license at the same time.
getFloatingUsers() - Method in class com.licensespring.management.model.BackOfficeLicense
How many floating users can use this.
getFloatingUsers() - Method in class com.licensespring.management.model.BackOfficeProduct
Number of users there can be at most if the license is floating.
getFullLink() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Link from which the installation file can be downloaded.
getFullLink() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Link from which the installation file can be downloaded.
getHardwareId() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
The resulting set can be filtered by the hardware id;
getHardwareId() - Method in class com.licensespring.management.model.Device
Unique id of the device.
getHasActiveLicenses() - Method in class com.licensespring.management.model.Order
Boolean value indicating does user have active licenses.
getHashMd5() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Installation file hash.
getHashMd5() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Installation file hash.
getHostname() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
The resulting set can be filtered by the hostname detected by the SDK.
getHostname() - Method in class com.licensespring.management.model.Device
Hostname detected by the SDK
getId() - Method in class com.licensespring.management.model.BackOfficeCustomer
Id of the customer, is automatically generated by the LicenseSpring.
getId() - Method in class com.licensespring.management.model.BackOfficeCustomField
Internal id.
getId() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
Id of the variable.
getId() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
16 digit id of the installation file, can't be changed manually.
getId() - Method in class com.licensespring.management.model.BackOfficeLicense
16 digit license id, isn't manually generated.
getId() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
Id of the custom field;
getId() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
16 digit id of this license feature.
getId() - Method in class com.licensespring.management.model.BackOfficeLicenseProduct
16-digit id of the product, NOT the same as product code.
getId() - Method in class com.licensespring.management.model.BackOfficeOrderItem
ID of the order item.
getId() - Method in class com.licensespring.management.model.BackOfficeProduct
16 digit product id.
getId() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
Internal id.
getId() - Method in class com.licensespring.management.model.CustomerLabel
Id of the instance of the label.
getId() - Method in class com.licensespring.management.model.Device
16 digit number, automatically generated by the LicenseSpring
getId() - Method in class com.licensespring.management.model.DeviceLicense
Id of the license
getId() - Method in class com.licensespring.management.model.LicenseUser
Id of the user which is automatically set by the LicenseSpring platform, cannot be manually set.
getId() - Method in class com.licensespring.management.model.Manager
Id of the manager/user which is automatically set by the LicenseSpring platform, cannot be manually set.
getId() - Method in class com.licensespring.management.model.Order
Internal LicenseSpring ID of the order - not to be confused with WebhookOrder.getId(), which is the internal/CRM id of the customer.
getId() - Method in class com.licensespring.management.model.ProductFeature
Internal ID of the product feature.
getIdIn() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
Comma separated list of ids.
getInitialPassword() - Method in class com.licensespring.management.model.LicenseUser
Initial password of the user, can be empty if it wasn't set during the creation process.
getInitialPassword() - Method in class com.licensespring.management.model.Manager
Initial password of the manager/user, can be empty if it wasn't set during the creation process.
getInstallationFile(int) - Method in interface com.licensespring.management.api.OrdersApi
Gets information about the specific Installation File.
getInstallationFile(int) - Method in class com.licensespring.management.OrderService
Gets the installation file with the provided id.
getIp() - Method in class com.licensespring.management.model.Device
Ip address that was detected by the SDK
getIsAnyFloating() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
If set to true, it will return only offline floating on-premises and offline floating cloud licenses.
getIsFloating() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if license is floating, if there are multiple users using this license.
getIsFloating() - Method in class com.licensespring.management.model.BackOfficeLicense
Whether or not this license is of floating type.
getIsFloatingCloud() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if license is a part of floating cloud and is released after a floating timeout.
getIsFloatingCloud() - Method in class com.licensespring.management.model.BackOfficeLicense
Whether or not this license is of floating type.
getIsManager() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
Indicates if the license user is also a License Manager.
getIsTest() - Method in class com.licensespring.management.model.Order
Indicate whether order is test or not.
getIsTrial() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if this license is made for trial period.
getIsTrial() - Method in class com.licensespring.management.model.BackOfficeLicense
Whether or not this is a trial license
getIsTrial() - Method in class com.licensespring.management.model.Order
Indicates if items in this order will have licenses that allow trial period.
getLabelId() - Method in class com.licensespring.management.model.CustomerLabel
Id of the type of the label.
getLabelIds() - Method in class com.licensespring.management.model.BackOfficeCustomer
List of the label ids that are assigned to this customer.
getLabelName() - Method in class com.licensespring.management.model.CustomerLabel
Name of the label.
getLabels() - Method in class com.licensespring.management.model.BackOfficeCustomer
List of label objects that are assigned to this customer.
getLanguage() - Method in class com.licensespring.management.model.Order
Language used in the order.
getLastCheck() - Method in class com.licensespring.management.model.BackOfficeLicense
Last time a device checked this license on the servers
getLastCheck() - Method in class com.licensespring.management.model.Device
Time when last check was performed.
getLastLogin() - Method in class com.licensespring.management.model.LicenseUser
Time of last login.
getLastName() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
Last name (surname) of the user that needs to be assigned.
getLastName() - Method in class com.licensespring.management.model.BackOfficeCustomer
Customer's Last name set on the customer while making an order.
getLastName() - Method in class com.licensespring.management.model.LicenseUser
Surname of the user.
getLastName() - Method in class com.licensespring.management.model.Manager
Surname of the manager/user.
getLicense(Long) - Method in interface com.licensespring.management.api.LicensesApi
Gets license data.
getLicense() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
16 digit id of the license this custom field belongs to.
getLicense() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
The resulting set can be filtered by the license the device belongs to.
getLicense() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
16 digit id of the license whose custom fields need to be searched through.
getLicense(Long) - Method in class com.licensespring.management.LicenseService
Retrieves license data.
getLicense() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
16 digit id of the license this custom field belongs to.
getLicense() - Method in class com.licensespring.management.model.Device
License information license this device belongs to.
getLicenseCustomField(Integer) - Method in interface com.licensespring.management.api.LicensesApi
Get license custom field data.
getLicenseKey() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the license key of the license that needs to be retrieved (exact match).
getLicenseKey() - Method in class com.licensespring.management.model.BackOfficeLicense
LicenseKey is not null if the license is key-based.
getLicenseKey() - Method in class com.licensespring.management.model.DeviceLicense
License Key of the license (if Key based)
getLicenseKeyContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial license key (case insensitive).
getLicenseKeyIsNull() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
If set to true, the result will contain only user-based licenses.
getLicenseKeyStartsWith() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of the license key (starts with match).
getLicenses() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Licenses associated with this order item.
getLicenseType() - Method in class com.licensespring.management.model.BackOfficeLicense
Which type of license was set
getLicenseUser() - Method in class com.licensespring.management.model.BackOfficeCustomer
If the user is also a license user.
getLicenseUser() - Method in class com.licensespring.management.model.BackOfficeLicense
Legacy field.
getLicenseUserEmail() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the exact match of the license users email.
getLicenseUserEmailContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of the license users email (case insensitive).
getLicenseUserEmailStartsWith() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of the license users email (starts with match).
getLicenseUserId() - Method in class com.licensespring.management.dto.request.UnassignRequest
Id of the license user that will be unassigned.
getLicenseUsers() - Method in class com.licensespring.management.model.BackOfficeLicense
List of LicenseUser models whom uses the license.
getLicenseUsers() - Method in class com.licensespring.management.model.DeviceLicense
Users of the license (if user based)
getLimit() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
Number of results that will be retrieved in one request to the server.
getLimit() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
Number of results you want to be shown.
getLimit() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
Number of results you want to be shown.
getMacAddress() - Method in class com.licensespring.management.model.Device
Mac address that was detected by the SDK
getMaintenanceDuration() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
How long the maintenance period lasts.
getMaintenanceDuration() - Method in class com.licensespring.management.model.BackOfficeLicense
The duration of the maintenance window (support).
getMaintenanceDuration() - Method in class com.licensespring.management.model.BackOfficeProduct
How long will the product be maintained.
getMaintenancePeriod() - Method in class com.licensespring.management.model.BackOfficeLicense
Legacy / Undocumented
getManagementAPIVersion() - Method in class com.licensespring.management.ManagementConfiguration
Api version, do not change.
getManagementKey() - Method in class com.licensespring.management.ManagementConfiguration
Required parameter, management Key needed to pass requests to Management API.
getManagementURL() - Method in class com.licensespring.management.ManagementConfiguration
Server endpoint, do not change unless a private LicenseSpring server is deployed.
getMaxActivations() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Number of times a license can be activated on different devices.
getMaxActivations() - Method in class com.licensespring.management.model.BackOfficeLicense
Number of times this license can be activated on different devices.
getMaxActivations() - Method in class com.licensespring.management.model.BackOfficeProduct
Number of activations there can be at most on each individual license.
getMaxConsumption() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch
Maximum number of consumptions for this feature on this license.
getMaxConsumption() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
Number of maximum consumptions on this license feature for this particular license.
getMaxConsumption() - Method in class com.licensespring.management.model.ProductFeature
Number of max consumptions.
getMaxConsumptions() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Number of consumptions that can be consumed at most.
getMaxConsumptions() - Method in class com.licensespring.management.model.BackOfficeLicense
Maximum consumptions that can be made.
getMaxConsumptions() - Method in class com.licensespring.management.model.BackOfficeProduct
Max consumptions on each license.
getMaxLicenseUsers() - Method in class com.licensespring.management.model.BackOfficeLicense
Maximum number of users that can use this license.
getMaxOverages() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Number of overages there can be.
getMaxOverages() - Method in class com.licensespring.management.model.BackOfficeLicense
How many additional consumptions can be made over the max consumptions.
getMaxOverages() - Method in class com.licensespring.management.model.BackOfficeProduct
Number of overages that can be made on one license that is consumption type.
getMaxOverages() - Method in class com.licensespring.management.model.ProductFeature
Default maximal overages for this product licences (uses after consumptions have been used up).
getMessage() - Method in class com.licensespring.management.dto.response.LicenseAssignmentResponse
Message indicating if assigning was un/successful.
getMessage() - Method in class com.licensespring.management.dto.response.Response
Message relying if action was un/successful.
getName() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
Name of the product custom field.
getName() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
Name of the products custom field.
getName() - Method in class com.licensespring.management.model.BackOfficeCustomField
Name of the custom field.
getName() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
Name of the custom field.
getName() - Method in class com.licensespring.management.model.ProductFeature
Name of the feature.
getNewPassword() - Method in class com.licensespring.management.dto.response.LicenseAssignmentResponse
New password if the user that was assigned already exists and a new password was set in the request, or initial password if the user that was assigned is a first time user.
getNewPassword() - Method in class com.licensespring.management.model.LicenseUserPassword
User's new password.
getNewPasswords() - Method in class com.licensespring.management.dto.response.CreateOrderResponse
Array of LicenseUserPassword objects that each have an email and a new password.
getNewUser() - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
Indicates if the user that was assigned is a first time user.
getNext() - Method in class com.licensespring.management.dto.SearchResult
Next page in search results.
getNextLimit() - Method in class com.licensespring.management.dto.SearchResult
Returns limit of next page.
getNextOffset() - Method in class com.licensespring.management.dto.SearchResult
Retrieves offset of next page.
getNote() - Method in class com.licensespring.management.model.BackOfficeLicense
Note that can be added in the LicenseSpring platform.
getNoteContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the partial match of the note attached to a license (case insensitive).
getOffset() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
The initial index from which to return the results.
getOffset() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
The initial index from which to return the results.
getOrder(Long) - Method in interface com.licensespring.management.api.OrdersApi
Gets order by LS internal ID.
getOrder() - Method in class com.licensespring.management.model.BackOfficeLicense
16 digit id of the order, can't be manually changed.
getOrder() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Internal ID of the order this item belongs to.
getOrder(Long) - Method in class com.licensespring.management.OrderService
Finds an order with provided order id.
getOrderBy() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
The result of the queries is a list that can than be ordered in ascending order by some attribute.
getOrderBy() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
The result of the queries is a list that can than be ordered in ascending order by some attribute.
getOrderBy() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The result of the queries is a list that can than be ordered in ascending order by some attribute.
getOrderBy() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
The resulting set can be ordered by a Order field, after the filters are applied.
getOrderBy() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
The result of the queries is a list that can than be ordered in ascending order by some attribute.
getOrderId() - Method in class com.licensespring.management.dto.response.CreateOrderResponse
Id of the order which is automatically generated on the server.
getOrderItem() - Method in class com.licensespring.management.model.BackOfficeLicense
16 digit id of the order item this license belongs to.
getOrderStoreId() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
The resulting set can be filtered by the order store id that can be manually set in platform or through SDK.
getOrderStoreId() - Method in class com.licensespring.management.model.BackOfficeLicense
Store id of the order that can be manually generated.
getOrderStoreIdContains() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
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.
getOrderStoreIdStartsWith() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
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.
getOs() - Method in class com.licensespring.management.model.Device
Operation system of the device.
getPassword() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
Password for the user, soon to be manager.
getPassword() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
If the user is a first time user and doesn't have any licenses yet, and this field wasn't left empty, this will be users initial password.
getPassword() - Method in class com.licensespring.management.dto.request.SetPasswordRequest
New password of the license user.
getPassword() - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
Will contain new password if it was set in the request or it will contain the initial password for the first time user that was assigned.
getPassword() - Method in class com.licensespring.management.model.Manager
Current password of the manager/user.
getPhone() - Method in class com.licensespring.management.model.BackOfficeCustomer
Phone number of the user.
getPhoneNumber() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
Phone number of the user that needs to be assigned.
getPhoneNumber() - Method in class com.licensespring.management.model.LicenseUser
Phone number of the user.
getPhoneNumber() - Method in class com.licensespring.management.model.Manager
Phone number of the manager/user.
getPostcode() - Method in class com.licensespring.management.model.BackOfficeCustomer
Postal code set on the customer while making an order.
getPreventVm() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
If true, license can't be activated on virtual machines.
getPreventVm() - Method in class com.licensespring.management.model.BackOfficeLicense
Should activation of this license be prevented within VM environments.
getPrevious() - Method in class com.licensespring.management.dto.SearchResult
Previous page in search results.
getProduct(Long) - Method in interface com.licensespring.management.api.OrdersApi
Gets product information.
getProduct() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
16-digit product id, set by LicenseSpring, can't be changed or set manually.
getProduct() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
16 digit id of the product this custom field belongs to.
getProduct() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
16-digit id of the product that the installation file belongs to.
getProduct() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
16 digit id of the product whose custom fields need to be searched through.
getProduct() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
16 digit id of the product this installation file belongs to.
getProduct() - Method in class com.licensespring.management.model.BackOfficeLicense
Product object that contains the name and the id of the product.
getProduct() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Internal ID of the product this item belongs to.
getProduct() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
16 digit id of the product this custom field belongs to.
getProduct(Long) - Method in class com.licensespring.management.OrderService
Gets the product with the provided id.
getProductCustomField(int) - Method in interface com.licensespring.management.api.OrdersApi
Get product custom field data.
getProductCustomField() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
Id of the products custom field which this field refers to.
getProductCustomField() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
Id of the products custom field which this field refers to.
getProductFeature() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch
Code for the product feature, manually set while creating the feature.
getProductFeature() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
Reference of ProductFeature model.
getProductFeatures() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest
Clear all, Add a single feature - replace all with the single one, add multiple features to replace existing.
getProductFeatures() - Method in class com.licensespring.management.model.BackOfficeLicense
List of features that are available for usage on this license.
getProductFeatures() - Method in class com.licensespring.management.model.BackOfficeProduct
List of features available for this product.
getProductId() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Internal ID of the product associated with order item.
getProductName() - Method in class com.licensespring.management.model.BackOfficeLicenseProduct
Name of the product.
getProductName() - Method in class com.licensespring.management.model.BackOfficeProduct
Name of the product.
getProxyHost() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter, used to configure all API calls to use a proxy service.
getProxyPass() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter, used to configure Basic authentication for a proxy service.
getProxyPort() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter, used to configure all API calls to use a proxy service.
getProxyUser() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter, used to configure Basic authentication for a proxy service.
getReference() - Method in class com.licensespring.management.model.BackOfficeCustomer
Reference on this customer.
getReleaseDate() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Date of the release.
getReleaseDate() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Date of releasing the installation file.
getRequestLogging() - Method in class com.licensespring.management.ManagementConfiguration
Adjust logging level of http requests made.
getRequestTimeout() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter for setting the timeout when making api requests (in seconds) default is 10 seconds
getResetConsumption() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Indicates if there is a consumption period where consumptions are reset.
getResetConsumption() - Method in class com.licensespring.management.model.BackOfficeLicense
Should the consumptions be reset after a period.
getResetConsumption() - Method in class com.licensespring.management.model.ProductFeature
Settings for licences with LicenseType.CONSUMPTION type.
getResults() - Method in class com.licensespring.management.dto.SearchResult
List of all results per page.
getSdkBuildVersion() - Method in class com.licensespring.management.model.Device
 
getShortCode() - Method in class com.licensespring.management.model.BackOfficeProduct
Product code.
getState() - Method in class com.licensespring.management.model.BackOfficeCustomer
State set on the customer while making an order.
getStatus() - Method in class com.licensespring.management.model.BackOfficeLicense
Status of the license.
getSubscriptionDuration() - Method in class com.licensespring.management.model.BackOfficeProduct
How long one subscription lasts.
getSubscriptionId() - Method in class com.licensespring.management.model.BackOfficeLicense
Id of the subscription model.
getTimeActivated() - Method in class com.licensespring.management.model.BackOfficeLicense
Time when the license was activated.
getTimeActivated() - Method in class com.licensespring.management.model.Device
Time when the device was activated.
getTimeDeactivated() - Method in class com.licensespring.management.model.Device
Time when the device was deactivated.
getTimeDisabled() - Method in class com.licensespring.management.model.BackOfficeLicense
Time when the license was disabled.
getTimesActivated() - Method in class com.licensespring.management.model.BackOfficeLicense
Number of times this license was activated.
getTotalActiveDevices() - Method in class com.licensespring.management.model.BackOfficeLicense
Total number of devices that have status "active".
getTotalConsumptions() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Set the total consumptions to a desired number.
getTotalConsumptions() - Method in class com.licensespring.management.model.BackOfficeLicense
Total consumptions that were made so far.
getTotalConsumptions() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
Number of consumptions that were already consumed on this feature.
getTotalLicenses() - Method in class com.licensespring.management.model.BackOfficeCustomer
Number of licenses this customer has ordered.
getTotalOrders() - Method in class com.licensespring.management.model.BackOfficeCustomer
Number of orders this customer has placed.
getTrialDays() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Number of days a trial lasts for.
getTrialDays() - Method in class com.licensespring.management.model.BackOfficeLicense
Number of days when the trial expires - after activation
getTrialDays() - Method in class com.licensespring.management.model.BackOfficeProduct
Number of days the trial lasts for.
getType() - Method in class com.licensespring.management.model.Device
Type of the device.
getType() - Method in class com.licensespring.management.model.Order
Only valid Order type is NORMAL.
getUpdatedAt() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Time when it was last updated.
getUpdatedAt() - Method in class com.licensespring.management.model.BackOfficeLicense
When the license was updated.
getUpdatedAt() - Method in class com.licensespring.management.model.BackOfficeOrderItem
Time this order item is last updated.
getUpdatedAt() - Method in class com.licensespring.management.model.BackOfficeProduct
Time when the product information was last updated.
getUpdatedAt() - Method in class com.licensespring.management.model.Device
Time when device information was last updated.
getUpdatedAt() - Method in class com.licensespring.management.model.LicenseUser
Time of last update of the user information.
getUpdatedAt() - Method in class com.licensespring.management.model.Order
The time when this order was updated.
getUpdatedAt() - Method in class com.licensespring.management.model.ProductFeature
Time of last update.
getUpgradeFrom() - Method in class com.licensespring.management.model.BackOfficeProduct
This product is an upgrade from a list of products (ids).
getValidDuration() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
How long can a license be valid for.
getValidDuration() - Method in class com.licensespring.management.model.BackOfficeLicense
Only LicenseType.TIME_LIMITED or any Trial type take this field into consideration.
getValidDuration() - Method in class com.licensespring.management.model.BackOfficeProduct
 
getValidityPeriod() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
Date when license will expire.
getValidityPeriod() - Method in class com.licensespring.management.model.BackOfficeLicense
Final end date and time license is valid.
getValidityPeriod() - Method in class com.licensespring.management.model.Device
 
getValue() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
Value of the variable for this device.
getValue() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
Value of the custom field.
getValue() - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest
Update value of the custom license field.
getValue() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
Value of the device variable.
getValue() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
Value that was set for this device and license.
getValue() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
Value of the custom field.
getVariable() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
Name of the variable.
getVariable() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
Name of the device variable.
getVariable() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
Name of the variable.
getVersion() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
Version of the installation file.
getVersion() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Version of the installation file.
getVmInfo() - Method in class com.licensespring.management.model.Device
If field isVm is true, this field will contain additional information about the virtual machine.

H

hardwareId(String) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
The resulting set can be filtered by the hardware id;
hashCode() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.AssignUserData
 
hashCode() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch
 
hashCode() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.SetPasswordRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.UnassignRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
 
hashCode() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
 
hashCode() - Method in class com.licensespring.management.dto.response.CreateOrderResponse
 
hashCode() - Method in class com.licensespring.management.dto.response.LicenseAssignmentResponse
 
hashCode() - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
 
hashCode() - Method in class com.licensespring.management.dto.response.Response
 
hashCode() - Method in class com.licensespring.management.dto.SearchResult
 
hashCode() - Method in class com.licensespring.management.ManagementConfiguration
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeCustomer
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeCustomField
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeLicense
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeOrderItem
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeProduct
 
hashCode() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
 
hashCode() - Method in class com.licensespring.management.model.CustomerLabel
 
hashCode() - Method in class com.licensespring.management.model.Device
 
hashCode() - Method in class com.licensespring.management.model.DeviceLicense
 
hashCode() - Method in class com.licensespring.management.model.LicenseUser
 
hashCode() - Method in class com.licensespring.management.model.LicenseUserPassword
 
hashCode() - Method in class com.licensespring.management.model.Manager
 
hashCode() - Method in class com.licensespring.management.model.Order
 
hashCode() - Method in class com.licensespring.management.model.ProductFeature
 
hashMd5(String) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
Installation file hash.
hasNext() - Method in class com.licensespring.management.dto.SearchResult
Returns true if search result has next page, false otherwise.
hostname(String) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
The resulting set can be filtered by the hostname detected by the SDK.

I

idIn(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
Comma separated list of ids.
intercept(Interceptor.Chain) - Method in class com.licensespring.management.api.ManagementAuthInterceptor
 
isActive() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if the product is active.
isActive() - Method in class com.licensespring.management.model.LicenseUser
Indicates if this is an active user.
isAllowOverages() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if licenses for this product allow overages on consumptions.
isAllowTrial() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if product allows trial licenses and a trial period.
isAnyFloating(Boolean) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
If set to true, it will return only offline floating on-premises and offline floating cloud licenses.
isArchived() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
Indicates if the products that are searched for are archived or not.
isArchived(boolean) - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
Indicates if the products that are searched for are archived or not.
isArchived() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if the product is archived and isn't currently in use.
isBlacklisted() - Method in class com.licensespring.management.model.Device
If this device has been blacklisted - can no longer use the license.
isDeleted() - Method in class com.licensespring.management.model.ProductFeature
Is feature deleted or not.
isDeviceActive() - Method in class com.licensespring.management.model.Device
Indicates if the device is currently active/using a license.
isDisableSsl() - Method in class com.licensespring.management.ManagementConfiguration
Optional parameter, disables ssl checking (for the LicenseSpring servers) default is false
isEnabled() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
Indicates if the installation file is still enabled for usage.
isEnableMaintenancePeriod() - Method in class com.licensespring.management.model.BackOfficeProduct
If this product has a maintenance support.
isEnableRetrying() - Method in class com.licensespring.management.ManagementConfiguration
Boolean value that allows or disables retrying on failed API call.
isFloating(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if license is floating, if there are multiple users using this license.
isFloating() - Method in class com.licensespring.management.model.BackOfficeProduct
Does product support floating licenses.
isFloatingCloud(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if license is a part of floating cloud and is released after a floating timeout.
isFloatingCloud() - Method in class com.licensespring.management.model.BackOfficeProduct
Does product support floating cloud license.
isFloatingInUse() - Method in class com.licensespring.management.model.Device
Indicates if the device is active and floating license hasn't expired.
isHardwareIdRequired() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if hardware Id is required for licenses.
isInitialPassword() - Method in class com.licensespring.management.model.Manager
Indicates if the manager/user has/had an initial password.
isManager(boolean) - Method in class com.licensespring.management.dto.request.AssignUserData.AssignUserDataBuilder
Indicates if the user is also a license manager.
isManager() - Method in class com.licensespring.management.dto.request.AssignUserData
Indicates if the user is also a license manager.
isManager(Boolean) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
Indicates if the license user is also a License Manager.
isManager() - Method in class com.licensespring.management.model.LicenseUser
Indicates if this user is also a license manager.
isNewUser() - Method in class com.licensespring.management.model.Manager
Indicates if this manager is a new user.
isNodeLocked() - Method in class com.licensespring.management.model.BackOfficeProduct
 
isPreventVm() - Method in class com.licensespring.management.model.BackOfficeProduct
If set to true, licenses won't be activated on virtual machines.
isResetConsumption() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if total consumptions of the license are reset after a certain period.
isSendEmail() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
Indicates if an email should be sent to notify the users that they have been assigned.
isSortDescending() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
Indicates if the results of the queries should be ordered in descending order.
isSortDescending() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
Indicates if the results of the queries should be ordered in descending order.
isSortDescending() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
Indicates if the results of the queries should be ordered in descending order.
isSortDescending() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
Indicates if the results of the queries should be ordered in descending order.
isSortDescending() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
Indicates if the results of the queries should be ordered in descending order.
isStaff() - Method in class com.licensespring.management.model.LicenseUser
Indicates if this user is also a part of company staff.
isSubscribedToEmail() - Method in class com.licensespring.management.model.LicenseUser
Indicates if the user is subscribed to newsletter.
isTrial(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if this license is made for trial period.
isUpgrade() - Method in class com.licensespring.management.model.BackOfficeProduct
Indicates if this product is an upgrade from a different product.
isUserLocked() - Method in class com.licensespring.management.model.BackOfficeProduct
 
isVm() - Method in class com.licensespring.management.model.Device
Indicates if this device is a virtual machine.

L

lastName(String) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
Last name (surname) of the user that needs to be assigned.
license(Long) - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder
16 digit id of the license this custom field belongs to.
license(Long) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
The resulting set can be filtered by the license the device belongs to.
license(Long) - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder
16 digit id of the license whose custom fields need to be searched through.
LicenseAssignmentResponse - Class in com.licensespring.management.dto.response
Response from assigning a user to the license through the service.
LicenseAssignmentResponse(String, String) - Constructor for class com.licensespring.management.dto.response.LicenseAssignmentResponse
 
LicenseCustomFieldsService - Class in com.licensespring.management
LicenseCustomFieldsService class is used for searching, getting, creating, updating and deleting licenses custom fields.
licenseCustomFieldsService() - Method in class com.licensespring.management.LicenseService
Returns service for license custom fields.
LicenseFeaturePatch - Class in com.licensespring.management.dto.request
Object for containing information about the license feature that needs to be patched.
LicenseFeaturePatch.LicenseFeaturePatchBuilder - Class in com.licensespring.management.dto.request
 
licenseKey(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the license key of the license that needs to be retrieved (exact match).
licenseKeyContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial license key (case insensitive).
licenseKeyIsNull(Boolean) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
If set to true, the result will contain only user-based licenses.
licenseKeyStartsWith(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of the license key (starts with match).
LicensesApi - Interface in com.licensespring.management.api
Licenses APIs.
LicenseService - Class in com.licensespring.management
LicenseService class is used for searching, updating, disabling, assigning licenses to a particular users and (re)setting consumptions on the license.
LicenseService(ManagementConfiguration) - Constructor for class com.licensespring.management.LicenseService
LicenseService has to be built using the ManagementConfiguration object.
LicenseSpringSortingException - Exception in com.licensespring.management.exceptions
The exception is thrown when the SDK detects that the attribute of ordering search results isn't right.
LicenseSpringSortingException(String, List<String>) - Constructor for exception com.licensespring.management.exceptions.LicenseSpringSortingException
 
LicenseUser - Class in com.licensespring.management.model
Detailed information on users of a license (when user-based license model is used)
LicenseUser(int, ZonedDateTime, String, ZonedDateTime, ZonedDateTime, boolean, boolean, String, String, String, boolean, LocalDate, boolean, String, boolean) - Constructor for class com.licensespring.management.model.LicenseUser
 
licenseUserEmail(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the exact match of the license users email.
licenseUserEmailContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of the license users email (case insensitive).
licenseUserEmailStartsWith(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of the license users email (starts with match).
licenseUserId(Integer) - Method in class com.licensespring.management.dto.request.UnassignRequest.UnassignRequestBuilder
Id of the license user that will be unassigned.
LicenseUserPassword - Class in com.licensespring.management.model
Returned upon order placement, issuing starting passwords for user based licenses.
LicenseUserPassword(String, String) - Constructor for class com.licensespring.management.model.LicenseUserPassword
 
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
Number of results that will be retrieved in one request to the server.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder
Number of results you want to be shown.
limit(Integer) - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
Number of results you want to be shown.

M

maintenanceDuration(String) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
How long the maintenance period lasts.
ManagementAuthInterceptor - Class in com.licensespring.management.api
Interceptor used for intercepting requests to Licenses API and Orders Api and adding headers.
ManagementAuthInterceptor(ManagementAuthorizationService) - Constructor for class com.licensespring.management.api.ManagementAuthInterceptor
 
ManagementAuthorizationService - Class in com.licensespring.management.api
Authorization service used for adding 'Authorization' and 'Content-Type' headers to each request.
ManagementAuthorizationService(ManagementConfiguration) - Constructor for class com.licensespring.management.api.ManagementAuthorizationService
 
ManagementConfiguration - Class in com.licensespring.management
Management configuration class used for defining management properties.
ManagementConfiguration.ManagementConfigurationBuilder - Class in com.licensespring.management
The Management SDK configuration builder.
managementKey(String) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Required parameter, management Key needed to pass requests to Management API.
managementURL(String) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Server endpoint, do not change unless a private LicenseSpring server is deployed.
Manager - Class in com.licensespring.management.model
Detailed information about the user who has a role of a manager.
Manager(int, String, boolean, String, String, String, String, boolean, String) - Constructor for class com.licensespring.management.model.Manager
 
maxActivations(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Number of times a license can be activated on different devices.
maxConsumption(Long) - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch.LicenseFeaturePatchBuilder
Maximum number of consumptions for this feature on this license.
maxConsumptions(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Number of consumptions that can be consumed at most.
maxOverages(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Number of overages there can be.
MultipleAssignmentResponse - Class in com.licensespring.management.dto.response
Response for assigning users to unassigned user based licenses in an order.
MultipleAssignmentResponse(String, Boolean, String) - Constructor for class com.licensespring.management.dto.response.MultipleAssignmentResponse
 

N

name(String) - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder
Name of the product custom field.
name(String) - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest.UpdateProductCustomFieldRequestBuilder
Name of the products custom field.
noteContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the partial match of the note attached to a license (case insensitive).

O

offset(Integer) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder
The initial index from which to return the results.
offset(Integer) - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
The initial index from which to return the results.
Order - Class in com.licensespring.management.model
Immutable Order, returned from management APIs.
Order(Long, List<BackOfficeOrderItem>, BackOfficeCustomer, Boolean, ZonedDateTime, ZonedDateTime, String, OrderType, Boolean, Boolean, String, String, String, Integer) - Constructor for class com.licensespring.management.model.Order
 
orderBy(String) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
The result of the queries is a list that can than be ordered in ascending order by some attribute.
orderBy(String) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
The result of the queries is a list that can than be ordered in ascending order by some attribute.
orderBy(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The result of the queries is a list that can than be ordered in ascending order by some attribute.
orderBy(String) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
The resulting set can be ordered by a Order field, after the filters are applied.
orderBy(String) - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
The result of the queries is a list that can than be ordered in ascending order by some attribute.
OrdersApi - Interface in com.licensespring.management.api
Orders APIs.
OrderService - Class in com.licensespring.management
Order Service contains methods for creating, updating and listing and exporting LicenseSpring orders, as well as searching and creating installation files.
OrderService(ManagementConfiguration) - Constructor for class com.licensespring.management.OrderService
OrderService has to be built using the ManagementConfiguration object.
orderStoreId(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
The resulting set can be filtered by the order store id that can be manually set in platform or through SDK.
orderStoreIdContains(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
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.
orderStoreIdStartsWith(String) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
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.

P

paginate(SearchDeviceVariablesRequest) - Method in class com.licensespring.management.DeviceVariablesService
Goes through all pages of the search device variables response and returns a list with all possible device variables that satisfy the request.
paginate(SearchLicenseCustomFieldsRequest) - Method in class com.licensespring.management.LicenseCustomFieldsService
Goes through all pages of the search license custom fields response and returns a list with all possible license custom fields that satisfy the request.
paginate(SearchProductCustomFieldsRequest) - Method in class com.licensespring.management.ProductCustomFieldsService
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.
paginateThroughAllDevices(SearchDevicesRequest) - Method in class com.licensespring.management.LicenseService
Goes through all pages of the search devices response and returns a list with all possible devices that satisfy the request.
paginateThroughAllInstallationFiles(SearchInstallationFilesRequest) - Method in class com.licensespring.management.OrderService
Goes through all pages of the response and returns a list with all possible installation files that satisfy the request.
paginateThroughAllLicenses(SearchLicensesRequest) - Method in class com.licensespring.management.LicenseService
Goes through all pages of the search licenses response and returns a list with all possible licenses that satisfy the request.
paginateThroughAllOrders(SearchOrdersRequest) - Method in class com.licensespring.management.OrderService
Goes through all pages of the response and returns a list with all possible orders that satisfy the request.
paginateThroughAllProducts(SearchProductsRequest) - Method in class com.licensespring.management.OrderService
Goes through all pages of the response and returns a list with all possible products that satisfy the request.
password(String) - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest.AddManagerToOrderRequestBuilder
Password for the user, soon to be manager.
password(String) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
If the user is a first time user and doesn't have any licenses yet, and this field wasn't left empty, this will be users initial password.
password(String) - Method in class com.licensespring.management.dto.request.SetPasswordRequest.SetPasswordRequestBuilder
New password of the license user.
patchLicenseFeatures(Long, PatchLicenseFeaturesRequest) - Method in interface com.licensespring.management.api.LicensesApi
Update license features.
patchLicenseFeatures(Long, PatchLicenseFeaturesRequest) - Method in class com.licensespring.management.LicenseService
Patches the license (product) features available.
PatchLicenseFeaturesRequest - Class in com.licensespring.management.dto.request
This class is used to update the license features available on a license.
PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder - Class in com.licensespring.management.dto.request
 
phoneNumber(String) - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
Phone number of the user that needs to be assigned.
preventVm(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
If true, license can't be activated on virtual machines.
product(Long) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
16-digit product id, set by LicenseSpring, can't be changed or set manually.
product(Long) - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder
16 digit id of the product this custom field belongs to.
product(Long) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
16-digit id of the product that the installation file belongs to.
product(Long) - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder
16 digit id of the product whose custom fields need to be searched through.
productCustomField(Integer) - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder
Id of the products custom field which this field refers to.
productCustomFieldsService() - Method in class com.licensespring.management.OrderService
Returns the service for product custom fields.
ProductCustomFieldsService - Class in com.licensespring.management
CustomFieldsService class is used for searching, getting, creating, updating and deleting product custom fields.
productFeature(String) - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch.LicenseFeaturePatchBuilder
Code for the product feature, manually set while creating the feature.
productFeature(LicenseFeaturePatch) - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder
 
ProductFeature - Class in com.licensespring.management.model
Feature details.
ProductFeature(Long, ZonedDateTime, ZonedDateTime, String, String, boolean, String, Long, Boolean, Long, Boolean, ConsumptionPeriod) - Constructor for class com.licensespring.management.model.ProductFeature
 
productFeatures(Collection<? extends LicenseFeaturePatch>) - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder
 
proxyHost(String) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter, used to configure all API calls to use a proxy service.
proxyPass(String) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter, used to configure Basic authentication for a proxy service.
proxyPort(Integer) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter, used to configure all API calls to use a proxy service.
proxyUser(String) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter, used to configure Basic authentication for a proxy service.

R

Range - Enum in com.licensespring.management.dto
Range enum used for exporting CSV files.
releaseDate(String) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
Date of the release.
requestLogging(Logger.Level) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Adjust logging level of http requests made.
requestTimeout(Long) - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
Optional parameter for setting the timeout when making api requests (in seconds) default is 10 seconds
resetConsumption(Boolean) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Indicates if there is a consumption period where consumptions are reset.
resetDevice(Long) - Method in interface com.licensespring.management.api.LicensesApi
Reset the device.
resetDevice(Long) - Method in class com.licensespring.management.LicenseService
Resets the device.
resetLicense(Long) - Method in interface com.licensespring.management.api.LicensesApi
Reset the license.
resetLicense(Long) - Method in class com.licensespring.management.LicenseService
Resets the license with the provided id.
resetTotalConsumptions(Long) - Method in class com.licensespring.management.LicenseService
Resets the total consumptions on the license to zero.
Response - Class in com.licensespring.management.dto.response
Object for storing a response message from the server.
Response(String) - Constructor for class com.licensespring.management.dto.response.Response
 

S

search(SearchDeviceVariablesRequest) - Method in class com.licensespring.management.DeviceVariablesService
Searches through all device variables and returns the search result which contains all device variables that satisfy the request queries.
search(SearchLicenseCustomFieldsRequest) - Method in class com.licensespring.management.LicenseCustomFieldsService
Searches through all license custom fields and returns the search result which contains all license custom fields that satisfy the request queries.
search(SearchProductCustomFieldsRequest) - Method in class com.licensespring.management.ProductCustomFieldsService
Searches through all product custom fields and returns the search result which contains all product custom fields that satisfy the request queries.
searchDevices(SearchDevicesRequest) - Method in interface com.licensespring.management.api.LicensesApi
Search devices.
searchDevices(SearchDevicesRequest) - Method in class com.licensespring.management.LicenseService
Returns a list of devices that satisfy the request.
SearchDevicesRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all devices.
SearchDevicesRequest.SearchDevicesRequestBuilder - Class in com.licensespring.management.dto.request
The SearchDevicesRequest builder.
searchDeviceVariables(SearchDeviceVariablesRequest) - Method in interface com.licensespring.management.api.LicensesApi
Search device variables
SearchDeviceVariablesRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all device variables.
SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder - Class in com.licensespring.management.dto.request
 
searchInstallationFiles(SearchInstallationFilesRequest) - Method in interface com.licensespring.management.api.OrdersApi
Search installation files.
searchInstallationFiles(SearchInstallationFilesRequest) - Method in class com.licensespring.management.OrderService
Searches the orders by applying the filtering and ordering conditions in the SearchInstallationFilesRequest class.
SearchInstallationFilesRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all installation files.
SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder - Class in com.licensespring.management.dto.request
The SearchInstallationFilesRequest builder.
searchLicenseCustomFields(SearchLicenseCustomFieldsRequest) - Method in interface com.licensespring.management.api.LicensesApi
Search license custom fields.
SearchLicenseCustomFieldsRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all licenses custom fields.
SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder - Class in com.licensespring.management.dto.request
 
searchLicenses(SearchLicensesRequest) - Method in interface com.licensespring.management.api.LicensesApi
Search licenses.
searchLicenses(SearchLicensesRequest) - Method in class com.licensespring.management.LicenseService
Returns list of licenses that satisfy the request.
SearchLicensesRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all licenses.
SearchLicensesRequest.SearchLicensesRequestBuilder - Class in com.licensespring.management.dto.request
The SearchLicensesRequest builder.
searchOrders(SearchOrdersRequest) - Method in interface com.licensespring.management.api.OrdersApi
Gets a paginated set of orders based on input search request.
searchOrders(SearchOrdersRequest) - Method in class com.licensespring.management.OrderService
Searches the orders by applying the filtering and ordering conditions in the SearchOrdersRequest class.
SearchOrdersRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all orders.
SearchOrdersRequest.SearchOrdersRequestBuilder - Class in com.licensespring.management.dto.request
The SearchOrdersRequest builder.
searchProductCustomFields(SearchProductCustomFieldsRequest) - Method in interface com.licensespring.management.api.OrdersApi
Search product custom fields.
SearchProductCustomFieldsRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through all product custom fields.
SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder - Class in com.licensespring.management.dto.request
 
searchProducts(SearchProductsRequest) - Method in interface com.licensespring.management.api.OrdersApi
Search products.
searchProducts(SearchProductsRequest) - Method in class com.licensespring.management.OrderService
Searches the orders by applying the filtering and ordering conditions in the SearchProductsRequest class.
SearchProductsRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for searching through products APIs.
SearchProductsRequest.SearchProductsRequestBuilder - Class in com.licensespring.management.dto.request
The SearchProductsRequest builder.
SearchResult<E> - Class in com.licensespring.management.dto
Search results of searching licenses or orders.
SearchResult(int, String, String, List<E>) - Constructor for class com.licensespring.management.dto.SearchResult
 
sendEmail(boolean) - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest.AssignMultipleUsersRequestBuilder
Indicates if an email should be sent to notify the users that they have been assigned.
SetPasswordRequest - Class in com.licensespring.management.dto.request
A DTO object for changing the license users password.
SetPasswordRequest.SetPasswordRequestBuilder - Class in com.licensespring.management.dto.request
 
setTotalConsumptions(Long, int) - Method in class com.licensespring.management.LicenseService
Sets the total consumptions on the license to the desired number.
setUserPassword(int, SetPasswordRequest) - Method in interface com.licensespring.management.api.LicensesApi
Set license users password.
setUserPassword(int, String) - Method in class com.licensespring.management.LicenseService
Sets the license users password to a new value.
sortDescending(boolean) - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
Indicates if the results of the queries should be ordered in descending order.
sortDescending(boolean) - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
Indicates if the results of the queries should be ordered in descending order.
sortDescending(boolean) - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
Indicates if the results of the queries should be ordered in descending order.
sortDescending(boolean) - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
Indicates if the results of the queries should be ordered in descending order.
sortDescending(boolean) - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
Indicates if the results of the queries should be ordered in descending order.

T

toBuilder() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
 
toBuilder() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
 
toString() - Method in enum com.licensespring.management.dto.Environment
 
toString() - Method in enum com.licensespring.management.dto.Range
 
toString() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest.AddManagerToOrderRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.AddManagerToOrderRequest
 
toString() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest.AssignMultipleUsersRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.AssignMultipleUsersRequest
 
toString() - Method in class com.licensespring.management.dto.request.AssignUserData.AssignUserDataBuilder
 
toString() - Method in class com.licensespring.management.dto.request.AssignUserData
 
toString() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.AssignUserToLicenseRequest
 
toString() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest
 
toString() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest
 
toString() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest
 
toString() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest.CreateProductCustomFieldRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.CreateProductCustomFieldRequest
 
toString() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch.LicenseFeaturePatchBuilder
 
toString() - Method in class com.licensespring.management.dto.request.LicenseFeaturePatch
 
toString() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest.PatchLicenseFeaturesRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.PatchLicenseFeaturesRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest.SearchDevicesRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchDevicesRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest.SearchDeviceVariablesRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchDeviceVariablesRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest.SearchInstallationFilesRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchInstallationFilesRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest.SearchLicenseCustomFieldsRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchLicenseCustomFieldsRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest.SearchLicensesRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchLicensesRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest.SearchOrdersRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchOrdersRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest.SearchProductCustomFieldsRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchProductCustomFieldsRequest
 
toString() - Method in class com.licensespring.management.dto.request.SearchProductsRequest.SearchProductsRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SearchProductsRequest
 
toString() - Method in class com.licensespring.management.dto.request.SetPasswordRequest.SetPasswordRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.SetPasswordRequest
 
toString() - Method in class com.licensespring.management.dto.request.UnassignRequest
 
toString() - Method in class com.licensespring.management.dto.request.UnassignRequest.UnassignRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest
 
toString() - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest.UpdateCustomLicenseFieldRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest
 
toString() - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest.UpdateDeviceVariableRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest
 
toString() - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest
 
toString() - Method in class com.licensespring.management.dto.request.UpdateProductCustomFieldRequest.UpdateProductCustomFieldRequestBuilder
 
toString() - Method in class com.licensespring.management.dto.response.CreateOrderResponse
 
toString() - Method in class com.licensespring.management.dto.response.LicenseAssignmentResponse
 
toString() - Method in class com.licensespring.management.dto.response.MultipleAssignmentResponse
 
toString() - Method in class com.licensespring.management.dto.response.Response
 
toString() - Method in class com.licensespring.management.dto.SearchResult
 
toString() - Method in class com.licensespring.management.ManagementConfiguration.ManagementConfigurationBuilder
 
toString() - Method in class com.licensespring.management.ManagementConfiguration
 
toString() - Method in class com.licensespring.management.model.BackOfficeCustomer
 
toString() - Method in class com.licensespring.management.model.BackOfficeCustomField
 
toString() - Method in class com.licensespring.management.model.BackOfficeDeviceVariable
 
toString() - Method in class com.licensespring.management.model.BackOfficeInstallationFile
 
toString() - Method in class com.licensespring.management.model.BackOfficeLicense
 
toString() - Method in class com.licensespring.management.model.BackOfficeLicenseCustomField
 
toString() - Method in class com.licensespring.management.model.BackOfficeLicenseFeature
 
toString() - Method in class com.licensespring.management.model.BackOfficeOrderItem
 
toString() - Method in class com.licensespring.management.model.BackOfficeProduct
 
toString() - Method in class com.licensespring.management.model.BackOfficeProductCustomField
 
toString() - Method in class com.licensespring.management.model.CustomerLabel
 
toString() - Method in class com.licensespring.management.model.Device
 
toString() - Method in class com.licensespring.management.model.DeviceLicense
 
toString() - Method in class com.licensespring.management.model.LicenseUser
 
toString() - Method in class com.licensespring.management.model.LicenseUserPassword
 
toString() - Method in class com.licensespring.management.model.Manager
 
toString() - Method in class com.licensespring.management.model.Order
 
toString() - Method in class com.licensespring.management.model.ProductFeature
 
totalConsumptions(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Set the total consumptions to a desired number.
trialDays(Integer) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Number of days a trial lasts for.

U

UnassignRequest - Class in com.licensespring.management.dto.request
A DTO object for sending an unassign request to the server.
UnassignRequest.UnassignRequestBuilder - Class in com.licensespring.management.dto.request
 
unassignUser(Long, UnassignRequest) - Method in interface com.licensespring.management.api.LicensesApi
Unassign a user from a single license.
unassignUser(Long, int) - Method in class com.licensespring.management.LicenseService
Unassigns a user from a single license if requesting manager has access permissions to it.
update(Long, UpdateDeviceVariableRequest) - Method in class com.licensespring.management.DeviceVariablesService
Updates the device variable.
update(Integer, UpdateCustomLicenseFieldRequest) - Method in class com.licensespring.management.LicenseCustomFieldsService
Updates the license custom field.
update(Integer, UpdateProductCustomFieldRequest) - Method in class com.licensespring.management.ProductCustomFieldsService
Updates the product custom field.
UpdateCustomLicenseFieldRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for updating a custom license field.
UpdateCustomLicenseFieldRequest.UpdateCustomLicenseFieldRequestBuilder - Class in com.licensespring.management.dto.request
 
updateDeviceVariable(Long, UpdateDeviceVariableRequest) - Method in interface com.licensespring.management.api.LicensesApi
Update the device variable.
UpdateDeviceVariableRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for updating a device variable.
UpdateDeviceVariableRequest.UpdateDeviceVariableRequestBuilder - Class in com.licensespring.management.dto.request
 
updateLicense(Long, UpdateLicenseRequest) - Method in interface com.licensespring.management.api.LicensesApi
Update license.
updateLicense(Long, UpdateLicenseRequest) - Method in class com.licensespring.management.LicenseService
Updates the license with the provided id.
updateLicenseCustomField(Integer, UpdateCustomLicenseFieldRequest) - Method in interface com.licensespring.management.api.LicensesApi
Update the license custom field.
UpdateLicenseRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for updating an existing license.
UpdateLicenseRequest.UpdateLicenseRequestBuilder - Class in com.licensespring.management.dto.request
The UpdateLicenseRequest builder.
updateProductCustomField(int, UpdateProductCustomFieldRequest) - Method in interface com.licensespring.management.api.OrdersApi
Update the product custom field.
UpdateProductCustomFieldRequest - Class in com.licensespring.management.dto.request
Data transfer object that is used for updating a product custom field.
UpdateProductCustomFieldRequest.UpdateProductCustomFieldRequestBuilder - Class in com.licensespring.management.dto.request
 

V

validDuration(String) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
How long can a license be valid for.
validityPeriod(String) - Method in class com.licensespring.management.dto.request.UpdateLicenseRequest.UpdateLicenseRequestBuilder
Date when license will expire.
value(String) - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder
Value of the variable for this device.
value(String) - Method in class com.licensespring.management.dto.request.CreateLicenseCustomFieldRequest.CreateLicenseCustomFieldRequestBuilder
Value of the custom field.
value(String) - Method in class com.licensespring.management.dto.request.UpdateCustomLicenseFieldRequest.UpdateCustomLicenseFieldRequestBuilder
Update value of the custom license field.
value(String) - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest.UpdateDeviceVariableRequestBuilder
Value of the device variable.
valueOf(String) - Static method in enum com.licensespring.management.dto.Environment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.licensespring.management.dto.Range
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.licensespring.management.dto.Environment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.licensespring.management.dto.Range
Returns an array containing the constants of this enum type, in the order they are declared.
variable(String) - Method in class com.licensespring.management.dto.request.CreateDeviceVariableRequest.CreateDeviceVariableRequestBuilder
Name of the variable.
variable(String) - Method in class com.licensespring.management.dto.request.UpdateDeviceVariableRequest.UpdateDeviceVariableRequestBuilder
Name of the device variable.
version(String) - Method in class com.licensespring.management.dto.request.CreateInstallationFileRequest.CreateInstallationFileRequestBuilder
Version of the installation file.
A B C D E F G H I L M N O P R S T U V 
Skip navigation links

Copyright © 2023 Cense Data Inc.. All rights reserved.