public static enum UserConflictResponse.ConflictedField extends Enum<UserConflictResponse.ConflictedField>
| Modifier and Type | Method and Description |
|---|---|
static UserConflictResponse.ConflictedField |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserConflictResponse.ConflictedField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserConflictResponse.ConflictedField USER
public static final UserConflictResponse.ConflictedField ORG
public static UserConflictResponse.ConflictedField[] values()
for (UserConflictResponse.ConflictedField c : UserConflictResponse.ConflictedField.values()) System.out.println(c);
public static UserConflictResponse.ConflictedField valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016 Pivotal Software, Inc.. All rights reserved.