io.sphere.sdk.commands.CreateCommand Maven / Gradle / Ivy
package io.sphere.sdk.commands;
/**
* Command to create an entity in SPHERE.IO.
*
* @param the type of the result of the command
*
*/
public interface CreateCommand extends Command {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy