Interface AccountOffersRequestParams

    • Method Detail

      • account

        Address account()
        A unique identifier for the account, most commonly the account's Address.
        Returns:
        The Address for the account.
      • ledgerSpecifier

        @Default
        default LedgerSpecifier ledgerSpecifier()
        Specifies the ledger version to request. A ledger version can be specified by ledger hash, numerical ledger index, or a shortcut value.
        Returns:
        A LedgerSpecifier specifying the ledger version to request.
      • strict

        @Derived
        default boolean strict()
        A boolean indicating if the account() field only accepts a public key or XRP Ledger Address. Always true, as account() is always an Address.
        Returns:
        true if the account field only accepts a public key or XRP Ledger address, otherwise false. Defaults to true.
      • limit

        Optional<com.google.common.primitives.UnsignedInteger> limit()
        Limit the number of transactions to retrieve. Cannot be less than 10 or more than 400. The server is not required to honor this value and the default varies.
        Returns:
        An optionally-present UnsignedInteger.
      • marker

        Optional<Marker> marker()
        Value from a previous paginated response. Resume retrieving data where that response left off.
        Returns:
        An optionally-present String.