commercetools.Sdk
The commercetools platform, import-api and C# sdks generated from our api reference.
Loading...
Searching...
No Matches
Public Member Functions
commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult > Interface Template Reference

Inherits commercetools.Sdk.Api.Models.IRequestCommand< TResult >.

Public Member Functions

WithLimit (long limit)
 
WithOffset (long offset)
 
WithSort (string sort)
 
WithWhere (string where)
 
WithExpand (string expand)
 
WithWithTotal (bool withTotal)
 
WithPredicateVar (string varName, string predicateVar)
 
List< string > GetQueryParam (string key)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Models.IRequestCommand< TResult >
Task< TResult > ExecuteAsync (CancellationToken cancellationToken=default)
 

Member Function Documentation

◆ GetQueryParam()

List< string > commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.GetQueryParam ( string  key)

◆ WithExpand()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithExpand ( string  expand)

◆ WithLimit()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithLimit ( long  limit)

◆ WithOffset()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithOffset ( long  offset)

◆ WithPredicateVar()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithPredicateVar ( string  varName,
string  predicateVar 
)

◆ WithSort()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithSort ( string  sort)

◆ WithWhere()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithWhere ( string  where)

◆ WithWithTotal()

T commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< out T, TResult >.WithWithTotal ( bool  withTotal)

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