@PublicApi public class AttachmentsForObjectExternal extends Object implements ExternalFormat
ExternalFormat.FormatEXTERNAL_VERSION| Constructor and Description |
|---|
AttachmentsForObjectExternal() |
| Modifier and Type | Method and Description |
|---|---|
List<AttachmentExternal> |
getAttachments() |
Integer |
getObjectId() |
String |
getObjectKey() |
void |
setAttachments(List<AttachmentExternal> attachments) |
void |
setObjectId(Integer objectId) |
void |
setObjectKey(String objectKey) |
public Integer getObjectId()
public void setObjectId(Integer objectId)
public String getObjectKey()
public void setObjectKey(String objectKey)
public List<AttachmentExternal> getAttachments()
public void setAttachments(List<AttachmentExternal> attachments)
Copyright © 2024 Atlassian. All rights reserved.