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

io.sphere.sdk.customobjects.expansion.CustomObjectExpansionModel Maven / Gradle / Ivy

The newest version!
package io.sphere.sdk.customobjects.expansion;

import io.sphere.sdk.customobjects.CustomObject;

/**
 * Placeholder for custom object reference expansion. Does not provide a functionality yet.
 *
 * @param  The type of the value of this custom object.
 */
public interface CustomObjectExpansionModel {

    static  CustomObjectExpansionModel> of(){
        return new CustomObjectExpansionModelImpl<>();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy