Class ListTransactionsRequest

    • Method Detail

      • catalogId

        public final String catalogId()

        The catalog for which to list transactions. Defaults to the account ID of the caller.

        Returns:
        The catalog for which to list transactions. Defaults to the account ID of the caller.
      • statusFilter

        public final TransactionStatusFilter statusFilter()

        A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

        If the service returns an enum value that is not available in the current SDK version, statusFilter will return TransactionStatusFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusFilterAsString().

        Returns:
        A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.
        See Also:
        TransactionStatusFilter
      • statusFilterAsString

        public final String statusFilterAsString()

        A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.

        If the service returns an enum value that is not available in the current SDK version, statusFilter will return TransactionStatusFilter.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusFilterAsString().

        Returns:
        A filter indicating the status of transactions to return. Options are ALL | COMPLETED | COMMITTED | ABORTED | ACTIVE. The default is ALL.
        See Also:
        TransactionStatusFilter
      • maxResults

        public final Integer maxResults()

        The maximum number of transactions to return in a single call.

        Returns:
        The maximum number of transactions to return in a single call.
      • nextToken

        public final String nextToken()

        A continuation token if this is not the first call to retrieve transactions.

        Returns:
        A continuation token if this is not the first call to retrieve transactions.
      • 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