Package com.microsoft.graph.models
Enum Class AttributeDefinitionMetadata
- All Implemented Interfaces:
Serializable,Comparable<AttributeDefinitionMetadata>,Constable
The Enum Attribute Definition Metadata.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBase Attribute NameComplex Object DefinitionIs ContainerIs Customer DefinedIs Domain QualifiedLink Property NamesLink Type NameMaximum LengthReferenced PropertyFor AttributeDefinitionMetadata values that were not expected from the service -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeDefinitionMetadataReturns the enum constant of this class with the specified name.static AttributeDefinitionMetadata[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
BASE_ATTRIBUTE_NAME
Base Attribute Name -
COMPLEX_OBJECT_DEFINITION
Complex Object Definition -
IS_CONTAINER
Is Container -
IS_CUSTOMER_DEFINED
Is Customer Defined -
IS_DOMAIN_QUALIFIED
Is Domain Qualified -
LINK_PROPERTY_NAMES
Link Property Names -
LINK_TYPE_NAME
Link Type Name -
MAXIMUM_LENGTH
Maximum Length -
REFERENCED_PROPERTY
Referenced Property -
UNEXPECTED_VALUE
For AttributeDefinitionMetadata values that were not expected from the service
-
-
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
-