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

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

Public Member Functions

 ByProjectKeyByResourceTypeByIDGet (IClient apiHttpClient, string projectKey, string resourceType, string id)
 
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 > GetSource ()
 
List< string > GetChanges ()
 
List< string > GetStores ()
 
List< string > GetExcludePlatformInitiatedChanges ()
 
List< string > GetExpand ()
 
ByProjectKeyByResourceTypeByIDGet WithDateFrom (Object dateFrom)
 
ByProjectKeyByResourceTypeByIDGet WithDateTo (Object dateTo)
 
ByProjectKeyByResourceTypeByIDGet WithLimit (long limit)
 
ByProjectKeyByResourceTypeByIDGet WithOffset (long offset)
 
ByProjectKeyByResourceTypeByIDGet WithUserId (string userId)
 
ByProjectKeyByResourceTypeByIDGet WithClientId (string clientId)
 
ByProjectKeyByResourceTypeByIDGet WithCustomerId (string customerId)
 
ByProjectKeyByResourceTypeByIDGet WithAssociateId (string associateId)
 
ByProjectKeyByResourceTypeByIDGet WithBusinessUnit (string businessUnit)
 
ByProjectKeyByResourceTypeByIDGet WithType (string type)
 
ByProjectKeyByResourceTypeByIDGet WithSource (string source)
 
ByProjectKeyByResourceTypeByIDGet WithChanges (string changes)
 
ByProjectKeyByResourceTypeByIDGet WithStores (string stores)
 
ByProjectKeyByResourceTypeByIDGet WithExcludePlatformInitiatedChanges (IPlatformInitiatedChange excludePlatformInitiatedChanges)
 
ByProjectKeyByResourceTypeByIDGet 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< ByProjectKeyByResourceTypeByIDGet >
 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< ByProjectKeyByResourceTypeByIDGet, 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< ByProjectKeyByResourceTypeByIDGet >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 
ApiHttpHeaders Headers [get, set]
 
- Properties inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyByResourceTypeByIDGet, commercetools.Sdk.HistoryApi.Models.ChangeHistories.IRecordPagedQueryResponse >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 

Constructor & Destructor Documentation

◆ ByProjectKeyByResourceTypeByIDGet()

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

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetAssociateId()

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

◆ GetBusinessUnit()

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

◆ GetChanges()

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

◆ GetClientId()

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

◆ GetCustomerId()

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

◆ GetDateFrom()

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

◆ GetDateTo()

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

◆ GetExcludePlatformInitiatedChanges()

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

◆ GetExpand()

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

◆ GetLimit()

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

◆ GetOffset()

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

◆ GetSource()

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

◆ GetStores()

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

◆ GetType()

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

◆ GetUserId()

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

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithAssociateId()

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

◆ WithBusinessUnit()

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

◆ WithChanges()

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

◆ WithClientId()

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

◆ WithCustomerId()

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

◆ WithDateFrom()

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

◆ WithDateTo()

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

◆ WithExcludePlatformInitiatedChanges()

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

◆ WithExpand()

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

◆ WithLimit()

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

◆ WithOffset()

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

◆ WithSource()

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

◆ WithStores()

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

◆ WithType()

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

◆ WithUserId()

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

Property Documentation

◆ Method

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

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