public abstract static class LicenseRequest.LicenseRequestBuilder<C extends LicenseRequest,B extends LicenseRequest.LicenseRequestBuilder<C,B>> extends Object
Constructor and Description |
---|
LicenseRequestBuilder() |
Modifier and Type | Method and Description |
---|---|
abstract C |
build() |
B |
hardwareId(String hardwareId) |
B |
licenseId(Long licenseId) |
B |
licenseKey(String licenseKey) |
B |
password(String password) |
B |
product(String product) |
protected abstract B |
self() |
String |
toString() |
B |
username(String username) |
Copyright © 2025 Cense Data Inc.. All rights reserved.