public interface LicensesApi
SearchResult<BackOfficeLicense> searchLicenses(SearchLicensesRequest request)
request
- the requestvoid disableAllLicenses(Long[] ids)
ids
- the licenses idsBackOfficeLicense getLicense(Long id)
id
- the id of the licenseBackOfficeLicense updateLicense(Long id, UpdateLicenseRequest request)
id
- the id of the licenserequest
- the requestBackOfficeLicense patchLicenseFeatures(Long id, PatchLicenseFeaturesRequest request)
id
- the id of the licenserequest
- the requestLicenseAssignmentResponse assignUser(Long id, AssignUserToLicenseRequest licenseUser)
id
- the id of the licenselicenseUser
- the license userList<MultipleAssignmentResponse> assignMultipleUsers(Long id, AssignMultipleUsersRequest request)
id
- the id of the licenserequest
- the requestvoid unassignUser(Long id, UnassignRequest request)
id
- the license idrequest
- the user idvoid disableLicense(Long id)
id
- the license idResponse resetLicense(Long id)
id
- the license idResponse setUserPassword(int id, SetPasswordRequest request)
id
- the id of the userrequest
- password requestSearchResult<Device> searchDevices(SearchDevicesRequest request)
request
- the requestResponse resetDevice(Long id)
id
- the id of the deviceResponse blacklistDevice(Long id)
id
- the id of the deviceSearchResult<BackOfficeLicenseCustomField> searchLicenseCustomFields(SearchLicenseCustomFieldsRequest request)
request
- the requestBackOfficeLicenseCustomField getLicenseCustomField(Integer id)
id
- the id of the license custom fieldBackOfficeLicenseCustomField createLicenseCustomField(CreateLicenseCustomFieldRequest request)
request
- the requestBackOfficeLicenseCustomField updateLicenseCustomField(Integer id, UpdateCustomLicenseFieldRequest request)
id
- the id of the license custom fieldrequest
- the requestvoid deleteLicenseCustomField(Integer id)
id
- the id of the license custom fieldSearchResult<BackOfficeDeviceVariable> searchDeviceVariables(SearchDeviceVariablesRequest request)
request
- the requestBackOfficeDeviceVariable getDeviceVariable(Long id)
id
- the id of the device variableBackOfficeDeviceVariable createDeviceVariable(CreateDeviceVariableRequest request)
request
- the requestBackOfficeDeviceVariable updateDeviceVariable(Long id, UpdateDeviceVariableRequest request)
id
- the id of the device variablerequest
- the requestvoid deleteDeviceVariable(Long id)
id
- the id of the device variable.Copyright © 2023 Cense Data Inc.. All rights reserved.