Package com.datahub.authorization
Enum Class EntityFieldType
- All Implemented Interfaces:
Serializable,Comparable<EntityFieldType>,Constable
List of entity field types to fetch for a given entity
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionData platform instance of resourceDomains of the entityGroups of which the entity (only applies to corpUser) is a memberOwners of the entityDeprecated.Deprecated.Tags of the entityType of the entity (e.g.Urn of the entity -
Method Summary
Modifier and TypeMethodDescriptionstatic EntityFieldTypeReturns the enum constant of this class with the specified name.static EntityFieldType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
RESOURCE_URN
Deprecated.Type of the entity (e.g. dataset, chart) -
RESOURCE_TYPE
Deprecated.Urn of the entity -
TYPE
Type of the entity (e.g. dataset, chart) -
URN
Urn of the entity -
OWNER
Owners of the entity -
DOMAIN
Domains of the entity -
GROUP_MEMBERSHIP
Groups of which the entity (only applies to corpUser) is a member -
DATA_PLATFORM_INSTANCE
Data platform instance of resource -
TAG
Tags of the entity
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-