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