Uses of Enum
com.microsoft.graph.models.CommunityPrivacy
Packages that use CommunityPrivacy
-
Uses of CommunityPrivacy in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return CommunityPrivacyModifier and TypeMethodDescriptionstatic CommunityPrivacyCommunity.getPrivacy()Gets the privacy property value.static CommunityPrivacyReturns the enum constant of this type with the specified name.static CommunityPrivacy[]CommunityPrivacy.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 CommunityPrivacyModifier and TypeMethodDescriptionvoidCommunity.setPrivacy(CommunityPrivacy value) Sets the privacy property value.