Class LibraryListResponse


  • public final class LibraryListResponse
    extends Object
    A list of Library resources.
    • Constructor Detail

      • LibraryListResponse

        public LibraryListResponse()
    • Method Detail

      • withValue

        public LibraryListResponse withValue​(List<LibraryResourceInner> value)
        Set the value property: List of Library.
        Parameters:
        value - the value value to set.
        Returns:
        the LibraryListResponse object itself.
      • nextLink

        public String nextLink()
        Get the nextLink property: The link to the next page of results, if any remaining results exist.
        Returns:
        the nextLink value.
      • withNextLink

        public LibraryListResponse withNextLink​(String nextLink)
        Set the nextLink property: The link to the next page of results, if any remaining results exist.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the LibraryListResponse object itself.
      • validate

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