commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions | Properties
commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet Class Reference

Inherits commercetools.Base.Client.ApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, commercetools.Base.Client.IApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet, commercetools.Sdk.Api.Models.Products.IProductProjection >, commercetools.Sdk.Api.Client.IProjectionselectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, commercetools.Sdk.Api.Client.IPriceselectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, commercetools.Sdk.Api.Client.ILocaleprojectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >, and commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >.

Public Member Functions

 ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet (IClient apiHttpClient, string projectKey, string storeKey, string key)
 
List< string > GetStaged ()
 
List< string > GetPriceCurrency ()
 
List< string > GetPriceCountry ()
 
List< string > GetPriceCustomerGroup ()
 
List< string > GetPriceChannel ()
 
List< string > GetLocaleProjection ()
 
List< string > GetExpand ()
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithStaged (bool staged)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithPriceCurrency (string priceCurrency)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithPriceCountry (string priceCountry)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithPriceCustomerGroup (string priceCustomerGroup)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithPriceChannel (string priceChannel)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithLocaleProjection (string localeProjection)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet WithExpand (string expand)
 
async Task< commercetools.Sdk.Api.Models.Products.IProductProjectionExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.IProductProjection > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
 ApiMethod ()
 
AddQueryParam (string key, string value)
 
WithQueryParam (List< KeyValuePair< string, string > > queryParams)
 
ICollection< KeyValuePair< string, string > > GetQueryParams ()
 
List< string > GetQueryParam (string key)
 
string? GetFirstQueryParam (string key)
 
AddHeader (string key, string value)
 
WithHeaders (ApiHttpHeaders headers)
 
virtual HttpRequestMessage Build ()
 
- Public Member Functions inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet, commercetools.Sdk.Api.Models.Products.IProductProjection >
AddQueryParam (string key, string value)
 
WithQueryParam (List< KeyValuePair< string, string > > queryParams)
 
List< string > GetQueryParam (string key)
 
AddHeader (string key, string value)
 
WithHeaders (ApiHttpHeaders headers)
 
HttpRequestMessage Build ()
 
Task< TResult > ExecuteAsync (CancellationToken cancellationToken=default)
 
Task< IApiResponse< TResult > > SendAsync (CancellationToken cancellationToken=default)
 
Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IProjectionselectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
List< string > GetStaged ()
 
WithStaged (bool staged)
 
IProjectionselectingTrait< T > AsProjectionselectingTrait ()
 
AsProjectionselectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPriceselectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
List< string > GetPriceCurrency ()
 
List< string > GetPriceCountry ()
 
List< string > GetPriceCustomerGroup ()
 
List< string > GetPriceChannel ()
 
List< string > GetLocaleProjection ()
 
WithPriceCurrency (string priceCurrency)
 
WithPriceCountry (string priceCountry)
 
WithPriceCustomerGroup (string priceCustomerGroup)
 
WithPriceChannel (string priceChannel)
 
WithLocaleProjection (string localeProjection)
 
IPriceselectingTrait< T > AsPriceselectingTrait ()
 
AsPriceselectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.ILocaleprojectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
List< string > GetLocaleProjection ()
 
WithLocaleProjection (string localeProjection)
 
ILocaleprojectingTrait< T > AsLocaleprojectingTrait ()
 
AsLocaleprojectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
List< string > GetExpand ()
 
WithExpand (string expand)
 
IExpandableTrait< T > AsExpandableTrait ()
 
AsExpandableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
IErrorableTrait< T > AsErrorableTrait ()
 
AsErrorableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
IDeprecatable200Trait< T > AsDeprecatable200Trait ()
 
AsDeprecatable200TraitToBaseType ()
 

Properties

override HttpMethod Method [get]
 
- Properties inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 
ApiHttpHeaders Headers [get, set]
 
- Properties inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet, commercetools.Sdk.Api.Models.Products.IProductProjection >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 

Constructor & Destructor Documentation

◆ ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet()

commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet ( IClient  apiHttpClient,
string  projectKey,
string  storeKey,
string  key 
)
inline

Member Function Documentation

◆ ExecuteAsJsonAsync()

async Task< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.ExecuteAsJsonAsync ( CancellationToken  cancellationToken = default)
inline

◆ ExecuteAsync()

async Task< commercetools.Sdk.Api.Models.Products.IProductProjection > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.ExecuteAsync ( CancellationToken  cancellationToken = default)
inline

◆ GetExpand()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetExpand ( )
inline

◆ GetLocaleProjection()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetLocaleProjection ( )
inline

◆ GetPriceChannel()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetPriceChannel ( )
inline

◆ GetPriceCountry()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetPriceCountry ( )
inline

◆ GetPriceCurrency()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetPriceCurrency ( )
inline

◆ GetPriceCustomerGroup()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetPriceCustomerGroup ( )
inline

◆ GetStaged()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.GetStaged ( )
inline

◆ SendAsJsonAsync()

async Task< IApiResponse< string > > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.SendAsJsonAsync ( CancellationToken  cancellationToken = default)
inline

◆ SendAsync()

async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.IProductProjection > > commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.SendAsync ( CancellationToken  cancellationToken = default)
inline

◆ WithExpand()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithExpand ( string  expand)
inline

◆ WithLocaleProjection()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithLocaleProjection ( string  localeProjection)
inline

◆ WithPriceChannel()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithPriceChannel ( string  priceChannel)
inline

◆ WithPriceCountry()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithPriceCountry ( string  priceCountry)
inline

◆ WithPriceCurrency()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithPriceCurrency ( string  priceCurrency)
inline

◆ WithPriceCustomerGroup()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithPriceCustomerGroup ( string  priceCustomerGroup)
inline

◆ WithStaged()

ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.WithStaged ( bool  staged)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.Api.Client.RequestBuilders.InStore.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsKeyByKeyGet.Method
get

The documentation for this class was generated from the following file: