public class AddAttachmentRequest extends Object
Constructor and Description |
---|
AddAttachmentRequest() |
AddAttachmentRequest(StorageFolderLocation documentFolder,
StorageFolderLocation attachmentFolder)
Initializes a new instance of the AddAttachmentRequest
|
Modifier and Type | Method and Description |
---|---|
AddAttachmentRequest |
attachmentFolder(StorageFolderLocation attachmentFolder)
Set attachmentFolder and return this.
|
AddAttachmentRequest |
documentFolder(StorageFolderLocation documentFolder)
Set documentFolder and return this.
|
boolean |
equals(Object o) |
StorageFolderLocation |
getAttachmentFolder()
Storage folder location of an attachment
|
StorageFolderLocation |
getDocumentFolder()
Storage folder location of document
|
int |
hashCode() |
void |
setAttachmentFolder(StorageFolderLocation attachmentFolder)
Set attachmentFolder.
|
void |
setDocumentFolder(StorageFolderLocation documentFolder)
Set documentFolder.
|
String |
toString() |
public AddAttachmentRequest()
public AddAttachmentRequest(StorageFolderLocation documentFolder, StorageFolderLocation attachmentFolder)
documentFolder
- Storage folder location of documentattachmentFolder
- Storage folder location of an attachmentpublic AddAttachmentRequest documentFolder(StorageFolderLocation documentFolder)
documentFolder
- Storage folder location of documentpublic StorageFolderLocation getDocumentFolder()
public void setDocumentFolder(StorageFolderLocation documentFolder)
documentFolder
- Storage folder location of documentpublic AddAttachmentRequest attachmentFolder(StorageFolderLocation attachmentFolder)
attachmentFolder
- Storage folder location of an attachmentpublic StorageFolderLocation getAttachmentFolder()
public void setAttachmentFolder(StorageFolderLocation attachmentFolder)
attachmentFolder
- Storage folder location of an attachmentCopyright © 2020. All rights reserved.