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.Products.ByProjectKeyProductsByIDImagesPost Class Reference

Inherits commercetools.Base.Client.ApiMethod< ByProjectKeyProductsByIDImagesPost >, and commercetools.Base.Client.IApiMethod< ByProjectKeyProductsByIDImagesPost, commercetools.Sdk.Api.Models.Products.IProduct >.

Public Member Functions

 ByProjectKeyProductsByIDImagesPost (IClient apiHttpClient, ISerializerService serializerService, string projectKey, string id, Stream stream)
 
List< string > GetFilename ()
 
List< string > GetVariant ()
 
List< string > GetSku ()
 
List< string > GetStaged ()
 
ByProjectKeyProductsByIDImagesPost WithFilename (string filename)
 
ByProjectKeyProductsByIDImagesPost WithVariant (long variant)
 
ByProjectKeyProductsByIDImagesPost WithSku (string sku)
 
ByProjectKeyProductsByIDImagesPost WithStaged (bool staged)
 
async Task< commercetools.Sdk.Api.Models.Products.IProductExecuteAsync (CancellationToken cancellationToken=default)
 
async Task< string > ExecuteAsJsonAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.IProduct > > SendAsync (CancellationToken cancellationToken=default)
 
async Task< IApiResponse< string > > SendAsJsonAsync (CancellationToken cancellationToken=default)
 
override HttpRequestMessage Build ()
 
- Public Member Functions inherited from commercetools.Base.Client.ApiMethod< ByProjectKeyProductsByIDImagesPost >
 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)
 
- Public Member Functions inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyProductsByIDImagesPost, commercetools.Sdk.Api.Models.Products.IProduct >
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< ByProjectKeyProductsByIDImagesPost >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 
ApiHttpHeaders Headers [get, set]
 
- Properties inherited from commercetools.Base.Client.IApiMethod< ByProjectKeyProductsByIDImagesPost, commercetools.Sdk.Api.Models.Products.IProduct >
HttpMethod Method [get]
 
string RequestUrl [get, set]
 

Constructor & Destructor Documentation

◆ ByProjectKeyProductsByIDImagesPost()

commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.ByProjectKeyProductsByIDImagesPost ( IClient  apiHttpClient,
ISerializerService  serializerService,
string  projectKey,
string  id,
Stream  stream 
)
inline

Member Function Documentation

◆ Build()

override HttpRequestMessage commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.Build ( )
inlinevirtual

◆ ExecuteAsJsonAsync()

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

◆ ExecuteAsync()

async Task< commercetools.Sdk.Api.Models.Products.IProduct > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.ExecuteAsync ( CancellationToken  cancellationToken = default)
inline

◆ GetFilename()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.GetFilename ( )
inline

◆ GetSku()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.GetSku ( )
inline

◆ GetStaged()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.GetStaged ( )
inline

◆ GetVariant()

List< string > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.GetVariant ( )
inline

◆ SendAsJsonAsync()

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

◆ SendAsync()

async Task< IApiResponse< commercetools.Sdk.Api.Models.Products.IProduct > > commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.SendAsync ( CancellationToken  cancellationToken = default)
inline

◆ WithFilename()

ByProjectKeyProductsByIDImagesPost commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.WithFilename ( string  filename)
inline

◆ WithSku()

ByProjectKeyProductsByIDImagesPost commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.WithSku ( string  sku)
inline

◆ WithStaged()

ByProjectKeyProductsByIDImagesPost commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.WithStaged ( bool  staged)
inline

◆ WithVariant()

ByProjectKeyProductsByIDImagesPost commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.WithVariant ( long  variant)
inline

Property Documentation

◆ Method

override HttpMethod commercetools.Sdk.Api.Client.RequestBuilders.Products.ByProjectKeyProductsByIDImagesPost.Method
get

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