Class WorkspaceInfoListResult


  • public final class WorkspaceInfoListResult
    extends Object
    List of workspaces.
    • Constructor Detail

      • WorkspaceInfoListResult

        public WorkspaceInfoListResult()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: Link to the next page of results.
        Returns:
        the nextLink value.
      • withNextLink

        public WorkspaceInfoListResult withNextLink​(String nextLink)
        Set the nextLink property: Link to the next page of results.
        Parameters:
        nextLink - the nextLink value to set.
        Returns:
        the WorkspaceInfoListResult object itself.
      • value

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

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

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