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.ProductProjections.ByProjectKeyProductProjectionsByIDGet Class Reference

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

Public Member Functions

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

Properties

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

Constructor & Destructor Documentation

◆ ByProjectKeyProductProjectionsByIDGet()

commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.ByProjectKeyProductProjectionsByIDGet ( IClient  apiHttpClient,
string  projectKey,
string  id 
)
inline

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetExpand()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetExpand ( )
inline

◆ GetLocaleProjection()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetLocaleProjection ( )
inline

◆ GetPriceChannel()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetPriceChannel ( )
inline

◆ GetPriceCountry()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetPriceCountry ( )
inline

◆ GetPriceCurrency()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetPriceCurrency ( )
inline

◆ GetPriceCustomerGroup()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetPriceCustomerGroup ( )
inline

◆ GetStaged()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetStaged ( )
inline

◆ GetStoreProjection()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.GetStoreProjection ( )
inline

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithExpand()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithExpand ( string  expand)
inline

◆ WithLocaleProjection()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithLocaleProjection ( string  localeProjection)
inline

◆ WithPriceChannel()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithPriceChannel ( string  priceChannel)
inline

◆ WithPriceCountry()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithPriceCountry ( string  priceCountry)
inline

◆ WithPriceCurrency()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithPriceCurrency ( string  priceCurrency)
inline

◆ WithPriceCustomerGroup()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithPriceCustomerGroup ( string  priceCustomerGroup)
inline

◆ WithStaged()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithStaged ( bool  staged)
inline

◆ WithStoreProjection()

ByProjectKeyProductProjectionsByIDGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.WithStoreProjection ( string  storeProjection)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsByIDGet.Method
get

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