- 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
-
- 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.