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

Inherits commercetools.Base.Client.ApiMethod< ByProjectKeyProductProjectionsSuggestGet >, commercetools.Base.Client.IApiMethod< ByProjectKeyProductProjectionsSuggestGet, commercetools.Sdk.Api.Models.Products.ISuggestionResult >, commercetools.Sdk.Api.Client.ISortableTrait< ByProjectKeyProductProjectionsSuggestGet >, commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyProductProjectionsSuggestGet >, commercetools.Sdk.Api.Client.IProjectionselectingTrait< ByProjectKeyProductProjectionsSuggestGet >, commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyProductProjectionsSuggestGet >, and commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyProductProjectionsSuggestGet >.

Public Member Functions

 ByProjectKeyProductProjectionsSuggestGet (IClient apiHttpClient, string projectKey)
 
List< string > GetFuzzy ()
 
List< string > GetSort ()
 
List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetWithTotal ()
 
List< string > GetStaged ()
 
ByProjectKeyProductProjectionsSuggestGet WithFuzzy (bool fuzzy)
 
ByProjectKeyProductProjectionsSuggestGet WithSort (string sort)
 
ByProjectKeyProductProjectionsSuggestGet WithLimit (long limit)
 
ByProjectKeyProductProjectionsSuggestGet WithOffset (long offset)
 
ByProjectKeyProductProjectionsSuggestGet WithWithTotal (bool withTotal)
 
ByProjectKeyProductProjectionsSuggestGet WithStaged (bool staged)
 
ByProjectKeyProductProjectionsSuggestGet WithSearchKeywords (string locale, string searchKeywords)
 
async Task< commercetools.Sdk.Api.Models.Products.ISuggestionResultExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.ISuggestionResult > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyProductProjectionsSuggestGet >
 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< ByProjectKeyProductProjectionsSuggestGet, commercetools.Sdk.Api.Models.Products.ISuggestionResult >
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< ByProjectKeyProductProjectionsSuggestGet >
List< string > GetSort ()
 
WithSort (string sort)
 
ISortableTrait< T > AsSortableTrait ()
 
AsSortableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyProductProjectionsSuggestGet >
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< ByProjectKeyProductProjectionsSuggestGet >
List< string > GetStaged ()
 
WithStaged (bool staged)
 
IProjectionselectingTrait< T > AsProjectionselectingTrait ()
 
AsProjectionselectingTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyProductProjectionsSuggestGet >
IErrorableTrait< T > AsErrorableTrait ()
 
AsErrorableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyProductProjectionsSuggestGet >
IDeprecatable200Trait< T > AsDeprecatable200Trait ()
 
AsDeprecatable200TraitToBaseType ()
 

Properties

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

Constructor & Destructor Documentation

◆ ByProjectKeyProductProjectionsSuggestGet()

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

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetFuzzy()

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

◆ GetLimit()

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

◆ GetOffset()

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

◆ GetSort()

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

◆ GetStaged()

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

◆ GetWithTotal()

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

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithFuzzy()

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

◆ WithLimit()

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

◆ WithOffset()

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

◆ WithSearchKeywords()

ByProjectKeyProductProjectionsSuggestGet commercetools.Sdk.Api.Client.RequestBuilders.ProductProjections.ByProjectKeyProductProjectionsSuggestGet.WithSearchKeywords ( string  locale,
string  searchKeywords 
)
inline

◆ WithSort()

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

◆ WithStaged()

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

◆ WithWithTotal()

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

Property Documentation

◆ Method

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

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