public class AttachmentArchiveEntryBuilder extends Object
AttachmentArchiveEntry.| Constructor and Description |
|---|
AttachmentArchiveEntryBuilder() |
| Modifier and Type | Method and Description |
|---|---|
AttachmentArchiveEntry |
build() |
AttachmentArchiveEntryBuilder |
entryIndex(int entryIndex) |
AttachmentArchiveEntryBuilder |
mediaType(String mediaType) |
AttachmentArchiveEntryBuilder |
name(String name) |
AttachmentArchiveEntryBuilder |
size(long size) |
public AttachmentArchiveEntryBuilder entryIndex(int entryIndex)
public AttachmentArchiveEntryBuilder name(String name)
public AttachmentArchiveEntryBuilder size(long size)
public AttachmentArchiveEntryBuilder mediaType(String mediaType)
public AttachmentArchiveEntry build()
Copyright © 2002-2021 Atlassian. All Rights Reserved.