|
| | ByProjectKeyMeShoppingListsByIDPost (IClient apiHttpClient, ISerializerService serializerService, string projectKey, string id, commercetools.Sdk.Api.Models.Me.IMyShoppingListUpdate myShoppingListUpdate) |
| |
| List< string > | GetExpand () |
| |
| ByProjectKeyMeShoppingListsByIDPost | WithExpand (string expand) |
| |
| async Task< commercetools.Sdk.Api.Models.ShoppingLists.IShoppingList > | ExecuteAsync (CancellationToken cancellationToken=default) |
| |
| async Task< string > | ExecuteAsJsonAsync (CancellationToken cancellationToken=default) |
| |
| async Task< IApiResponse< commercetools.Sdk.Api.Models.ShoppingLists.IShoppingList > > | SendAsync (CancellationToken cancellationToken=default) |
| |
| async Task< IApiResponse< string > > | SendAsJsonAsync (CancellationToken cancellationToken=default) |
| |
| override HttpRequestMessage | Build () |
| |
| | ApiMethod () |
| |
| T | AddQueryParam (string key, string value) |
| |
| T | WithQueryParam (List< KeyValuePair< string, string > > queryParams) |
| |
| ICollection< KeyValuePair< string, string > > | GetQueryParams () |
| |
| List< string > | GetQueryParam (string key) |
| |
| string? | GetFirstQueryParam (string key) |
| |
| T | AddHeader (string key, string value) |
| |
| T | WithHeaders (ApiHttpHeaders headers) |
| |
| T | AddQueryParam (string key, string value) |
| |
| T | WithQueryParam (List< KeyValuePair< string, string > > queryParams) |
| |
| List< string > | GetQueryParam (string key) |
| |
| T | AddHeader (string key, string value) |
| |
| T | 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) |
| |
| IConflictingTrait< T > | AsConflictingTrait () |
| |
| T | AsConflictingTraitToBaseType () |
| |
Public Member Functions inherited from commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyMeShoppingListsByIDPost > |
| List< string > | GetExpand () |
| |
| T | WithExpand (string expand) |
| |
| IExpandableTrait< T > | AsExpandableTrait () |
| |
| T | AsExpandableTraitToBaseType () |
| |
| IDeprecatable200Trait< T > | AsDeprecatable200Trait () |
| |
| T | AsDeprecatable200TraitToBaseType () |
| |
| IErrorableTrait< T > | AsErrorableTrait () |
| |
| T | AsErrorableTraitToBaseType () |
| |