Class FileShareItems

java.lang.Object
com.azure.resourcemanager.storage.models.FileShareItems

public final class FileShareItems extends Object
Response schema. Contains list of shares returned, and if paging is requested or required, a URL to next page of shares.
  • Constructor Details

    • FileShareItems

      public FileShareItems()
      Creates an instance of FileShareItems class.
  • Method Details

    • value

      public List<FileShareItemInner> value()
      Get the value property: List of file shares returned.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size.
      Returns:
      the nextLink value.
    • validate

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