Class TransferAllDetails

java.lang.Object
com.azure.resourcemanager.databox.models.TransferAllDetails

public final class TransferAllDetails extends Object
Details to transfer all data.
  • 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:
      the dataAccountType value.
    • withDataAccountType

      public TransferAllDetails withDataAccountType(DataAccountType dataAccountType)
      Set the dataAccountType property: Type of the account of data.
      Parameters:
      dataAccountType - the dataAccountType value to set.
      Returns:
      the TransferAllDetails object itself.
    • transferAllBlobs

      public Boolean transferAllBlobs()
      Get the transferAllBlobs property: To indicate if all Azure blobs have to be transferred.
      Returns:
      the transferAllBlobs value.
    • withTransferAllBlobs

      public TransferAllDetails withTransferAllBlobs(Boolean transferAllBlobs)
      Set the transferAllBlobs property: To indicate if all Azure blobs have to be transferred.
      Parameters:
      transferAllBlobs - the transferAllBlobs value to set.
      Returns:
      the TransferAllDetails object itself.
    • transferAllFiles

      public Boolean transferAllFiles()
      Get the transferAllFiles property: To indicate if all Azure Files have to be transferred.
      Returns:
      the transferAllFiles value.
    • withTransferAllFiles

      public TransferAllDetails withTransferAllFiles(Boolean transferAllFiles)
      Set the transferAllFiles property: To indicate if all Azure Files have to be transferred.
      Parameters:
      transferAllFiles - the transferAllFiles value to set.
      Returns:
      the TransferAllDetails object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.