Constructor and Description |
---|
AttachmentRequestCallback() |
Modifier and Type | Method and Description |
---|---|
String |
getAttachmentId()
The requested attachment which will be secured.
|
List<Attachment> |
getAttachments() |
boolean |
isRemoveAttachments() |
void |
setAttachmentId(String attachmentId) |
void |
setAttachments(List<Attachment> attachments) |
void |
setRemoveAttachments(boolean removeAttachments)
Set whether to remove the attachments when we're reading them.
|
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public boolean isRemoveAttachments()
public void setRemoveAttachments(boolean removeAttachments)
Copyright © 2017 JBoss by Red Hat. All rights reserved.