public static interface UpdateContentResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<UpdateContentResponse.Builder,UpdateContentResponse>
| Modifier and Type | Method and Description |
|---|---|
default UpdateContentResponse.Builder |
content(Consumer<ContentData.Builder> content)
The content.
|
UpdateContentResponse.Builder |
content(ContentData content)
The content.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateContentResponse.Builder content(ContentData content)
The content.
content - The content.default UpdateContentResponse.Builder content(Consumer<ContentData.Builder> content)
The content.
This is a convenience that creates an instance of theContentData.Builder avoiding the need to create
one manually via ContentData.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to content(ContentData).content - a consumer that will call methods on ContentData.Buildercontent(ContentData)Copyright © 2021. All rights reserved.