public static interface GetLicenseResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseResponse.Builder,GetLicenseResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetLicenseResponse.Builder |
license(Consumer<License.Builder> license)
License details.
|
GetLicenseResponse.Builder |
license(License license)
License details.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetLicenseResponse.Builder license(License license)
License details.
license - License details.default GetLicenseResponse.Builder license(Consumer<License.Builder> license)
License details.
This is a convenience method that creates an instance of theLicense.Builder avoiding the need to
create one manually via License.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to license(License).license - a consumer that will call methods on License.Builderlicense(License)Copyright © 2022. All rights reserved.