Interface ConfirmationStatusFilter.Builder

    • Method Detail

      • includeWithStrings

        ConfirmationStatusFilter.Builder includeWithStrings​(Collection<String> include)

        The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.

        Parameters:
        include - The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • includeWithStrings

        ConfirmationStatusFilter.Builder includeWithStrings​(String... include)

        The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.

        Parameters:
        include - The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        ConfirmationStatusFilter.Builder include​(Collection<ConfirmationStatus> include)

        The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.

        Parameters:
        include - The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • include

        ConfirmationStatusFilter.Builder include​(ConfirmationStatus... include)

        The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.

        Parameters:
        include - The container to determine whether to list results that have only reached finality . Transactions that have reached finality are always part of the response.
        Returns:
        Returns a reference to this object so that method calls can be chained together.