Package | Description |
---|---|
com.aspose.email.cloud.sdk.model |
Modifier and Type | Method and Description |
---|---|
StorageFileLocation |
StorageFileLocation.fileName(String fileName) |
StorageFileLocation |
SendEmailBaseRequest.getEmailFile()
Email document (*.eml) file location in storage
|
StorageFileLocation |
AppendEmailBaseRequest.getEmailFile()
Email document file location in storage
|
StorageFileLocation |
AiBcrImageStorageFile.getFile()
Image location
|
StorageFileLocation |
StorageModelOfEmailDto.getStorageFile()
Get storageFile
|
StorageFileLocation |
StorageModelOfContactDto.getStorageFile()
Get storageFile
|
StorageFileLocation |
StorageModelOfCalendarDto.getStorageFile()
Get storageFile
|
StorageFileLocation |
HierarchicalObjectResponse.getStorageFile()
Document location in storage
|
StorageFileLocation |
EmailAccountRequest.getStorageFile()
A storage file location info to store email account
|
Modifier and Type | Method and Description |
---|---|
List<StorageFileLocation> |
ListResponseOfStorageFileLocation.getValue()
Get value
|
Modifier and Type | Method and Description |
---|---|
void |
ListResponseOfStorageFileLocation.setValue(List<StorageFileLocation> value) |
ListResponseOfStorageFileLocation |
ListResponseOfStorageFileLocation.value(List<StorageFileLocation> value) |
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
|
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)
Initializes a new instance of the SaveOAuthEmailAccountRequest
|
SendEmailBaseRequest(String firstAccount,
String secondAccount,
StorageFolderLocation storageFolder,
StorageFileLocation emailFile)
Initializes a new instance of the SendEmailBaseRequest
|
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.