io.sphere.sdk.commands.Command Maven / Gradle / Ivy
package io.sphere.sdk.commands;
import io.sphere.sdk.client.SphereRequest;
/**
* A command represents a request to update the state of SPHERE.io entities.
*
* @param the type of the result of the command, most likely the updated entity without expanded references
*
*/
public interface Command extends SphereRequest {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy