Class 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 Detail

      • FileShareItems

        public FileShareItems()
    • Method Detail

      • 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.