Class WorkspaceList


  • public final class WorkspaceList
    extends Object
    Collection of workspace object with a next link.
    • Constructor Detail

      • WorkspaceList

        public WorkspaceList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: The link used to get the next page.
        Returns:
        the nextLink value.
      • withNextLink

        public WorkspaceList withNextLink​(String nextLink)
        Set the nextLink property: The link used to get the next page.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the WorkspaceList object itself.
      • value

        public List<WorkspaceInner> value()
        Get the value property: Collection of resources.
        Returns:
        the value value.
      • withValue

        public WorkspaceList withValue​(List<WorkspaceInner> value)
        Set the value property: Collection of resources.
        Parameters:
        value - the value value to set.
        Returns:
        the WorkspaceList object itself.
      • validate

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