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

Inherits commercetools.Base.Client.ApiMethod< ByProjectKeyProductProjectionsSearchGet >, commercetools.Base.Client.IApiMethod< ByProjectKeyProductProjectionsSearchGet, commercetools.Sdk.Api.Models.Products.IProductProjectionPagedSearchResponse >, commercetools.Sdk.Api.Client.ISortableTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IProjectionselectingTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IPriceselectingTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.ILocaleprojectingTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IStoreprojectingTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyProductProjectionsSearchGet >, commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyProductProjectionsSearchGet >, and commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyProductProjectionsSearchGet >.

Public Member Functions

 ByProjectKeyProductProjectionsSearchGet (IClient apiHttpClient, string projectKey)
 
List< string > GetFuzzy ()
 
List< string > GetFuzzyLevel ()
 
List< string > GetMarkMatchingVariants ()
 
List< string > GetFilter ()
 
List< string > GetFilterFacets ()
 
List< string > GetFilterQuery ()
 
List< string > GetFacet ()
 
List< string > GetSort ()
 
List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetWithTotal ()
 
List< string > GetStaged ()
 
List< string > GetPriceCurrency ()
 
List< string > GetPriceCountry ()
 
List< string > GetPriceCustomerGroup ()
 
List< string > GetPriceChannel ()
 
List< string > GetLocaleProjection ()
 
List< string > GetStoreProjection ()
 
List< string > GetExpand ()
 
ByProjectKeyProductProjectionsSearchGet WithFuzzy (bool fuzzy)
 
ByProjectKeyProductProjectionsSearchGet WithFuzzyLevel (long fuzzyLevel)
 
ByProjectKeyProductProjectionsSearchGet WithMarkMatchingVariants (bool markMatchingVariants)
 
ByProjectKeyProductProjectionsSearchGet WithFilter (string filter)
 
ByProjectKeyProductProjectionsSearchGet WithFilterFacets (string filterFacets)
 
ByProjectKeyProductProjectionsSearchGet WithFilterQuery (string filterQuery)
 
ByProjectKeyProductProjectionsSearchGet WithFacet (string facet)
 
ByProjectKeyProductProjectionsSearchGet WithSort (string sort)
 
ByProjectKeyProductProjectionsSearchGet WithLimit (long limit)
 
ByProjectKeyProductProjectionsSearchGet WithOffset (long offset)
 
ByProjectKeyProductProjectionsSearchGet WithWithTotal (bool withTotal)
 
ByProjectKeyProductProjectionsSearchGet WithStaged (bool staged)
 
ByProjectKeyProductProjectionsSearchGet WithPriceCurrency (string priceCurrency)
 
ByProjectKeyProductProjectionsSearchGet WithPriceCountry (string priceCountry)
 
ByProjectKeyProductProjectionsSearchGet WithPriceCustomerGroup (string priceCustomerGroup)
 
ByProjectKeyProductProjectionsSearchGet WithPriceChannel (string priceChannel)
 
ByProjectKeyProductProjectionsSearchGet WithLocaleProjection (string localeProjection)
 
ByProjectKeyProductProjectionsSearchGet WithStoreProjection (string storeProjection)
 
ByProjectKeyProductProjectionsSearchGet WithExpand (string expand)
 
ByProjectKeyProductProjectionsSearchGet WithText (string locale, string text)
 
async Task< commercetools.Sdk.Api.Models.Products.IProductProjectionPagedSearchResponseExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.IProductProjectionPagedSearchResponse > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyProductProjectionsSearchGet >
 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< ByProjectKeyProductProjectionsSearchGet, commercetools.Sdk.Api.Models.Products.IProductProjectionPagedSearchResponse >
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.ISortableTrait< ByProjectKeyProductProjectionsSearchGet >
List< string > GetSort ()
 
WithSort (string sort)
 
ISortableTrait< T > AsSortableTrait ()
 
AsSortableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyProductProjectionsSearchGet >
List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetWithTotal ()
 
