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