public static enum IdentityRestOut.Field extends Enum<IdentityRestOut.Field>
| Enum Constant and Description |
|---|
ID |
PROFILE |
PROVIDER_ID |
REMOTE_ID |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static IdentityRestOut.Field |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdentityRestOut.Field[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IdentityRestOut.Field ID
public static final IdentityRestOut.Field REMOTE_ID
public static final IdentityRestOut.Field PROVIDER_ID
public static final IdentityRestOut.Field PROFILE
public static IdentityRestOut.Field[] values()
for (IdentityRestOut.Field c : IdentityRestOut.Field.values()) System.out.println(c);
public static IdentityRestOut.Field 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 nullpublic String toString()
toString in class Enum<IdentityRestOut.Field>Copyright © 2003–2015 eXo Platform SAS. All rights reserved.