|
| | ByProjectKeyInStoreKeyByStoreKeyMeGet (IClient apiHttpClient, string projectKey, string storeKey) |
| |
| List< string > | GetSort () |
| |
| List< string > | GetLimit () |
| |
| List< string > | GetOffset () |
| |
| List< string > | GetWithTotal () |
| |
| List< string > | GetExpand () |
| |
| List< string > | GetWhere () |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithSort (string sort) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithLimit (long limit) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithOffset (long offset) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithWithTotal (bool withTotal) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithExpand (string expand) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithWhere (string where) |
| |
| ByProjectKeyInStoreKeyByStoreKeyMeGet | WithPredicateVar (string varName, string predicateVar) |
| |
| async Task< commercetools.Sdk.Api.Models.Customers.ICustomer > | ExecuteAsync (CancellationToken cancellationToken=default) |
| |
| async Task< string > | ExecuteAsJsonAsync (CancellationToken cancellationToken=default) |
| |
| async Task< IApiResponse< commercetools.Sdk.Api.Models.Customers.ICustomer > > | SendAsync (CancellationToken cancellationToken=default) |
| |
| async Task< IApiResponse< string > > | SendAsJsonAsync (CancellationToken cancellationToken=default) |
| |
| | 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) |
| |
| virtual HttpRequestMessage | Build () |
| |
| 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) |
| |
| List< string > | GetSort () |
| |
| T | WithSort (string sort) |
| |
| ISortableTrait< T > | AsSortableTrait () |
| |
| T | AsSortableTraitToBaseType () |
| |
| List< string > | GetLimit () |
| |
| List< string > | GetOffset () |
| |
| List< string > | GetWithTotal () |
| |
| T | WithLimit (long limit) |
| |
| T | WithOffset (long offset) |
| |
| T | WithWithTotal (bool withTotal) |
| |
| IPagingTrait< T > | AsPagingTrait () |
| |
| T | AsPagingTraitToBaseType () |
| |
Public Member Functions inherited from commercetools.Sdk.Api.Client.IExpandableTrait< ByProjectKeyInStoreKeyByStoreKeyMeGet > |
| List< string > | GetExpand () |
| |
| T | WithExpand (string expand) |
| |
| IExpandableTrait< T > | AsExpandableTrait () |
| |
| T | AsExpandableTraitToBaseType () |
| |
| List< string > | GetWhere () |
| |
| T | WithWhere (string where) |
| |
| T | WithPredicateVar (string varName, string predicateVar) |
| |
| IQueryTrait< T > | AsQueryTrait () |
| |
| T | AsQueryTraitToBaseType () |
| |