Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
StorageFileLocation |
StorageFileLocation.fileName(String fileName)
Set fileName and return this.
|
StorageFileLocation |
EmailClientAccount.getCacheFile()
File with messages cache.
|
StorageFileLocation |
AppendEmailBaseRequest.getEmailFile()
Email document file location in storage
|
StorageFileLocation |
SendEmailBaseRequest.getEmailFile()
Email document (*.eml) file location in storage
|
StorageFileLocation |
AiBcrImageStorageFile.getFile()
Image location
|
StorageFileLocation |
StorageFileRqOfEmailClientMultiAccount.getStorageFile()
Get storageFile
|
StorageFileLocation |
StorageModelOfEmailDto.getStorageFile()
Get storageFile
|
StorageFileLocation |
StorageFileRqOfEmailClientAccount.getStorageFile()
Get storageFile
|
StorageFileLocation |
EmailAccountRequest.getStorageFile()
A storage file location info to store email account
|
StorageFileLocation |
HierarchicalObjectResponse.getStorageFile()
Document location in storage
|
StorageFileLocation |
StorageModelOfContactDto.getStorageFile()
Get storageFile
|
StorageFileLocation |
StorageModelOfCalendarDto.getStorageFile()
Get storageFile
|
Modifier and Type | Method and Description |
---|---|
List<StorageFileLocation> |
ListResponseOfStorageFileLocation.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
ListResponseOfStorageFileLocation |
ListResponseOfStorageFileLocation.addValueItem(StorageFileLocation valueItem)
Add an item to value and return this.
|
EmailClientAccount |
EmailClientAccount.cacheFile(StorageFileLocation cacheFile)
Set cacheFile and return this.
|
AppendEmailBaseRequest |
AppendEmailBaseRequest.emailFile(StorageFileLocation emailFile)
Set emailFile and return this.
|
SendEmailBaseRequest |
SendEmailBaseRequest.emailFile(StorageFileLocation emailFile)
Set emailFile and return this.
|
AiBcrImageStorageFile |
AiBcrImageStorageFile.file(StorageFileLocation file)
Set file and return this.
|
void |
EmailClientAccount.setCacheFile(StorageFileLocation cacheFile)
Set cacheFile.
|
void |
AppendEmailBaseRequest.setEmailFile(StorageFileLocation emailFile)
Set emailFile.
|
void |
SendEmailBaseRequest.setEmailFile(StorageFileLocation emailFile)
Set emailFile.
|
void |
AiBcrImageStorageFile.setFile(StorageFileLocation file)
Set file.
|
void |
StorageFileRqOfEmailClientMultiAccount.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
StorageModelOfEmailDto.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
StorageFileRqOfEmailClientAccount.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
EmailAccountRequest.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
HierarchicalObjectResponse.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
StorageModelOfContactDto.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
void |
StorageModelOfCalendarDto.setStorageFile(StorageFileLocation storageFile)
Set storageFile.
|
StorageFileRqOfEmailClientMultiAccount |
StorageFileRqOfEmailClientMultiAccount.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
StorageModelOfEmailDto |
StorageModelOfEmailDto.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
StorageFileRqOfEmailClientAccount |
StorageFileRqOfEmailClientAccount.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
EmailAccountRequest |
EmailAccountRequest.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
HierarchicalObjectResponse |
HierarchicalObjectResponse.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
StorageModelOfContactDto |
StorageModelOfContactDto.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
StorageModelOfCalendarDto |
StorageModelOfCalendarDto.storageFile(StorageFileLocation storageFile)
Set storageFile and return this.
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfStorageFileLocation.setValue(List<StorageFileLocation> value)
Set value.
|
ListResponseOfStorageFileLocation |
ListResponseOfStorageFileLocation.value(List<StorageFileLocation> value)
Set value and return this.
|
Constructor and Description |
---|
AiBcrImageStorageFile(Boolean isSingle,
StorageFileLocation file)
Initializes a new instance of the AiBcrImageStorageFile
|
AppendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
String folder,
Boolean markAsSent,
StorageFileLocation emailFile)
Initializes a new instance of the AppendEmailBaseRequest
|
EmailAccountRequest(String host,
Integer port,
String login,
String securityOptions,
String protocolType,
String description,
StorageFileLocation storageFile)
Initializes a new instance of the EmailAccountRequest
|
EmailClientAccount(String host,
Integer port,
String securityOptions,
String protocolType,
EmailClientAccountCredentials credentials,
StorageFileLocation cacheFile)
Initializes a new instance of the EmailClientAccount
|
HierarchicalObjectResponse(HierarchicalObject hierarchicalObject,
StorageFileLocation storageFile)
Initializes a new instance of the HierarchicalObjectResponse
|
SaveEmailAccountRequest(String host,
Integer port,
String login,
String securityOptions,
String protocolType,
String description,
StorageFileLocation storageFile,
String password)
Initializes a new instance of the SaveEmailAccountRequest
|
SaveOAuthEmailAccountRequest(String host,
Integer port,
String login,
String securityOptions,
String protocolType,
String description,
StorageFileLocation storageFile,
String clientId,
String clientSecret,
String refreshToken,
String requestUrl)
Initializes a new instance of the SaveOAuthEmailAccountRequest
|
SendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
StorageFileLocation emailFile)
Initializes a new instance of the SendEmailBaseRequest
|
StorageFileRqOfEmailClientAccount(EmailClientAccount value,
StorageFileLocation storageFile)
Initializes a new instance of the StorageFileRqOfEmailClientAccount
|
StorageFileRqOfEmailClientMultiAccount(EmailClientMultiAccount value,
StorageFileLocation storageFile)
Initializes a new instance of the StorageFileRqOfEmailClientMultiAccount
|
StorageModelOfCalendarDto(StorageFileLocation storageFile,
CalendarDto value)
Initializes a new instance of the StorageModelOfCalendarDto
|
StorageModelOfContactDto(StorageFileLocation storageFile,
ContactDto value)
Initializes a new instance of the StorageModelOfContactDto
|
StorageModelOfEmailDto(StorageFileLocation storageFile,
EmailDto value)
Initializes a new instance of the StorageModelOfEmailDto
|
Constructor and Description |
---|
ListResponseOfStorageFileLocation(List<StorageFileLocation> value)
Initializes a new instance of the ListResponseOfStorageFileLocation
|
Copyright © 2020. All rights reserved.