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