All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.importapi.client.ByProjectKeyProductVariantsRequestBuilder Maven / Gradle / Ivy

There is a newer version: 17.15.1
Show newest version

package com.commercetools.importapi.client;

import io.vrap.rmf.base.client.ApiHttpClient;
import io.vrap.rmf.base.client.utils.Generated;

@Generated(value = "io.vrap.rmf.codegen.rendering.CoreCodeGenerator", comments = "https://github.com/commercetools/rmf-codegen")
public class ByProjectKeyProductVariantsRequestBuilder {

    private final ApiHttpClient apiHttpClient;
    private final String projectKey;

    public ByProjectKeyProductVariantsRequestBuilder(final ApiHttpClient apiHttpClient, final String projectKey) {
        this.apiHttpClient = apiHttpClient;
        this.projectKey = projectKey;
    }

    public ByProjectKeyProductVariantsImportContainersRequestBuilder importContainers() {
        return new ByProjectKeyProductVariantsImportContainersRequestBuilder(apiHttpClient, projectKey);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy