japanese-pokemon-cards-sdk-.../docs/JpnCardsPokemon.Sdk.Client.ApiClient.FetchSetByUuid(int).md

1.2 KiB

JpnCardsPokemon.Sdk

JpnCardsPokemon.Sdk.Client.ApiClient

ApiClient.FetchSetByUuid(int) Method

Fetches a Set by its uuid.

public System.Threading.Tasks.Task<JpnCardsPokemon.Sdk.Api.Set?> FetchSetByUuid(int uuid);

Parameters

uuid System.Int32

Uuid of the Set to fetch.

Returns

System.Threading.Tasks.Task<Set>
If existing returns the matching Set.