Package | Description |
---|---|
com.licensespring.management.dto |
This package contains all DTO classes, both requests and responses, for making management requests
to the LicenseSpring server.
|
com.licensespring.management.dto.request |
This package contains all request data transfer objects.
|
com.licensespring.management.model |
This package contains all models used in license-management SDK.
|
Modifier and Type | Method and Description |
---|---|
static Environment |
Environment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Environment[] |
Environment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Environment |
CreateInstallationFileRequest.getEnvironment()
Environment for which the installation file is for.
|
Modifier and Type | Method and Description |
---|---|
CreateInstallationFileRequest.CreateInstallationFileRequestBuilder |
CreateInstallationFileRequest.CreateInstallationFileRequestBuilder.environment(Environment environment)
Environment for which the installation file is for.
|
Modifier and Type | Method and Description |
---|---|
Environment |
BackOfficeInstallationFile.getEnvironment()
Indicates for which Operation system this file is meant for.
|
Constructor and Description |
---|
BackOfficeInstallationFile(Long id,
ZonedDateTime createdAt,
ZonedDateTime updatedAt,
String version,
String fullLink,
String filename,
String releaseDate,
boolean enabled,
String hashMd5,
Environment environment,
Long product) |
Copyright © 2023 Cense Data Inc.. All rights reserved.