Class GetRestApisResult

    • Constructor Detail

      • GetRestApisResult

        public GetRestApisResult()
    • Method Detail

      • setPosition

        public void setPosition​(String position)
        Parameters:
        position -
      • getPosition

        public String getPosition()
        Returns:
      • withPosition

        public GetRestApisResult withPosition​(String position)
        Parameters:
        position -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getItems

        public List<RestApi> getItems()

        An array of links to the current page of RestApi resources.

        Returns:
        An array of links to the current page of RestApi resources.
      • setItems

        public void setItems​(Collection<RestApi> items)

        An array of links to the current page of RestApi resources.

        Parameters:
        items - An array of links to the current page of RestApi resources.
      • withItems

        public GetRestApisResult withItems​(Collection<RestApi> items)

        An array of links to the current page of RestApi resources.

        Parameters:
        items - An array of links to the current page of RestApi resources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object