public static interface CompletedDownload.TypedBuilder<T> extends CopyableBuilder<CompletedDownload.TypedBuilder<T>,CompletedDownload<T>>
CompletedDownload.UntypedBuilder. This builder's type is inferred as part of specifying result(Object), after which this builder can be used to construct a CompletedDownload with the same generic
type.| Modifier and Type | Method and Description |
|---|---|
CompletedDownload.TypedBuilder<T> |
result(T result)
Specifies the result of the completed download.
|
copyapplyMutation, buildCompletedDownload.TypedBuilder<T> result(T result)
CompletedDownload.UntypedBuilder.result(Object) that was previously used to create this CompletedDownload.TypedBuilder.result - the result of the completed download, as transformed by an AsyncResponseTransformerCopyright © 2023. All rights reserved.