WAX Unity Web3 Suite
AtomicAssets
AtomicAssets
  • Getting Started
  • Installation
    • WebGL Installation
  • Examples
    • Unity Example
    • Filtered assets avilable for trading
    • AccountExample
    • BurnsExample
    • CollectionsExample
    • OffersExample
    • SchemasExample
    • TemplatesExample
    • TransfersExample
  • API Docs
    • AtomicAssetsApiFactory
    • Accounts
      • AccountsApi
        • AccountCollectionDto
          • DataDto
            • SchemasDto
            • TemplatesDto
        • AccountDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • AccountsDto
          • DataDto
      • AccountsUriParameterBuilder
    • Assets
      • AssetsApi
        • AssetDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • FormatDto
            • SchemaDto
            • ImmutableDataDto
            • TemplateDto
        • AssetsDto
          • DataDto
            • BackedTokensDto
            • CollectionDto
            • SchemaDto
              • FormatDto
            • TemplateDto
              • ImmutableDataDto
      • AssetsUriParameterBuilder
    • Burns
      • BurnsApi
        • BurnDto
          • DataDto
            • CollectionsDto
            • TemplatesDto
        • BurnsDto
          • DataDto
      • BurnsUriParameterBuilder
    • Collections
      • CollectionsApi
        • CollectionDto
          • DataDto
        • CollectionsDto
          • DataDto
      • CollectionsUriParameterBuilder
    • Config
      • ConfigApi
        • ConfigDto
    • Offers
      • OffersApi
        • OfferDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
        • OffersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • OffersUriParameterBuilder
    • Schemas
      • SchemasApi
        • SchemaDto
          • DataDto
            • CollectionDto
            • FormatDto
        • SchemasDto
          • DataDto
            • CollectionDto
            • FormatDto
      • SchemasUriParameterBuilder
    • Templates
      • TemplatesApi
        • TemplateDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
        • TemplatesDto
          • DataDto
            • CollectionDto
            • SchemaDto
              • FormatDto
      • TemplatesUriParameterBuilder
    • Transfers
      • TransfersApi
        • TransfersDto
          • DataDto
            • AssetDto
              • BackedTokensDto
              • CollectionDto
              • SchemaDto
                • FormatDto
              • TemplateDto
                • ImmutableDataDto
      • TransfersUriParameterBuilder
    • StatsDto
      • DataDto
    • LogsDto
      • DataDto
    • Core
      • HttpRequestBuilder
      • HttpResponseMessageExtension
Powered by GitBook
On this page
  • Summary
  • Members
Edit on GitHub
  1. API Docs
  2. Accounts

AccountsUriParameterBuilder

Summary

Members
Descriptions

WithMatch sets the match parameter

WithHideOffers sets the _hideOffers field to the value of the hideOffers parameter

WithCollectionName is a function that takes a string as a parameter and returns an AccountsUriParameterBuilder object

This function sets the schema name for the query.

It sets the value of the templateId variable.

WithCollectionBlacklist is a function that takes an array of strings and returns an AccountsUriParameterBuilder object

WithCollectionWhitelist is a function that takes an array of strings and returns an AccountsUriParameterBuilder object

This function takes an array of strings and joins them together with a comma.

WithLowerBound sets the lower bound of the account_ids parameter

WithUpperBound sets the upper bound of the range of accounts to be returned

WithPage sets the _page variable to the value of the page parameter

WithLimit sets the _limit variable to the value of the limit parameter

This function sets the sort strategy for the query.

It builds a query string based on the parameters that have been set.

Members

WithMatch sets the match parameter

Parameters

  • match The match parameter is used to filter the results. The match parameter is a string that is matched against the account name.

Returns

The AccountsUriParameterBuilder object.

WithHideOffers sets the _hideOffers field to the value of the hideOffers parameter

Parameters

  • hideOffers If true, the response will not include any offers.

Returns

The AccountsUriParameterBuilder object.

WithCollectionName is a function that takes a string as a parameter and returns an AccountsUriParameterBuilder object

Parameters

  • collectionName The name of the collection you want to query.

Returns

The AccountsUriParameterBuilder object.

This function sets the schema name for the query.

Parameters

  • schemaName The name of the schema to use.

Returns

The AccountsUriParameterBuilder object.

