public enum SnapshotVersionBehaviorImpl extends java.lang.Enum<SnapshotVersionBehaviorImpl> implements org.jfrog.artifactory.client.model.SnapshotVersionBehavior
| Enum Constant and Description |
|---|
deployer |
non_unique |
unique |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static SnapshotVersionBehaviorImpl |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SnapshotVersionBehaviorImpl[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SnapshotVersionBehaviorImpl unique
public static final SnapshotVersionBehaviorImpl non_unique
public static final SnapshotVersionBehaviorImpl deployer
public static SnapshotVersionBehaviorImpl[] values()
for (SnapshotVersionBehaviorImpl c : SnapshotVersionBehaviorImpl.values()) System.out.println(c);
public static SnapshotVersionBehaviorImpl 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.SnapshotVersionBehaviortoString in class java.lang.Enum<SnapshotVersionBehaviorImpl>