Uses of Class
org.openstack4j.model.artifact.ArtifactType
-
Packages that use ArtifactType Package Description org.openstack4j.model.artifact org.openstack4j.openstack.artifact.internal -
-
Uses of ArtifactType in org.openstack4j.model.artifact
Fields in org.openstack4j.model.artifact declared as ArtifactType Modifier and Type Field Description static ArtifactTypeArtifacts. artifactTypeMethods in org.openstack4j.model.artifact that return ArtifactType Modifier and Type Method Description static ArtifactTypeArtifactType. value(String v)static ArtifactTypeArtifactType. valueOf(String name)Returns the enum constant of this type with the specified name.static ArtifactType[]ArtifactType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ArtifactType in org.openstack4j.openstack.artifact.internal
Constructors in org.openstack4j.openstack.artifact.internal with parameters of type ArtifactType Constructor Description BaseArtifactServiceImpl(ArtifactType artifactType)
-