public static interface GetAppAuthorizationResponse.Builder extends AppFabricResponse.Builder, SdkPojo, CopyableBuilder<GetAppAuthorizationResponse.Builder,GetAppAuthorizationResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAppAuthorizationResponse.Builder |
appAuthorization(AppAuthorization appAuthorization)
Contains information about an app authorization.
|
default GetAppAuthorizationResponse.Builder |
appAuthorization(Consumer<AppAuthorization.Builder> appAuthorization)
Contains information about an app authorization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAppAuthorizationResponse.Builder appAuthorization(AppAuthorization appAuthorization)
Contains information about an app authorization.
appAuthorization - Contains information about an app authorization.default GetAppAuthorizationResponse.Builder appAuthorization(Consumer<AppAuthorization.Builder> appAuthorization)
Contains information about an app authorization.
This is a convenience method that creates an instance of theAppAuthorization.Builder avoiding the
need to create one manually via AppAuthorization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to appAuthorization(AppAuthorization).
appAuthorization - a consumer that will call methods on AppAuthorization.BuilderappAuthorization(AppAuthorization)Copyright © 2023. All rights reserved.