public final class CompletedDownload<ResultT> extends Object implements CompletedObjectTransfer, ToCopyableBuilder<CompletedDownload.TypedBuilder<ResultT>,CompletedDownload<ResultT>>
AsyncResponseTransformer.| Modifier and Type | Class and Description |
|---|---|
static interface |
CompletedDownload.TypedBuilder<T>
The type-parameterized version of
CompletedDownload.UntypedBuilder. |
static interface |
CompletedDownload.UntypedBuilder
Initial calls to
builder() return an CompletedDownload.UntypedBuilder, where the builder is not yet
parameterized with the generic type associated with CompletedDownload. |
| Modifier and Type | Method and Description |
|---|---|
static CompletedDownload.UntypedBuilder |
builder()
Creates a builder that can be used to create a
CompletedDownload. |
boolean |
equals(Object o) |
int |
hashCode() |
ResultT |
result()
Returns the result.
|
CompletedDownload.TypedBuilder<ResultT> |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitresponsecopypublic static CompletedDownload.UntypedBuilder builder()
CompletedDownload.CompletedDownload.UntypedBuilderpublic CompletedDownload.TypedBuilder<ResultT> toBuilder()
toBuilder in interface ToCopyableBuilder<CompletedDownload.TypedBuilder<ResultT>,CompletedDownload<ResultT>>public ResultT result()
Copyright © 2023. All rights reserved.