TransferAllDetails Class
- java.
lang. Object - com.
azure. resourcemanager. databox. models. TransferAllDetails
- com.
Implements
public final class TransferAllDetails
implements JsonSerializable<TransferAllDetails>
Details to transfer all data.
Constructor Summary
| Constructor | Description |
|---|---|
| TransferAllDetails() |
Creates an instance of Transfer |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Data |
dataAccountType()
Get the data |
|
static
Transfer |
fromJson(JsonReader jsonReader)
Reads an instance of Transfer |
|
Json |
toJson(JsonWriter jsonWriter) |
| Boolean |
transferAllBlobs()
Get the transfer |
| Boolean |
transferAllFiles()
Get the transfer |
| void |
validate()
Validates the instance. |
|
Transfer |
withDataAccountType(DataAccountType dataAccountType)
Set the data |
|
Transfer |
withTransferAllBlobs(Boolean transferAllBlobs)
Set the transfer |
|
Transfer |
withTransferAllFiles(Boolean transferAllFiles)
Set the transfer |
Methods inherited from java.lang.Object
Constructor Details
TransferAllDetails
public TransferAllDetails()
Creates an instance of TransferAllDetails class.
Method Details
dataAccountType
public DataAccountType dataAccountType()
Get the dataAccountType property: Type of the account of data.
Returns:
fromJson
public static TransferAllDetails fromJson(JsonReader jsonReader)
Reads an instance of TransferAllDetails from the JsonReader.
Parameters:
Returns:
Throws:
toJson
transferAllBlobs
public Boolean transferAllBlobs()
Get the transferAllBlobs property: To indicate if all Azure blobs have to be transferred.
Returns:
transferAllFiles
public Boolean transferAllFiles()
Get the transferAllFiles property: To indicate if all Azure Files have to be transferred.
Returns:
validate
public void validate()
Validates the instance.
withDataAccountType
public TransferAllDetails withDataAccountType(DataAccountType dataAccountType)
Set the dataAccountType property: Type of the account of data.
Parameters:
Returns:
withTransferAllBlobs
public TransferAllDetails withTransferAllBlobs(Boolean transferAllBlobs)
Set the transferAllBlobs property: To indicate if all Azure blobs have to be transferred.
Parameters:
Returns:
withTransferAllFiles
public TransferAllDetails withTransferAllFiles(Boolean transferAllFiles)
Set the transferAllFiles property: To indicate if all Azure Files have to be transferred.
Parameters:
Returns: