public static final class Attachment.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
attachmentid(String attachmentid) |
Attachment.Builder |
body_binary(byte[] body_binary) |
Attachment.Builder |
body(String body) |
Attachment |
build() |
Attachment.Builder |
filename(String filename) |
Attachment.Builder |
filesize(Integer filesize) |
Attachment.Builder |
mimetype(String mimetype) |
Attachment.Builder |
prefix(String prefix) |
Attachment.Builder |
subject(String subject) |
Attachment.Builder |
versionnumber(Long versionnumber) |
public Attachment.Builder mimetype(String mimetype)
public Attachment.Builder filename(String filename)
public Attachment.Builder prefix(String prefix)
public Attachment.Builder attachmentid(String attachmentid)
public Attachment.Builder body(String body)
public Attachment.Builder body_binary(byte[] body_binary)
public Attachment.Builder filesize(Integer filesize)
public Attachment.Builder subject(String subject)
public Attachment.Builder versionnumber(Long versionnumber)
public Attachment build()
Copyright © 2018–2021. All rights reserved.