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.CustomObjects.ByProjectKeyCustomObjectsGet Class Reference

Inherits commercetools.Sdk.Api.Client.IPagedQueryResourceRequest< ByProjectKeyCustomObjectsGet, ICustomObjectPagedQueryResponse, CustomObjectQueryBuilderDsl >, commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< ByProjectKeyCustomObjectsGet, commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse >, commercetools.Base.Client.ApiMethod< ByProjectKeyCustomObjectsGet >, commercetools.Base.Client.IApiMethod< ByProjectKeyCustomObjectsGet, commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse >, commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyCustomObjectsGet >, commercetools.Sdk.Api.Client.ISortableTrait< ByProjectKeyCustomObjectsGet >, commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyCustomObjectsGet >, commercetools.Sdk.Api.Client.IQueryTrait< ByProjectKeyCustomObjectsGet >, commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyCustomObjectsGet >, and commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyCustomObjectsGet >.

Public Member Functions

 ByProjectKeyCustomObjectsGet (IClient apiHttpClient, string projectKey)
 
List< string > GetExpand ()
 
List< string > GetSort ()
 
List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetWithTotal ()
 
List< string > GetWhere ()
 
ByProjectKeyCustomObjectsGet WithExpand (string expand)
 
ByProjectKeyCustomObjectsGet WithSort (string sort)
 
ByProjectKeyCustomObjectsGet WithLimit (long limit)
 
ByProjectKeyCustomObjectsGet WithOffset (long offset)
 
ByProjectKeyCustomObjectsGet WithWithTotal (bool withTotal)
 
ByProjectKeyCustomObjectsGet WithWhere (string where)
 
ByProjectKeyCustomObjectsGet WithPredicateVar (string varName, string predicateVar)
 
async Task< commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponseExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPagedQueryResourceRequest< ByProjectKeyCustomObjectsGet, ICustomObjectPagedQueryResponse, CustomObjectQueryBuilderDsl >
WithExpand (string expand)
 
- Public Member Functions inherited from commercetools.Sdk.Api.Models.IPagedQueryResourceRequest< ByProjectKeyCustomObjectsGet, commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse >
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.Base.Client.ApiMethod< ByProjectKeyCustomObjectsGet >
 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< ByProjectKeyCustomObjectsGet, commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse >
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.IExpandableTrait< ByProjectKeyCustomObjectsGet >
List< string > GetExpand ()
 
WithExpand (string expand)
 
IExpandableTrait< T > AsExpandableTrait ()
 
AsExpandableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.ISortableTrait< ByProjectKeyCustomObjectsGet >
List< string > GetSort ()
 
WithSort (string sort)
 
ISortableTrait< T > AsSortableTrait ()
 
AsSortableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IPagingTrait< ByProjectKeyCustomObjectsGet >
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.IQueryTrait< ByProjectKeyCustomObjectsGet >
List< string > GetWhere ()
 
WithWhere (string where)
 
WithPredicateVar (string varName, string predicateVar)
 
IQueryTrait< T > AsQueryTrait ()
 
AsQueryTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IErrorableTrait< ByProjectKeyCustomObjectsGet >
IErrorableTrait< T > AsErrorableTrait ()
 
AsErrorableTraitToBaseType ()
 
- Public Member Functions inherited from commercetools.Sdk.Api.Client.IDeprecatable200Trait< ByProjectKeyCustomObjectsGet >
IDeprecatable200Trait< T > AsDeprecatable200Trait ()
 
AsDeprecatable200TraitToBaseType ()
 

Properties

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

Constructor & Destructor Documentation

◆ ByProjectKeyCustomObjectsGet()

commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.ByProjectKeyCustomObjectsGet ( IClient  apiHttpClient,
string  projectKey 
)
inline

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

async Task< commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.ExecuteAsync ( CancellationToken  cancellationToken = default)
inline

◆ GetExpand()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetExpand ( )
inline

◆ GetLimit()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetLimit ( )
inline

◆ GetOffset()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetOffset ( )
inline

◆ GetSort()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetSort ( )
inline

◆ GetWhere()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetWhere ( )
inline

◆ GetWithTotal()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.GetWithTotal ( )
inline

◆ SendAsJsonAsync()

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

◆ SendAsync()

async Task< IApiResponse< commercetools.Sdk.Api.Models.CustomObjects.ICustomObjectPagedQueryResponse > > commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.SendAsync ( CancellationToken  cancellationToken = default)
inline

◆ WithExpand()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithExpand ( string  expand)
inline

◆ WithLimit()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithLimit ( long  limit)
inline

◆ WithOffset()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithOffset ( long  offset)
inline

◆ WithPredicateVar()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithPredicateVar ( string  varName,
string  predicateVar 
)
inline

◆ WithSort()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithSort ( string  sort)
inline

◆ WithWhere()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithWhere ( string  where)
inline

◆ WithWithTotal()

ByProjectKeyCustomObjectsGet commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.WithWithTotal ( bool  withTotal)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.Api.Client.RequestBuilders.CustomObjects.ByProjectKeyCustomObjectsGet.Method
get

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