| Package | Description |
|---|---|
| com.licensespring.management |
This package contains the main classes to be used when interfacing with Management APIS.
|
| com.licensespring.management.api |
This package contains management APIs (
LicensesApi and
OrdersApi). |
| com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
| Modifier and Type | Method and Description |
|---|---|
String |
LicenseService.assignUser(Long licenseId,
AssignUserToLicenseRequest licenseUser)
Assigns the provided user to the license.
|
| Modifier and Type | Method and Description |
|---|---|
LicenseAssignmentResponse |
LicensesApi.assignUser(Long id,
AssignUserToLicenseRequest licenseUser)
Assign user to the license.
|
| Modifier and Type | Method and Description |
|---|---|
AssignUserToLicenseRequest |
AssignUserToLicenseRequest.AssignUserToLicenseRequestBuilder.build() |
Copyright © 2022 Cense Data Inc.. All rights reserved.