Interface TokenFilter.Builder

All Superinterfaces:
Buildable, CopyableBuilder<TokenFilter.Builder,TokenFilter>, SdkBuilder<TokenFilter.Builder,TokenFilter>, SdkPojo
Enclosing class:
TokenFilter

public static interface TokenFilter.Builder extends SdkPojo, CopyableBuilder<TokenFilter.Builder,TokenFilter>
  • Method Details

    • network

      TokenFilter.Builder network(String network)

      The blockchain network of the token.

      Parameters:
      network - The blockchain network of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • network

      The blockchain network of the token.

      Parameters:
      network - The blockchain network of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • contractAddress

      TokenFilter.Builder contractAddress(String contractAddress)

      This is the address of the contract.

      Parameters:
      contractAddress - This is the address of the contract.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tokenId

      TokenFilter.Builder tokenId(String tokenId)

      The unique identifier of the token.

      Parameters:
      tokenId - The unique identifier of the token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.