public static enum ArtifactoryRequest.ContentType extends java.lang.Enum<ArtifactoryRequest.ContentType>
| Enum Constant and Description |
|---|
ANY |
JOSE |
JOSE_JSON |
JSON |
TEXT |
URLENC |
XML |
YAML |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactoryRequest.ContentType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactoryRequest.ContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArtifactoryRequest.ContentType JSON
public static final ArtifactoryRequest.ContentType JOSE
public static final ArtifactoryRequest.ContentType JOSE_JSON
public static final ArtifactoryRequest.ContentType TEXT
public static final ArtifactoryRequest.ContentType URLENC
public static final ArtifactoryRequest.ContentType ANY
public static final ArtifactoryRequest.ContentType XML
public static final ArtifactoryRequest.ContentType YAML
public static ArtifactoryRequest.ContentType[] values()
for (ArtifactoryRequest.ContentType c : ArtifactoryRequest.ContentType.values()) System.out.println(c);
public static ArtifactoryRequest.ContentType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null