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.ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet Class Reference

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

Public Member Functions

 ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet (IClient apiHttpClient, string projectKey, string storeKey, string id)
 
List< string > GetStaged ()
 
List< string > GetPriceCurrency ()
 
List< string > GetPriceCountry ()
 
List< string > GetPriceCustomerGroup ()
 
List< string > GetPriceChannel ()
 
List< string > GetLocaleProjection ()
 
List< string > GetExpand ()
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithStaged (bool staged)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithPriceCurrency (string priceCurrency)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithPriceCountry (string priceCountry)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithPriceCustomerGroup (string priceCustomerGroup)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithPriceChannel (string priceChannel)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet WithLocaleProjection (string localeProjection)
 
ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet 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< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
 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< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet, 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< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
List< string > GetStaged ()
 
WithStaged (bool staged)
 
IProjectionselectingTrait< T > AsProjectionselectingTrait ()
 
AsProjectionselectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPriceselectingTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
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< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
List< string > GetLocaleProjection ()
 
WithLocaleProjection (string localeProjection)
 
ILocaleprojectingTrait< T > AsLocaleprojectingTrait ()
 
AsLocaleprojectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
List< string > GetExpand ()
 
WithExpand (string expand)
 
IExpandableTrait< T > AsExpandableTrait ()
 
AsExpandableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
IErrorableTrait< T > AsErrorableTrait ()
 
AsErrorableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet >
IDeprecatable200Trait< T > AsDeprecatable200Trait ()
 
AsDeprecatable200TraitToBaseType ()
 

Properties

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

Constructor & Destructor Documentation

◆ ByProjectKeyInStoreKeyByStoreKeyProductProjectionsByIDGet()

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

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetExpand()

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

◆ GetLocaleProjection()

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

◆ GetPriceChannel()

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

◆ GetPriceCountry()

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

◆ GetPriceCurrency()

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

◆ GetPriceCustomerGroup()

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

◆ GetStaged()

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

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithExpand()

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

◆ WithLocaleProjection()

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

◆ WithPriceChannel()

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

◆ WithPriceCountry()

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

◆ WithPriceCurrency()

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

◆ WithPriceCustomerGroup()

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

◆ WithStaged()

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

Property Documentation

◆ Method

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

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