Class DescribeCommunicationsRequest

    • Method Detail

      • caseId

        public final String caseId()

        The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47

        Returns:
        The support case ID requested or returned in the call. The case ID is an alphanumeric string formatted as shown in this example: case-12345678910-2013-c4c1d2bf33c5cf47
      • beforeTime

        public final String beforeTime()

        The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

        Returns:
        The end date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
      • afterTime

        public final String afterTime()

        The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.

        Returns:
        The start date for a filtered date search on support case communications. Case communications are available for 12 months after creation.
      • nextToken

        public final String nextToken()

        A resumption point for pagination.

        Returns:
        A resumption point for pagination.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return before paginating.

        Returns:
        The maximum number of results to return before paginating.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object