AzureFileFilterDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. AzureFileFilterDetails
- com.
Implements
public final class AzureFileFilterDetails
implements JsonSerializable<AzureFileFilterDetails>
Filter details to transfer Azure files.
Constructor Summary
| Constructor | Description |
|---|---|
| AzureFileFilterDetails() |
Creates an instance of Azure |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| List<String> |
filePathList()
Get the file |
| List<String> |
filePrefixList()
Get the file |
| List<String> |
fileShareList()
Get the file |
|
static
Azure |
fromJson(JsonReader jsonReader)
Reads an instance of Azure |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Azure |
withFilePathList(List<String> filePathList)
Set the file |
|
Azure |
withFilePrefixList(List<String> filePrefixList)
Set the file |
|
Azure |
withFileShareList(List<String> fileShareList)
Set the file |
Methods inherited from java.lang.Object
Constructor Details
AzureFileFilterDetails
public AzureFileFilterDetails()
Creates an instance of AzureFileFilterDetails class.
Method Details
filePathList
public List<String> filePathList()
Get the filePathList property: List of full path of the files to be transferred.
Returns:
filePrefixList
public List<String> filePrefixList()
Get the filePrefixList property: Prefix list of the Azure files to be transferred.
Returns:
fileShareList
public List<String> fileShareList()
Get the fileShareList property: List of file shares to be transferred.
Returns:
fromJson
public static AzureFileFilterDetails fromJson(JsonReader jsonReader)
Reads an instance of AzureFileFilterDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withFilePathList
public AzureFileFilterDetails withFilePathList(List<String> filePathList)
Set the filePathList property: List of full path of the files to be transferred.
Parameters:
Returns:
withFilePrefixList
public AzureFileFilterDetails withFilePrefixList(List<String> filePrefixList)
Set the filePrefixList property: Prefix list of the Azure files to be transferred.
Parameters:
Returns:
withFileShareList
public AzureFileFilterDetails withFileShareList(List<String> fileShareList)
Set the fileShareList property: List of file shares to be transferred.
Parameters:
Returns: