public enum RemoteRepoChecksumPolicyTypeImpl extends java.lang.Enum<RemoteRepoChecksumPolicyTypeImpl> implements org.jfrog.artifactory.client.model.repository.RemoteRepoChecksumPolicyType
| Enum Constant and Description |
|---|
fail |
generate_if_absent |
ignore_and_generate |
pass_thru |
| Modifier and Type | Method and Description |
|---|---|
static RemoteRepoChecksumPolicyTypeImpl |
parseValue(java.lang.String value) |
java.lang.String |
toString() |
static RemoteRepoChecksumPolicyTypeImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RemoteRepoChecksumPolicyTypeImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteRepoChecksumPolicyTypeImpl generate_if_absent
public static final RemoteRepoChecksumPolicyTypeImpl fail
public static final RemoteRepoChecksumPolicyTypeImpl ignore_and_generate
public static final RemoteRepoChecksumPolicyTypeImpl pass_thru
public static RemoteRepoChecksumPolicyTypeImpl[] values()
for (RemoteRepoChecksumPolicyTypeImpl c : RemoteRepoChecksumPolicyTypeImpl.values()) System.out.println(c);
public static RemoteRepoChecksumPolicyTypeImpl 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 nullpublic java.lang.String toString()
toString in interface org.jfrog.artifactory.client.model.repository.RemoteRepoChecksumPolicyTypetoString in class java.lang.Enum<RemoteRepoChecksumPolicyTypeImpl>public static RemoteRepoChecksumPolicyTypeImpl parseValue(java.lang.String value)