public class FloatingFeaturesService extends Object
Constructor and Description |
---|
FloatingFeaturesService(LicensesApi api) |
Modifier and Type | Method and Description |
---|---|
BackOfficeLicenseFeature |
getLicenseProductFeature(Long id)
Retrieve a single license feature, if requesting manager has access permissions to it.
|
com.licensespring.model.Paginated<BackOfficeLicenseFeature> |
getLicenseProductFeatures(com.licensespring.model.PaginationInput input)
Show all license product features.
|
ReleaseDeviceResponse |
releaseDevice(Long id,
ReleaseDeviceRequest request)
Release device from license product feature.
|
BackOfficeLicense |
updateFeatures(Long id,
UpdateFeaturesReq req)
Updates product features on a license if requesting manager has access permissions to it.
|
public FloatingFeaturesService(LicensesApi api)
public ReleaseDeviceResponse releaseDevice(Long id, ReleaseDeviceRequest request) throws com.licensespring.model.exceptions.LicenseSpringException
id
- the id of the license product featurerequest
- the requestcom.licensespring.model.exceptions.LicenseSpringException
public BackOfficeLicenseFeature getLicenseProductFeature(Long id) throws com.licensespring.model.exceptions.LicenseSpringException
id
- the id of the license product featurecom.licensespring.model.exceptions.LicenseSpringException
public com.licensespring.model.Paginated<BackOfficeLicenseFeature> getLicenseProductFeatures(com.licensespring.model.PaginationInput input) throws com.licensespring.model.exceptions.LicenseSpringException
input
- pagination input with limit and offset. Default pagination is 20 results per page.com.licensespring.model.exceptions.LicenseSpringException
public BackOfficeLicense updateFeatures(Long id, UpdateFeaturesReq req) throws com.licensespring.model.exceptions.LicenseSpringException
id
- license idreq
- requestcom.licensespring.model.exceptions.LicenseSpringException
Copyright © 2024 Cense Data Inc.. All rights reserved.