public static final class NetCallAttachment.NetCallAttachmentBuilder
extends java.lang.Object
| Constructor and Description |
|---|
NetCallAttachmentBuilder() |
| Modifier and Type | Method and Description |
|---|---|
NetCallAttachment |
build() |
NetCallAttachment.NetCallAttachmentBuilder |
withChannelId(long channelId) |
NetCallAttachment.NetCallAttachmentBuilder |
withDurations(java.util.List<NetCallAttachment.Duration> durations) |
NetCallAttachment.NetCallAttachmentBuilder |
withStatus(int status) |
NetCallAttachment.NetCallAttachmentBuilder |
withType(int type) |
public NetCallAttachment.NetCallAttachmentBuilder withType(int type)
public NetCallAttachment.NetCallAttachmentBuilder withChannelId(long channelId)
public NetCallAttachment.NetCallAttachmentBuilder withStatus(int status)
public NetCallAttachment.NetCallAttachmentBuilder withDurations(java.util.List<NetCallAttachment.Duration> durations)
public NetCallAttachment build()