It sets the value of the templateId variable.

Parameters

  • templateId The ID of the template to use for the account.

Returns

The AccountsUriParameterBuilder object.

WithCollectionBlacklist is a function that takes an array of strings and returns an AccountsUriParameterBuilder object

Parameters

  • collectionBlacklist A list of collections to exclude from the results.

Returns

The AccountsUriParameterBuilder object.

WithCollectionWhitelist is a function that takes an array of strings and returns an AccountsUriParameterBuilder object

Parameters

  • collectionWhitelist A list of collections to include in the response.

Returns

The AccountsUriParameterBuilder object.

This function takes an array of strings and joins them together with a comma.

Parameters

  • ids A comma-separated list of account IDs.

Returns

A string

WithLowerBound sets the lower bound of the account_ids parameter

Parameters

  • lowerBound The lower bound of the accounts to retrieve.

Returns

The AccountsUriParameterBuilder object.

WithUpperBound sets the upper bound of the range of accounts to be returned

Parameters

  • upperBound The upper bound of the range to query.

Returns

The AccountsUriParameterBuilder object.

WithPage sets the _page variable to the value of the page parameter

Parameters

  • page The page number of the results to return.

Returns

The AccountsUriParameterBuilder object.

WithLimit sets the _limit variable to the value of the limit parameter

Parameters

  • limit The number of results to return.

Returns

The AccountsUriParameterBuilder object.

This function sets the sort strategy for the query.

Parameters

  • SortStrategy

Returns

The builder object itself.

It builds a query string based on the parameters that have been set.

Returns

A string that contains the parameters for the query.

PreviousDataDtoNextAssets

Last updated 2 years ago

public (string match)

public (bool hideOffers)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (string[] ids)

public (string lowerBound)

public (string upperBound)

public (int page)

public (int limit)

public ( sorting)

public string ()

private string

private string

private string

private string

private bool?

private string

private string

private string

private string

private string

private int?

private int?

private ?

public (string match)

public (bool hideOffers)

public (string collectionName)

public (string schemaName)

public (string templateId)

public (string[] collectionBlacklist)

public (string[] collectionWhitelist)

public (string[] ids)

public (string lowerBound)

public (string upperBound)

public (int page)

public (int limit)

public ( sorting)

public string ()

private string

private string

private string

private string

private bool?

private string

private string

private string

private string

private string

private int?

private int?

private ?

AccountsUriParameterBuilder
WithMatch
AccountsUriParameterBuilder
WithHideOffers
AccountsUriParameterBuilder
WithCollectionName
AccountsUriParameterBuilder
WithSchemaName
AccountsUriParameterBuilder
WithTemplateId
AccountsUriParameterBuilder
WithCollectionBlacklist
AccountsUriParameterBuilder
WithCollectionWhitelist
AccountsUriParameterBuilder
WithIds
AccountsUriParameterBuilder
WithLowerBound
AccountsUriParameterBuilder
WithUpperBound
AccountsUriParameterBuilder
WithPage
AccountsUriParameterBuilder
WithLimit
SortStrategy
AccountsUriParameterBuilder
WithOrder
Build
_match
_collectionName
_schemaName
_templateId
_hideOffers
_collectionBlacklist
_collectionWhitelist
_ids
_lowerBound
_upperBound
_page
_limit
SortStrategy
_sortStrategy
AccountsUriParameterBuilder
WithMatch
AccountsUriParameterBuilder
WithHideOffers
AccountsUriParameterBuilder
WithCollectionName
AccountsUriParameterBuilder
WithSchemaName
AccountsUriParameterBuilder
WithTemplateId
AccountsUriParameterBuilder
WithCollectionBlacklist
AccountsUriParameterBuilder
WithCollectionWhitelist
AccountsUriParameterBuilder
WithIds
AccountsUriParameterBuilder
WithLowerBound
AccountsUriParameterBuilder
WithUpperBound
AccountsUriParameterBuilder
WithPage
AccountsUriParameterBuilder
WithLimit
SortStrategy
AccountsUriParameterBuilder
WithOrder
Build
_match
_collectionName
_schemaName
_templateId
_hideOffers
_collectionBlacklist
_collectionWhitelist
_ids
_lowerBound
_upperBound
_page
_limit
SortStrategy
_sortStrategy