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.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet Class Reference

Inherits commercetools.Base.Client.ApiMethod< ByProjectKeyByResourceTypeGet >, and commercetools.Base.Client.IApiMethod< ByProjectKeyByResourceTypeGet, commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse >.

Public Member Functions

 ByProjectKeyByResourceTypeGet (IClient apiHttpClient, string projectKey, string resourceType)
 
List< string > GetDateFrom ()
 
List< string > GetDateTo ()
 
List< string > GetLimit ()
 
List< string > GetOffset ()
 
List< string > GetUserId ()
 
List< string > GetClientId ()
 
List< string > GetCustomerId ()
 
List< string > GetAssociateId ()
 
List< string > GetBusinessUnit ()
 
List< string > GetType ()
 
List< string > GetResourceKey ()
 
List< string > GetSource ()
 
List< string > GetChanges ()
 
List< string > GetStores ()
 
List< string > GetExcludePlatformInitiatedChanges ()
 
List< string > GetExpand ()
 
ByProjectKeyByResourceTypeGet WithDateFrom (Object dateFrom)
 
ByProjectKeyByResourceTypeGet WithDateTo (Object dateTo)
 
ByProjectKeyByResourceTypeGet WithLimit (long limit)
 
ByProjectKeyByResourceTypeGet WithOffset (long offset)
 
ByProjectKeyByResourceTypeGet WithUserId (string userId)
 
ByProjectKeyByResourceTypeGet WithClientId (string clientId)
 
ByProjectKeyByResourceTypeGet WithCustomerId (string customerId)
 
ByProjectKeyByResourceTypeGet WithAssociateId (string associateId)
 
ByProjectKeyByResourceTypeGet WithBusinessUnit (string businessUnit)
 
ByProjectKeyByResourceTypeGet WithType (string type)
 
ByProjectKeyByResourceTypeGet WithResourceKey (string resourceKey)
 
ByProjectKeyByResourceTypeGet WithSource (string source)
 
ByProjectKeyByResourceTypeGet WithChanges (string changes)
 
ByProjectKeyByResourceTypeGet WithStores (string stores)
 
ByProjectKeyByResourceTypeGet WithExcludePlatformInitiatedChanges (IPlatformInitiatedChange excludePlatformInitiatedChanges)
 
ByProjectKeyByResourceTypeGet WithExpand (bool expand)
 
async Task< commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponseExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
- Public Member Functions inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyByResourceTypeGet >
 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< ByProjectKeyByResourceTypeGet, commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse >
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)
 

Properties

override HttpMethod Method [get]
 
- Properties inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyByResourceTypeGet >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 
ApiHttpHeaders Headers [get, set]
 
- Properties inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyByResourceTypeGet, commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 

Constructor & Destructor Documentation

◆ ByProjectKeyByResourceTypeGet()

commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.ByProjectKeyByResourceTypeGet ( IClient  apiHttpClient,
string  projectKey,
string  resourceType 
)
inline

Member Function Documentation

◆ ExecuteAsJsonAsync()

async Task< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.ExecuteAsJsonAsync ( CancellationToken  cancellationToken = default)
inline

◆ ExecuteAsync()

async Task< commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.ExecuteAsync ( CancellationToken  cancellationToken = default)
inline

◆ GetAssociateId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetAssociateId ( )
inline

◆ GetBusinessUnit()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetBusinessUnit ( )
inline

◆ GetChanges()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetChanges ( )
inline

◆ GetClientId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetClientId ( )
inline

◆ GetCustomerId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetCustomerId ( )
inline

◆ GetDateFrom()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetDateFrom ( )
inline

◆ GetDateTo()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetDateTo ( )
inline

◆ GetExcludePlatformInitiatedChanges()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetExcludePlatformInitiatedChanges ( )
inline

◆ GetExpand()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetExpand ( )
inline

◆ GetLimit()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetLimit ( )
inline

◆ GetOffset()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetOffset ( )
inline

◆ GetResourceKey()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetResourceKey ( )
inline

◆ GetSource()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetSource ( )
inline

◆ GetStores()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetStores ( )
inline

◆ GetType()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetType ( )
inline

◆ GetUserId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.GetUserId ( )
inline

◆ SendAsJsonAsync()

async Task< IApiResponse< string > > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.SendAsJsonAsync ( CancellationToken  cancellationToken = default)
inline

◆ SendAsync()

async Task< IApiResponse< commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse > > commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.SendAsync ( CancellationToken  cancellationToken = default)
inline

◆ WithAssociateId()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithAssociateId ( string  associateId)
inline

◆ WithBusinessUnit()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithBusinessUnit ( string  businessUnit)
inline

◆ WithChanges()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithChanges ( string  changes)
inline

◆ WithClientId()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithClientId ( string  clientId)
inline

◆ WithCustomerId()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithCustomerId ( string  customerId)
inline

◆ WithDateFrom()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithDateFrom ( Object  dateFrom)
inline

◆ WithDateTo()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithDateTo ( Object  dateTo)
inline

◆ WithExcludePlatformInitiatedChanges()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithExcludePlatformInitiatedChanges ( IPlatformInitiatedChange  excludePlatformInitiatedChanges)
inline

◆ WithExpand()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithExpand ( bool  expand)
inline

◆ WithLimit()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithLimit ( long  limit)
inline

◆ WithOffset()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithOffset ( long  offset)
inline

◆ WithResourceKey()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithResourceKey ( string  resourceKey)
inline

◆ WithSource()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithSource ( string  source)
inline

◆ WithStores()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithStores ( string  stores)
inline

◆ WithType()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithType ( string  type)
inline

◆ WithUserId()

ByProjectKeyByResourceTypeGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.WithUserId ( string  userId)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.HistoryApi.Client.RequestBuilders.ResourceType.ByProjectKeyByResourceTypeGet.Method
get

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