@PublicApi public class ImportAttachmentsForObjectBean extends Object implements Serializable
Constructor and Description |
---|
ImportAttachmentsForObjectBean() |
Modifier and Type | Method and Description |
---|---|
List<AttachmentBean> |
getAttachments() |
int |
getObjectId() |
String |
getObjectKey() |
void |
setAttachments(List<AttachmentBean> attachments) |
void |
setObjectId(int objectId) |
void |
setObjectKey(String objectKey) |
public int getObjectId()
public void setObjectId(int objectId)
public String getObjectKey()
public void setObjectKey(String objectKey)
public List<AttachmentBean> getAttachments()
public void setAttachments(List<AttachmentBean> attachments)
Copyright © 2023 Atlassian. All rights reserved.