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

org.openstack4j.model.artifact.ArtifactUpdate Maven / Gradle / Ivy

The newest version!
package org.openstack4j.model.artifact;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.artifact.builder.ArtifactUpdateBuilder;

/**
 * A Glare ArtifactUpdate
 *
 * @author Pavan Vadavi
 */
public interface ArtifactUpdate extends ModelEntity, Buildable {

    public String getOp();

    public String getPath();

    public String getValue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy