java.lang.Object
com.azure.resourcemanager.securityinsights.models.FileImportList

public final class FileImportList extends Object
List all the file imports.
  • Constructor Details

    • FileImportList

      public FileImportList()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: URL to fetch the next set of file imports.
      Returns:
      the nextLink value.
    • value

      public List<FileImportInner> value()
      Get the value property: Array of file imports.
      Returns:
      the value value.
    • withValue

      public FileImportList withValue(List<FileImportInner> value)
      Set the value property: Array of file imports.
      Parameters:
      value - the value value to set.
      Returns:
      the FileImportList object itself.
    • validate

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