Uses of Enum
com.microsoft.graph.models.ColumnTypes
Packages that use ColumnTypes
-
Uses of ColumnTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ColumnTypesModifier and TypeMethodDescriptionstatic ColumnTypesColumnDefinition.getType()Gets the type property value.static ColumnTypesReturns the enum constant of this type with the specified name.static ColumnTypes[]ColumnTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type ColumnTypesModifier and TypeMethodDescriptionvoidColumnDefinition.setType(ColumnTypes value) Sets the type property value.