Uses of Enum
com.microsoft.graph.models.ConditionalAccessTransferMethods
Packages that use ConditionalAccessTransferMethods
-
Uses of ConditionalAccessTransferMethods in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ConditionalAccessTransferMethodsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ConditionalAccessTransferMethods[]ConditionalAccessTransferMethods.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 ConditionalAccessTransferMethodsModifier and TypeMethodDescriptionAuthenticationFlow.getTransferMethod()Gets the transferMethod property value.ConditionalAccessAuthenticationFlows.getTransferMethods()Gets the transferMethods property value.Method parameters in com.microsoft.graph.models with type arguments of type ConditionalAccessTransferMethodsModifier and TypeMethodDescriptionvoidAuthenticationFlow.setTransferMethod(EnumSet<ConditionalAccessTransferMethods> value) Sets the transferMethod property value.voidConditionalAccessAuthenticationFlows.setTransferMethods(EnumSet<ConditionalAccessTransferMethods> value) Sets the transferMethods property value.