public static interface DeleteAttachmentResponse.Builder extends NetworkManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteAttachmentResponse.Builder,DeleteAttachmentResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteAttachmentResponse.Builder |
attachment(Attachment attachment)
Information about the deleted attachment.
|
default DeleteAttachmentResponse.Builder |
attachment(Consumer<Attachment.Builder> attachment)
Information about the deleted attachment.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteAttachmentResponse.Builder attachment(Attachment attachment)
Information about the deleted attachment.
attachment - Information about the deleted attachment.default DeleteAttachmentResponse.Builder attachment(Consumer<Attachment.Builder> attachment)
Information about the deleted attachment.
This is a convenience method that creates an instance of theAttachment.Builder avoiding the need to
create one manually via Attachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to attachment(Attachment).
attachment - a consumer that will call methods on Attachment.Builderattachment(Attachment)Copyright © 2022. All rights reserved.