com.adobe.idp.um.api
Class UMConstants.EntityVisibilityLevel
java.lang.Object
com.adobe.idp.um.api.UMConstants.EntityVisibilityLevel
- Enclosing class:
- UMConstants
public static final class UMConstants.EntityVisibilityLevel
- extends java.lang.Object
This class contains constants defining the visibility of a principal.
Field Summary |
static int |
GUI
The principal can appear in the user interface. |
static int |
INVISIBLE
The principal is invisible. |
static int |
SEARCHES
The principal can be found with searches. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVISIBLE
public static final int INVISIBLE
- The principal is invisible.
- See Also:
- Constant Field Values
SEARCHES
public static final int SEARCHES
- The principal can be found with searches.
- See Also:
- Constant Field Values
GUI
public static final int GUI
- The principal can appear in the user interface.
- See Also:
- Constant Field Values
UMConstants.EntityVisibilityLevel
public UMConstants.EntityVisibilityLevel()