@ParametersAreNonnullByDefault public class ConvertTemporaryAttachmentParams extends Object
Use ConvertTemporaryAttachmentParamsBuilder
to
instantiate this class.
Modifier and Type | Method and Description |
---|---|
static ConvertTemporaryAttachmentParamsBuilder |
builder() |
boolean |
equals(Object obj) |
ApplicationUser |
getAuthor() |
String |
getContentType() |
org.joda.time.DateTime |
getCreatedTime() |
String |
getFilename() |
long |
getFileSize() |
Issue |
getIssue() |
TemporaryAttachmentId |
getTemporaryAttachmentId() |
int |
hashCode() |
String |
toString() |
public static ConvertTemporaryAttachmentParamsBuilder builder()
@Nullable public ApplicationUser getAuthor()
public Issue getIssue()
public TemporaryAttachmentId getTemporaryAttachmentId()
public String getFilename()
public String getContentType()
public long getFileSize()
public org.joda.time.DateTime getCreatedTime()
Copyright © 2002-2018 Atlassian. All Rights Reserved.