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.Client.IPagingTrait< T > Interface Template Reference

Public Member Functions

List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetWithTotal ()
 
WithLimit (long limit)
 
WithOffset (long offset)
 
WithWithTotal (bool withTotal)
 
IPagingTrait< T > AsPagingTrait ()
 
AsPagingTraitToBaseType ()
 

Member Function Documentation

◆ AsPagingTrait()

IPagingTrait< T > commercetools.Sdk.Api.Client.IPagingTrait< T >.AsPagingTrait ( )
inline

◆ AsPagingTraitToBaseType()

T commercetools.Sdk.Api.Client.IPagingTrait< T >.AsPagingTraitToBaseType ( )
inline

◆ GetLimit()

List< string > commercetools.Sdk.Api.Client.IPagingTrait< T >.GetLimit ( )

◆ GetOffset()

List< string > commercetools.Sdk.Api.Client.IPagingTrait< T >.GetOffset ( )

◆ GetWithTotal()

List< string > commercetools.Sdk.Api.Client.IPagingTrait< T >.GetWithTotal ( )

◆ WithLimit()

T commercetools.Sdk.Api.Client.IPagingTrait< T >.WithLimit ( long  limit)

set limit with the specificied value

◆ WithOffset()

T commercetools.Sdk.Api.Client.IPagingTrait< T >.WithOffset ( long  offset)

set offset with the specificied value

◆ WithWithTotal()

T commercetools.Sdk.Api.Client.IPagingTrait< T >.WithWithTotal ( bool  withTotal)

set withTotal with the specificied value


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