Uses of Enum
com.microsoft.graph.models.AllowInvitesFrom
Packages that use AllowInvitesFrom
-
Uses of AllowInvitesFrom in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AllowInvitesFromModifier and TypeMethodDescriptionstatic AllowInvitesFromAuthorizationPolicy.getAllowInvitesFrom()Gets the allowInvitesFrom property value.static AllowInvitesFromReturns the enum constant of this type with the specified name.static AllowInvitesFrom[]AllowInvitesFrom.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 AllowInvitesFromModifier and TypeMethodDescriptionvoidAuthorizationPolicy.setAllowInvitesFrom(AllowInvitesFrom value) Sets the allowInvitesFrom property value.