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

io.sphere.sdk.categories.queries.CategoryByIdGetImpl Maven / Gradle / Ivy

There is a newer version: 1.0.0-M26
Show newest version
package io.sphere.sdk.categories.queries;

import io.sphere.sdk.categories.Category;
import io.sphere.sdk.categories.expansion.CategoryExpansionModel;
import io.sphere.sdk.queries.MetaModelGetDslBuilder;
import io.sphere.sdk.queries.MetaModelGetDslImpl;

final class CategoryByIdGetImpl extends MetaModelGetDslImpl> implements CategoryByIdGet {
    CategoryByIdGetImpl(final String id) {
        super(id, CategoryEndpoint.ENDPOINT, CategoryExpansionModel.of(), CategoryByIdGetImpl::new);
    }

    public CategoryByIdGetImpl(final MetaModelGetDslBuilder> builder) {
        super(builder);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy