Uses of Enum
com.microsoft.graph.models.ConditionalAccessGuestOrExternalUserTypes
Packages that use ConditionalAccessGuestOrExternalUserTypes
-
Uses of ConditionalAccessGuestOrExternalUserTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessGuestOrExternalUserTypesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ConditionalAccessGuestOrExternalUserTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ConditionalAccessGuestOrExternalUserTypesModifier and TypeMethodDescriptionUserSignIn.getExternalUserType()Gets the externalUserType property value.ConditionalAccessGuestsOrExternalUsers.getGuestOrExternalUserTypes()Gets the guestOrExternalUserTypes property value.Method parameters in com.microsoft.graph.models with type arguments of type ConditionalAccessGuestOrExternalUserTypesModifier and TypeMethodDescriptionvoidUserSignIn.setExternalUserType(EnumSet<ConditionalAccessGuestOrExternalUserTypes> value) Sets the externalUserType property value.voidConditionalAccessGuestsOrExternalUsers.setGuestOrExternalUserTypes(EnumSet<ConditionalAccessGuestOrExternalUserTypes> value) Sets the guestOrExternalUserTypes property value.