Uses of Enum
com.microsoft.graph.models.AttributeType
Packages that use AttributeType
-
Uses of AttributeType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttributeTypeModifier and TypeMethodDescriptionstatic AttributeTypeAttributeDefinition.getType()Gets the type property value.AttributeMappingParameterSchema.getType()Gets the type property value.static AttributeTypeReturns the enum constant of this type with the specified name.static AttributeType[]AttributeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type AttributeTypeModifier and TypeMethodDescriptionFilterOperatorSchema.getSupportedAttributeTypes()Gets the supportedAttributeTypes property value.Methods in com.microsoft.graph.models with parameters of type AttributeTypeModifier and TypeMethodDescriptionvoidAttributeDefinition.setType(AttributeType value) Sets the type property value.voidAttributeMappingParameterSchema.setType(AttributeType value) Sets the type property value.Method parameters in com.microsoft.graph.models with type arguments of type AttributeTypeModifier and TypeMethodDescriptionvoidFilterOperatorSchema.setSupportedAttributeTypes(List<AttributeType> value) Sets the supportedAttributeTypes property value.