FilterFileDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. FilterFileDetails
- com.
Implements
public final class FilterFileDetails
implements JsonSerializable<FilterFileDetails>
Details of the filter files to be used for data transfer.
Constructor Summary
| Constructor | Description |
|---|---|
| FilterFileDetails() |
Creates an instance of Filter |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
filterFilePath()
Get the filter |
|
Filter |
filterFileType()
Get the filter |
|
static
Filter |
fromJson(JsonReader jsonReader)
Reads an instance of Filter |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Filter |
withFilterFilePath(String filterFilePath)
Set the filter |
|
Filter |
withFilterFileType(FilterFileType filterFileType)
Set the filter |
Methods inherited from java.lang.Object
Constructor Details
FilterFileDetails
public FilterFileDetails()
Creates an instance of FilterFileDetails class.
Method Details
filterFilePath
public String filterFilePath()
Get the filterFilePath property: Path of the file that contains the details of all items to transfer.
Returns:
filterFileType
public FilterFileType filterFileType()
Get the filterFileType property: Type of the filter file.
Returns:
fromJson
public static FilterFileDetails fromJson(JsonReader jsonReader)
Reads an instance of FilterFileDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
withFilterFilePath
public FilterFileDetails withFilterFilePath(String filterFilePath)
Set the filterFilePath property: Path of the file that contains the details of all items to transfer.
Parameters:
Returns:
withFilterFileType
public FilterFileDetails withFilterFileType(FilterFileType filterFileType)
Set the filterFileType property: Type of the filter file.
Parameters:
Returns: