Package | Description |
---|---|
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
Modifier and Type | Method and Description |
---|---|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.allowOverages(Boolean allowOverages)
Indicates if feature allows overages on consumptions.
|
static UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.builder() |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.consumptionPeriod(String consumptionPeriod)
Period after which the consumptions are reset to 0.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.expiryDate(String expiryDate)
The expiration date of the feature (can be null)
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.floatingTimeout(Integer floatingTimeout)
After this period has elapsed, the feature will release the device id that has checked it out.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.floatingUsers(Integer floatingUsers)
The maximum amount of floating users that can use the license at the same time.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.isFloating(Boolean isFloating)
Indicates if license is floating, if there are multiple users using this license.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.isFloatingCloud(Boolean isFloatingCloud)
Indicates if license is a part of floating cloud and is released after a floating timeout.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.maxConsumption(Integer maxConsumption)
Maximum number of consumptions for this feature on this license.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.maxOverages(Integer maxOverages)
How many additional consumptions can be made over the max consumptions.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.metadata(com.google.gson.JsonElement metadata)
JSON metadata of the product feature.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.productFeature(String productFeature)
Id of the product feature.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.resetConsumption(Boolean resetConsumption)
Consumptions can be auto-reset on a period by setting this field with the consumptionPeriod
defined.
|
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder |
UpdateLicenseProductFeature.UpdateLicenseProductFeatureBuilder.totalConsumptions(Integer totalConsumptions)
Number of consumptions currently being used.
|
Copyright © 2024 Cense Data Inc.. All rights reserved.