WithLimit (long limit)
 
WithOffset (long offset)
 
WithWithTotal (bool withTotal)
 
IPagingTrait< T > AsPagingTrait ()
 
AsPagingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IProjectionselectingTrait< ByProjectKeyProductProjectionsSearchGet >
List< string > GetStaged ()
 
WithStaged (bool staged)
 
IProjectionselectingTrait< T > AsProjectionselectingTrait ()
 
AsProjectionselectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPriceselectingTrait< ByProjectKeyProductProjectionsSearchGet >
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< ByProjectKeyProductProjectionsSearchGet >
List< string > GetLocaleProjection ()
 
WithLocaleProjection (string localeProjection)
 
ILocaleprojectingTrait< T > AsLocaleprojectingTrait ()
 
AsLocaleprojectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IStoreprojectingTrait< ByProjectKeyProductProjectionsSearchGet >
List< string > GetStoreProjection ()
 
WithStoreProjection (string storeProjection)
 
IStoreprojectingTrait< T > AsStoreprojectingTrait ()
 
AsStoreprojectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyProductProjectionsSearchGet >
List< string > GetExpand ()
 
WithExpand (string expand)
 
IExpandableTrait< T > AsExpandableTrait ()
 
AsExpandableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyProductProjectionsSearchGet >
IErrorableTrait< T > AsErrorableTrait ()
 
AsErrorableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyProductProjectionsSearchGet >
IDeprecatable200Trait< T > AsDeprecatable200Trait ()
 
AsDeprecatable200TraitToBaseType ()
 

Properties

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

Constructor & Destructor Documentation

◆ ByProjectKeyProductProjectionsSearchGet()

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

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetExpand()

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

◆ GetFacet()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFacet ( )
inline

◆ GetFilter()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFilter ( )
inline

◆ GetFilterFacets()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFilterFacets ( )
inline

◆ GetFilterQuery()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFilterQuery ( )
inline

◆ GetFuzzy()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFuzzy ( )
inline

◆ GetFuzzyLevel()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetFuzzyLevel ( )
inline

◆ GetLimit()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetLimit ( )
inline

◆ GetLocaleProjection()

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

◆ GetMarkMatchingVariants()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetMarkMatchingVariants ( )
inline

◆ GetOffset()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetOffset ( )
inline

◆ GetPriceChannel()

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

◆ GetPriceCountry()

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

◆ GetPriceCurrency()

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

◆ GetPriceCustomerGroup()

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

◆ GetSort()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetSort ( )
inline

◆ GetStaged()

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

◆ GetStoreProjection()

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

◆ GetWithTotal()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.GetWithTotal ( )
inline

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithExpand()

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

◆ WithFacet()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFacet ( string  facet)
inline

◆ WithFilter()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFilter ( string  filter)
inline

◆ WithFilterFacets()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFilterFacets ( string  filterFacets)
inline

◆ WithFilterQuery()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFilterQuery ( string  filterQuery)
inline

◆ WithFuzzy()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFuzzy ( bool  fuzzy)
inline

◆ WithFuzzyLevel()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithFuzzyLevel ( long  fuzzyLevel)
inline

◆ WithLimit()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithLimit ( long  limit)
inline

◆ WithLocaleProjection()

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

◆ WithMarkMatchingVariants()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithMarkMatchingVariants ( bool  markMatchingVariants)
inline

◆ WithOffset()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithOffset ( long  offset)
inline

◆ WithPriceChannel()

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

◆ WithPriceCountry()

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

◆ WithPriceCurrency()

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

◆ WithPriceCustomerGroup()

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

◆ WithSort()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithSort ( string  sort)
inline

◆ WithStaged()

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

◆ WithStoreProjection()

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

◆ WithText()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithText ( string  locale,
string  text 
)
inline

◆ WithWithTotal()

ByProjectKeyProductProjectionsSearchGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSearchGet.WithWithTotal ( bool  withTotal)
inline

Property Documentation

◆ Method

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

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