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.Projects.ByProjectKeyGet Class Reference

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

Public Member Functions

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

Constructor & Destructor Documentation

◆ ByProjectKeyGet()

commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.ByProjectKeyGet ( IClient  apiHttpClient,
string  projectKey 
)
inline

Member Function Documentation

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

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

◆ GetAssociateId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetAssociateId ( )
inline

◆ GetBusinessUnit()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetBusinessUnit ( )
inline

◆ GetChanges()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetChanges ( )
inline

◆ GetClientId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetClientId ( )
inline

◆ GetCustomerId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetCustomerId ( )
inline

◆ GetDateFrom()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetDateFrom ( )
inline

◆ GetDateTo()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetDateTo ( )
inline

◆ GetExcludePlatformInitiatedChanges()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetExcludePlatformInitiatedChanges ( )
inline

◆ GetExpand()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetExpand ( )
inline

◆ GetLimit()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetLimit ( )
inline

◆ GetOffset()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetOffset ( )
inline

◆ GetResourceId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetResourceId ( )
inline

◆ GetResourceKey()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetResourceKey ( )
inline

◆ GetResourceTypes()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetResourceTypes ( )
inline

◆ GetSource()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetSource ( )
inline

◆ GetStores()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetStores ( )
inline

◆ GetType()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetType ( )
inline

◆ GetUserId()

List< string > commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.GetUserId ( )
inline

◆ SendAsJsonAsync()

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

◆ SendAsync()

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

◆ WithAssociateId()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithAssociateId ( string  associateId)
inline

◆ WithBusinessUnit()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithBusinessUnit ( string  businessUnit)
inline

◆ WithChanges()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithChanges ( string  changes)
inline

◆ WithClientId()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithClientId ( string  clientId)
inline

◆ WithCustomerId()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithCustomerId ( string  customerId)
inline

◆ WithDateFrom()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithDateFrom ( Object  dateFrom)
inline

◆ WithDateTo()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithDateTo ( Object  dateTo)
inline

◆ WithExcludePlatformInitiatedChanges()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithExcludePlatformInitiatedChanges ( IPlatformInitiatedChange  excludePlatformInitiatedChanges)
inline

◆ WithExpand()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithExpand ( bool  expand)
inline

◆ WithLimit()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithLimit ( long  limit)
inline

◆ WithOffset()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithOffset ( long  offset)
inline

◆ WithResourceId()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithResourceId ( string  resourceId)
inline

◆ WithResourceKey()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithResourceKey ( string  resourceKey)
inline

◆ WithResourceTypes()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithResourceTypes ( IChangeHistoryResourceType  resourceTypes)
inline

◆ WithSource()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithSource ( string  source)
inline

◆ WithStores()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithStores ( string  stores)
inline

◆ WithType()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithType ( string  type)
inline

◆ WithUserId()

ByProjectKeyGet commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.WithUserId ( string  userId)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.HistoryApi.Client.RequestBuilders.Projects.ByProjectKeyGet.Method
get

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