Class DescribeCommunicationsResult

    • Constructor Detail

      • DescribeCommunicationsResult

        public DescribeCommunicationsResult()
    • Method Detail

      • getCommunications

        public List<Communication> getCommunications()

        The communications for the case.

        Returns:
        The communications for the case.
      • setCommunications

        public void setCommunications​(Collection<Communication> communications)

        The communications for the case.

        Parameters:
        communications - The communications for the case.
      • withCommunications

        public DescribeCommunicationsResult withCommunications​(Collection<Communication> communications)

        The communications for the case.

        Parameters:
        communications - The communications for the case.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNextToken

        public void setNextToken​(String nextToken)

        A resumption point for pagination.

        Parameters:
        nextToken - A resumption point for pagination.
      • getNextToken

        public String getNextToken()

        A resumption point for pagination.

        Returns:
        A resumption point for pagination.
      • withNextToken

        public DescribeCommunicationsResult withNextToken​(String nextToken)

        A resumption point for pagination.

        Parameters:
        nextToken - A resumption point for pagination.
        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