Uses of Class
org.gitlab4j.api.models.Artifact.FileType
| Package | Description |
|---|---|
| org.gitlab4j.api.models |
-
Uses of Artifact.FileType in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Artifact.FileType Modifier and Type Method Description static Artifact.FileTypeArtifact.FileType. forValue(String value)Artifact.FileTypeArtifact. getFileType()static Artifact.FileTypeArtifact.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static Artifact.FileType[]Artifact.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gitlab4j.api.models with parameters of type Artifact.FileType Modifier and Type Method Description voidArtifact. setFileType(Artifact.FileType fileType)