public static class Attachment.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
attachmentId(Long attachmentId) |
MessageRequest |
build() |
Attachment.Builder |
isReusable(Boolean isReusable) |
Attachment.Builder |
messagingType(MessagingType type) |
Attachment.Builder |
tag(String tag) |
Attachment.Builder |
type(Attachment.Type type) |
Attachment.Builder |
url(String url) |
Attachment.Builder |
user(MessengerUser user) |
public Attachment.Builder user(MessengerUser user)
public Attachment.Builder messagingType(MessagingType type)
public Attachment.Builder type(Attachment.Type type)
public Attachment.Builder url(String url)
public Attachment.Builder attachmentId(Long attachmentId)
public Attachment.Builder isReusable(Boolean isReusable)
public Attachment.Builder tag(String tag)
public MessageRequest build()
Copyright © 2019. All rights reserved.