io.sphere.sdk.commands.UpdateAction Maven / Gradle / Ivy
package io.sphere.sdk.commands;
/**
* An update action updates a resource.
* @param the type of the resource this update action can affect
*/
public interface UpdateAction {
String getAction();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy