Uses of Enum
com.microsoft.graph.models.ChannelLayoutType
Packages that use ChannelLayoutType
-
Uses of ChannelLayoutType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChannelLayoutTypeModifier and TypeMethodDescriptionstatic ChannelLayoutTypeChannel.getLayoutType()Gets the layoutType property value.static ChannelLayoutTypeReturns the enum constant of this type with the specified name.static ChannelLayoutType[]ChannelLayoutType.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 ChannelLayoutTypeModifier and TypeMethodDescriptionvoidChannel.setLayoutType(ChannelLayoutType value) Sets the layoutType property value.