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

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

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.artifact;

import org.openstack4j.model.ModelEntity;

import java.util.List;

/**
 * A Glare list of Artifacts
 *
 * @author Pavan Vadavi
 */
public interface Artifacts extends ModelEntity {

    ArtifactType artifactType = ArtifactType.ALL;

    public String getSchema();

    public String getFirst();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy