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

io.sphere.sdk.customergroups.expansion.CustomerGroupExpansionModelImpl Maven / Gradle / Ivy

There is a newer version: 2.16.0
Show newest version
package io.sphere.sdk.customergroups.expansion;

import io.sphere.sdk.expansion.ExpansionModelImpl;

import java.util.List;

final class CustomerGroupExpansionModelImpl extends ExpansionModelImpl implements CustomerGroupExpansionModel {
    CustomerGroupExpansionModelImpl(final List parentPath, final String path) {
        super(parentPath, path);
    }

    CustomerGroupExpansionModelImpl() {
        super();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy