Class GetApiKeysResult

    • Constructor Detail

      • GetApiKeysResult

        public GetApiKeysResult()
    • Method Detail

      • setPosition

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

        public String getPosition()
        Returns:
      • withPosition

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

        public List<ApiKey> getItems()

        The current page of any ApiKey resources in the collection of ApiKey resources.

        Returns:
        The current page of any ApiKey resources in the collection of ApiKey resources.
      • setItems

        public void setItems​(Collection<ApiKey> items)

        The current page of any ApiKey resources in the collection of ApiKey resources.

        Parameters:
        items - The current page of any ApiKey resources in the collection of ApiKey resources.
      • withItems

        public GetApiKeysResult withItems​(Collection<ApiKey> items)

        The current page of any ApiKey resources in the collection of ApiKey resources.

        Parameters:
        items - The current page of any ApiKey resources in the collection of ApiKey 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