Class ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,CartDiscount>
com.commercetools.api.client.ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet
All Implemented Interfaces:
io.vrap.rmf.base.client.ClientRequestCommand<CartDiscount>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<CartDiscount>, io.vrap.rmf.base.client.RequestCommand<CartDiscount>

public class ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet extends io.vrap.rmf.base.client.TypeApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,CartDiscount>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart_discount.CartDiscount>> result = apiRoot
            .withProjectKey("{projectKey}")
            .inStoreKeyWithStoreKeyValue("{storeKey}")
            .cartDiscounts()
            .get()
            .execute()
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class io.vrap.rmf.base.client.ApiMethod

    io.vrap.rmf.base.client.ApiMethod.ParamEntry<K extends Object,V extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
    ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String storeKey)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<CartDiscount>>
    execute(io.vrap.rmf.base.client.ApiHttpClient client)
     
    io.vrap.rmf.base.client.ApiHttpResponse<CartDiscount>
    executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
     
     
     
    int
     
    int
     
    com.fasterxml.jackson.core.type.TypeReference<CartDiscount>
     
    void
    setProjectKey(String projectKey)
     
    void
    setStoreKey(String storeKey)
     
     

    Methods inherited from class io.vrap.rmf.base.client.ApiMethod

    addHeader, addQueryParam, addQueryParams, contentType, createHttpRequest, execute, execute, execute, execute, execute, execute, execute, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, executeBlocking, getFirstQueryParam, getHeaders, getQueryParam, getQueryParams, getQueryParamUriString, getQueryParamUriStrings, send, sendBlocking, sendBlocking, with, with, withHeader, withHeaders, withHttpRequest, withoutHeader, withoutQueryParam, withQueryParam, withQueryParams

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface io.vrap.rmf.base.client.ClientRequestCommand

    executeBlocking

    Methods inherited from interface io.vrap.rmf.base.client.CreateHttpRequestCommand

    createHttpRequest

    Methods inherited from interface io.vrap.rmf.base.client.RequestCommand

    executeBlocking
  • Constructor Details

    • ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet

      public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String storeKey)
    • ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet

      public ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet(ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet t)
  • Method Details

    • resultType

      public com.fasterxml.jackson.core.type.TypeReference<CartDiscount> resultType()
    • executeBlocking

      public io.vrap.rmf.base.client.ApiHttpResponse<CartDiscount> executeBlocking(io.vrap.rmf.base.client.ApiHttpClient client, Duration timeout)
      Specified by:
      executeBlocking in interface io.vrap.rmf.base.client.ClientRequestCommand<CartDiscount>
      Specified by:
      executeBlocking in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,CartDiscount>
    • execute

      public CompletableFuture<io.vrap.rmf.base.client.ApiHttpResponse<CartDiscount>> execute(io.vrap.rmf.base.client.ApiHttpClient client)
      Specified by:
      execute in interface io.vrap.rmf.base.client.ClientRequestCommand<CartDiscount>
      Specified by:
      execute in class io.vrap.rmf.base.client.ApiMethod<ByProjectKeyInStoreKeyByStoreKeyCartDiscountsGet,CartDiscount>
    • getProjectKey

      public String getProjectKey()
    • getStoreKey

      public String getStoreKey()
    • setProjectKey

      public void setProjectKey(String projectKey)
    • setStoreKey

      public void setStoreKey(String storeKey)
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • reflectionHashCode

      public int reflectionHashCode()