public static interface GetRepositorySyncStatusResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<GetRepositorySyncStatusResponse.Builder,GetRepositorySyncStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetRepositorySyncStatusResponse.Builder |
latestSync(Consumer<RepositorySyncAttempt.Builder> latestSync)
The repository sync status detail data that's returned by Proton.
|
GetRepositorySyncStatusResponse.Builder |
latestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRepositorySyncStatusResponse.Builder latestSync(RepositorySyncAttempt latestSync)
The repository sync status detail data that's returned by Proton.
latestSync - The repository sync status detail data that's returned by Proton.default GetRepositorySyncStatusResponse.Builder latestSync(Consumer<RepositorySyncAttempt.Builder> latestSync)
The repository sync status detail data that's returned by Proton.
This is a convenience method that creates an instance of theRepositorySyncAttempt.Builder avoiding
the need to create one manually via RepositorySyncAttempt.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to latestSync(RepositorySyncAttempt).
latestSync - a consumer that will call methods on RepositorySyncAttempt.BuilderlatestSync(RepositorySyncAttempt)Copyright © 2023. All rights reserved.