Uses of Enum
com.microsoft.graph.models.ChannelMembershipType
Packages that use ChannelMembershipType
-
Uses of ChannelMembershipType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChannelMembershipTypeModifier and TypeMethodDescriptionstatic ChannelMembershipTypeChannel.getMembershipType()Gets the membershipType property value.static ChannelMembershipTypeReturns the enum constant of this type with the specified name.static ChannelMembershipType[]ChannelMembershipType.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 ChannelMembershipTypeModifier and TypeMethodDescriptionvoidChannel.setMembershipType(ChannelMembershipType value) Sets the membershipType property value.