public static final class Rule.ForeignAttribute
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
java.lang.String |
attributeName |
static Rule.ForeignAttribute |
OWNER_DISPLAY_NAME |
static Rule.ForeignAttribute |
OWNER_EMAIL |
static Rule.ForeignAttribute |
OWNER_FIRST_NAME |
static Rule.ForeignAttribute |
OWNER_LAST_NAME |
static Rule.ForeignAttribute |
OWNER_LOGIN_NAME |
Modifier and Type | Method and Description |
---|---|
static Rule.ForeignAttribute |
valueOf(java.lang.String name) |
static Rule.ForeignAttribute[] |
values() |
public static final Rule.ForeignAttribute OWNER_FIRST_NAME
public static final Rule.ForeignAttribute OWNER_LAST_NAME
public static final Rule.ForeignAttribute OWNER_DISPLAY_NAME
public static final Rule.ForeignAttribute OWNER_EMAIL
public static final Rule.ForeignAttribute OWNER_LOGIN_NAME
public final java.lang.String attributeName
public static Rule.ForeignAttribute[] values()
public static Rule.ForeignAttribute valueOf(java.lang.String name)