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<>();
}
}