# TemplatesUriParameterBuilder

## Summary

| Members                                                                                                                                                                                                                                                                                                                                                                                                        | Descriptions                                                                                                                |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------- |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithIssuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ad933ba889d35b8d65a69565948aacb47)`(int issuedSupply)`                                                                                                                    | `WithIssuedSupply` sets the `_issuedSupply` variable to the value of the `issuedSupply` parameter                           |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithMinIssuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a60536af802fc3458123e729651b77056)`(int minIssuedSupply)`                                                                                                              | `WithMinIssuedSupply` sets the `_minIssuedSupply` variable to the value of the `minIssuedSupply` parameter                  |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithMaxIssuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1aedc539c826dddb1e8f93d5fe3fb08b7a)`(int maxIssuedSupply)`                                                                                                              | `WithMaxIssuedSupply` sets the `_maxIssuedSupply` variable to the value of the `maxIssuedSupply` parameter                  |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithMaxSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a061ef5f43a7cbd1cbb9d59af3e7e7c12)`(int maxSupply)`                                                                                                                          | `WithMaxSupply` sets the `_maxSupply` variable to the value of the `maxSupply` parameter                                    |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithHasAssets`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a247e4f0ae58a2bbb8ea52cc76d3fe1ff)`(bool hasAssets)`                                                                                                                         | `WithHasAssets` sets the `_hasAssets` field to the value of the `hasAssets` parameter                                       |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithIsBurnable`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3903c5e61e03863bfb1bc8cfc83200f5)`(bool isBurnable)`                                                                                                                       | `WithIsBurnable` sets the `_isBurnable` field to the value of the `isBurnable` parameter                                    |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithIsTransferable`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a56fe6d18922dd0d2cbd1f535e3d9d89d)`(bool isTransferable)`                                                                                                               | `WithIsTransferable` sets the `_isTransferable` field to the value of the `isTransferable` parameter                        |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithCollectionName`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3eddf78b9453b86a911ed9efa684697e)`(string collectionName)`                                                                                                             | `WithCollectionName` is a function that takes a string as a parameter and returns an `TemplatesUriParameterBuilder` object  |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithSchemaName`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1af65bd1d7ad0d57d166aeaf093bf5f11d)`(string schemaName)`                                                                                                                     | This function sets the schema name for the query.                                                                           |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithMatch`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a90f2570c779093d3949c40d5b7438135)`(string match)`                                                                                                                               | `WithMatch` sets the `match` parameter                                                                                      |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithCollectionBlacklist`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1acbda393d2152164e276b3d247e0976a3)`(string[] collectionBlacklist)`                                                                                                 | `WithCollectionBlacklist` is a function that takes an array of strings and returns an `TemplatesUriParameterBuilder` object |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithCollectionWhitelist`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a806601bcef552c91c0292f04d77aeafa)`(string[] collectionWhitelist)`                                                                                                 | `WithCollectionWhitelist` is a function that takes an array of strings and returns an `TemplatesUriParameterBuilder` object |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithAuthorisedAccount`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4acf5a34215774d2801acae0b85c1c4e)`(string authorisedAccount)`                                                                                                       | `WithAuthorisedAccount` sets the `authorisedAccount` parameter                                                              |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithIds`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5815c5956196c779005c7e98c8d0d217)`(string[] ids)`                                                                                                                                 | This function takes an array of strings and joins them together with a comma.                                               |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithLowerBound`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1adb334ac21346a154c1c02ed7eb2845f1)`(string lowerBound)`                                                                                                                     | `WithLowerBound` sets the lower bound of the `account_ids` parameter                                                        |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithUpperBound`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a6d9f6693e33d88035fff61a235362eb8)`(string upperBound)`                                                                                                                     | `WithUpperBound` sets the upper bound of the range of accounts to be returned                                               |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithBefore`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4c308ea2c111c82fa1fa89eba8692f77)`(int before)`                                                                                                                                | `WithBefore` sets the `_before` variable to the value of the `before` parameter                                             |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithAfter`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a68e6330187d6288b0f9980423a730e54)`(int after)`                                                                                                                                  | `WithAfter` sets the `_after` variable to the value of the `after` parameter                                                |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithPage`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4357a9d1647c3b12fe14db34d35ebde9)`(int page)`                                                                                                                                    | `WithPage` sets the `_page` variable to the value of the `page` parameter                                                   |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithLimit`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1afb3d9bf351280a7b3a60d81b0c804e2f)`(int limit)`                                                                                                                                  | `WithLimit` sets the `_limit` variable to the value of the `limit` parameter                                                |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithOrder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ab9fae1fbe2a84dc1dc2718dca1307e55)`(` [`SortStrategy`](https://github.com/liquiidio/UnityPluginSuiteGitbook/blob/atomicassetsapiclient/docs/AtomicAssetsApiClient.md) `sorting)` | This function sets the sort strategy for the query.                                                                         |
| `public` [`TemplatesUriParameterBuilder`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [`WithSort`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3df29fc8a83829787ecb96ef02efea73)`(string sort)`                                                                                                                                 | `WithSort` is a function that takes a string as a parameter and returns a `TemplatesUriParameterBuilder` object.            |
| `public string` [`Build`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a933ab72b517a9c3879ef78b27a2483bf)`()`                                                                                                                                                                                                                                                            | It builds a query string based on the parameters that have been set.                                                        |
| `private string` [`_collectionName`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a10ec2fa990c6478bc519b1e57e1ab2aa)                                                                                                                                                                                                                                                     |                                                                                                                             |
| `private string` [`_schemaName`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a2f9a887fd4dfcf60bfe4240a27085724)                                                                                                                                                                                                                                                         |                                                                                                                             |
| `private int?` [`_issuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a20531857947c21d6f6c93c986a4b093e)                                                                                                                                                                                                                                                         |                                                                                                                             |
| `private int?` [`_minIssuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ad2088e3ece069d43bdf8f6afe659d1ba)                                                                                                                                                                                                                                                      |                                                                                                                             |
| `private int?` [`_maxIssuedSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a124d55a16f748db354703d80f3d106c7)                                                                                                                                                                                                                                                      |                                                                                                                             |
| `private bool?` [`_hasAssets`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a8ab562b8c49ea4adf93ee1d2ffe9b2af)                                                                                                                                                                                                                                                           |                                                                                                                             |
| `private int?` [`_maxSupply`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3f581e75b6786a776419bae0fa6ef3e6)                                                                                                                                                                                                                                                            |                                                                                                                             |
| `private bool?` [`_isBurnable`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a6020acf0c5cb6f447cfe5ba95579e74d)                                                                                                                                                                                                                                                          |                                                                                                                             |
| `private bool?` [`_isTransferable`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a44e26246620bd9d4efa97c195a356672)                                                                                                                                                                                                                                                      |                                                                                                                             |
| `private string` [`_authorisedAccount`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5a6c4dfbab849af1ded34201e3f5a886)                                                                                                                                                                                                                                                  |                                                                                                                             |
| `private string` [`_match`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5151210a8aa5d34ea523afbb052deb11)                                                                                                                                                                                                                                                              |                                                                                                                             |
| `private string` [`_collectionBlacklist`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a11b225f8984dd9ab3ab5fcec261245c4)                                                                                                                                                                                                                                                |                                                                                                                             |
| `private string` [`_collectionWhitelist`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a525c994ce1a584f4d763ac9d5c1b3cb5)                                                                                                                                                                                                                                                |                                                                                                                             |
| `private string` [`_ids`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a2a9be788653dd13950b2f00bfce1970b)                                                                                                                                                                                                                                                                |                                                                                                                             |
| `private string` [`_lowerBound`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a47926893a523918c50a931018c47480d)                                                                                                                                                                                                                                                         |                                                                                                                             |
| `private string` [`_upperBound`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1add1abf9a00e7bb81efb866424f4f34dc)                                                                                                                                                                                                                                                         |                                                                                                                             |
| `private int?` [`_before`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1aab4304cf3e09c19e898fe9224a0d723a)                                                                                                                                                                                                                                                               |                                                                                                                             |
| `private int?` [`_after`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ae1483718c3d317e0b6046ada434c53ae)                                                                                                                                                                                                                                                                |                                                                                                                             |
| `private int?` [`_page`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4dea13c8190a694fe00b24309b1814f8)                                                                                                                                                                                                                                                                 |                                                                                                                             |
| `private int?` [`_limit`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a353a19a0da576dc8f69a61548a710395)                                                                                                                                                                                                                                                                |                                                                                                                             |
| `private` [`SortStrategy`](https://github.com/liquiidio/UnityPluginSuiteGitbook/blob/atomicassetsapiclient/docs/AtomicAssetsApiClient.md)`?` [`_sortStrategy`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a122ea78edfd15b44a8a547a7046b8651)                                                                                                                           |                                                                                                                             |
| `private string` [`_sort`](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3ac373edf19e058d7fae7f4c4ba485f4)                                                                                                                                                                                                                                                               |                                                                                                                             |

## Members

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithIssuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ad933ba889d35b8d65a69565948aacb47)**`(int issuedSupply)`**

`WithIssuedSupply` sets the `_issuedSupply` variable to the value of the `issuedSupply` parameter

#### Parameters

* `issuedSupply` The issuedSupply parameter filters results.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithMinIssuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a60536af802fc3458123e729651b77056)**`(int minIssuedSupply)`**

`WithMinIssuedSupply` sets the `_minIssuedSupply` variable to the value of the `minIssuedSupply` parameter

#### Parameters

* `minIssuedSupply` The minIssuedSupply parameter filters results by issuedSupply.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithMaxIssuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1aedc539c826dddb1e8f93d5fe3fb08b7a)**`(int maxIssuedSupply)`**

`WithMaxIssuedSupply` sets the `_maxIssuedSupply` variable to the value of the `maxIssuedSupply` parameter

#### Parameters

* `minIssuedSupply` The maxIssuedSupply parameter filters results by issuedSupply.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithMaxSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a061ef5f43a7cbd1cbb9d59af3e7e7c12)**`(int maxSupply)`**

`WithMaxSupply` sets the `_maxSupply` variable to the value of the `maxSupply` parameter

#### Parameters

* `maxSupply` The maxSupply parameter filters results by maxSupply.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithHasAssets`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a247e4f0ae58a2bbb8ea52cc76d3fe1ff)**`(bool hasAssets)`**

`WithHasAssets` sets the `_hasAssets` field to the value of the `hasAssets` parameter

#### Parameters

* `hasAssets` The parameter only shows template with an existing supply of >0.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithIsBurnable`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3903c5e61e03863bfb1bc8cfc83200f5)**`(bool isBurnable)`**

`WithIsBurnable` sets the `_isBurnable` field to the value of the `isBurnable` parameter

#### Parameters

* `isBurnable` The isBurnable parameter filters results.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithIsTransferable`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a56fe6d18922dd0d2cbd1f535e3d9d89d)**`(bool isTransferable)`**

`WithIsTransferable` sets the `_isTransferable` field to the value of the `isTransferable` parameter

#### Parameters

* `isTransferable` The isTransferable parameter filters results.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithCollectionName`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3eddf78b9453b86a911ed9efa684697e)**`(string collectionName)`**

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

#### Parameters

* `collectionName` The name of the collection you want to query.

#### Returns

The TemplatessUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithSchemaName`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1af65bd1d7ad0d57d166aeaf093bf5f11d)**`(string schemaName)`**

This function sets the schema name for the query.

#### Parameters

* `schemaName` The name of the schema to use.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithMatch`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a90f2570c779093d3949c40d5b7438135)**`(string match)`**

`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 TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithCollectionBlacklist`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1acbda393d2152164e276b3d247e0976a3)**`(string[] collectionBlacklist)`**

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

#### Parameters

* `collectionBlacklist` A list of collections to exclude from the results.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithCollectionWhitelist`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a806601bcef552c91c0292f04d77aeafa)**`(string[] collectionWhitelist)`**

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

#### Parameters

* `collectionWhitelist` A list of collections to include in the response.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithAuthorisedAccount`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4acf5a34215774d2801acae0b85c1c4e)**`(string authorisedAccount)`**

`WithAuthorisedAccount` sets the `authorisedAccount` parameter

#### Parameters

* `authorisedAccount` The authorisedAccount parameter is used to filter the results the provided account can use.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithIds`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5815c5956196c779005c7e98c8d0d217)**`(string[] ids)`**

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

#### Parameters

* `ids` A comma-separated list of account IDs.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithLowerBound`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1adb334ac21346a154c1c02ed7eb2845f1)**`(string lowerBound)`**

`WithLowerBound` sets the lower bound of the `account_ids` parameter

#### Parameters

* `lowerBound` The lower bound of the primary key

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithUpperBound`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a6d9f6693e33d88035fff61a235362eb8)**`(string upperBound)`**

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

#### Parameters

* `upperBound` The upper bound of the primary key.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithBefore`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4c308ea2c111c82fa1fa89eba8692f77)**`(int before)`**

`WithBefore` sets the `_before` variable to the value of the `before` parameter

#### Parameters

* `before` The previous values of the results to return.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithAfter`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a68e6330187d6288b0f9980423a730e54)**`(int after)`**

`WithAfter` sets the `_after` variable to the value of the `after` parameter

#### Parameters

* `after` The later values of the results to return.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithPage`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4357a9d1647c3b12fe14db34d35ebde9)**`(int page)`**

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

#### Parameters

* `page` The page number of the results to return.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithLimit`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1afb3d9bf351280a7b3a60d81b0c804e2f)**`(int limit)`**

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

#### Parameters

* `limit` The number of results to return.

#### Returns

The TemplatesUriParameterBuilder object.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithOrder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ab9fae1fbe2a84dc1dc2718dca1307e55)**`(`** [**`SortStrategy`**](https://github.com/liquiidio/UnityPluginSuiteGitbook/blob/atomicassetsapiclient/docs/AtomicAssetsApiClient.md) **`sorting)`**

This function sets the sort strategy for the query.

#### Parameters

* `SortStrategy`

#### Returns

The builder object itself.

**`public`** [**`TemplatesUriParameterBuilder`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder) [**`WithSort`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3df29fc8a83829787ecb96ef02efea73)**`(string sort)`**

`WithSort` is a function that takes a string as a parameter and returns a `TemplatesUriParameterBuilder` object.

#### Parameters

* `sort` The sort order of the results.

#### Returns

A TemplatesUriParameterBuilder object.

**`public string`** [**`Build`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a933ab72b517a9c3879ef78b27a2483bf)**`()`**

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

#### Returns

A string that contains the parameters for the query.

**`private string`** [**`_collectionName`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a10ec2fa990c6478bc519b1e57e1ab2aa)

**`private string`** [**`_schemaName`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a2f9a887fd4dfcf60bfe4240a27085724)

**`private int?`** [**`_issuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a20531857947c21d6f6c93c986a4b093e)

**`private int?`** [**`_minIssuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ad2088e3ece069d43bdf8f6afe659d1ba)

**`private int?`** [**`_maxIssuedSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a124d55a16f748db354703d80f3d106c7)

**`private bool?`** [**`_hasAssets`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a8ab562b8c49ea4adf93ee1d2ffe9b2af)

**`private int?`** [**`_maxSupply`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3f581e75b6786a776419bae0fa6ef3e6)

**`private bool?`** [**`_isBurnable`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a6020acf0c5cb6f447cfe5ba95579e74d)

**`private bool?`** [**`_isTransferable`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a44e26246620bd9d4efa97c195a356672)

**`private string`** [**`_authorisedAccount`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5a6c4dfbab849af1ded34201e3f5a886)

**`private string`** [**`_match`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a5151210a8aa5d34ea523afbb052deb11)

**`private string`** [**`_collectionBlacklist`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a11b225f8984dd9ab3ab5fcec261245c4)

**`private string`** [**`_collectionWhitelist`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a525c994ce1a584f4d763ac9d5c1b3cb5)

**`private string`** [**`_ids`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a2a9be788653dd13950b2f00bfce1970b)

**`private string`** [**`_lowerBound`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a47926893a523918c50a931018c47480d)

**`private string`** [**`_upperBound`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1add1abf9a00e7bb81efb866424f4f34dc)

**`private int?`** [**`_before`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1aab4304cf3e09c19e898fe9224a0d723a)

**`private int?`** [**`_after`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1ae1483718c3d317e0b6046ada434c53ae)

**`private int?`** [**`_page`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a4dea13c8190a694fe00b24309b1814f8)

**`private int?`** [**`_limit`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a353a19a0da576dc8f69a61548a710395)

**`private`** [**`SortStrategy`**](https://github.com/liquiidio/UnityPluginSuiteGitbook/blob/atomicassetsapiclient/docs/AtomicAssetsApiClient.md)**`?`** [**`_sortStrategy`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a122ea78edfd15b44a8a547a7046b8651)

**`private string`** [**`_sort`**](#class_atomic_assets_api_client_1_1_templates_1_1_templates_uri_parameter_builder_1a3ac373edf19e058d7fae7f4c4ba485f4)
