Class ByProjectKeyExtensionsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyExtensionsByIDGet,Extension>
com.commercetools.api.client.ByProjectKeyExtensionsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyExtensionsByIDGet>, ErrorableTrait<ByProjectKeyExtensionsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Extension>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<Extension>

public class ByProjectKeyExtensionsByIDGet extends io.vrap.rmf.base.client.ApiMethod<ByProjectKeyExtensionsByIDGet,Extension> implements ErrorableTrait<ByProjectKeyExtensionsByIDGet>, Deprecatable200Trait<ByProjectKeyExtensionsByIDGet>


   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.extension.Extension>> result = apiRoot
            .withProjectKey("{projectKey}")
            .extensions()
            .withId("{ID}")
            .get()
            .execute()
 
  • Constructor Details

    • ByProjectKeyExtensionsByIDGet

      public ByProjectKeyExtensionsByIDGet(io.vrap.rmf.base.client.ApiHttpClient apiHttpClient, String projectKey, String ID)
    • ByProjectKeyExtensionsByIDGet

      public ByProjectKeyExtensionsByIDGet(ByProjectKeyExtensionsByIDGet t)
  • Method Details

    • executeBlocking

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

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

      public String getProjectKey()
    • getID

      public String getID()
    • setProjectKey

      public void setProjectKey(String projectKey)
    • setID

      public void setID(String ID)
    • equals

      public boolean equals(Object o)
    • hashCode

      public int hashCode()
    • toString

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

      public int reflectionHashCode()