public static interface UpdateTemplateSyncConfigResponse.Builder extends ProtonResponse.Builder, SdkPojo, CopyableBuilder<UpdateTemplateSyncConfigResponse.Builder,UpdateTemplateSyncConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateTemplateSyncConfigResponse.Builder |
templateSyncConfig(Consumer<TemplateSyncConfig.Builder> templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
|
UpdateTemplateSyncConfigResponse.Builder |
templateSyncConfig(TemplateSyncConfig templateSyncConfig)
The template sync configuration detail data that's returned by Proton.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateTemplateSyncConfigResponse.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 UpdateTemplateSyncConfigResponse.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.