Uses of Class
odata.msgraph.client.enums.AuthenticationMethodModes
-
Packages that use AuthenticationMethodModes Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request odata.msgraph.client.enums -
-
Uses of AuthenticationMethodModes in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type AuthenticationMethodModes Modifier and Type Field Description protected List<AuthenticationMethodModes>UpdateAllowedCombinationsResult. currentCombinationsprotected List<AuthenticationMethodModes>UpdateAllowedCombinationsResult. previousCombinationsMethods in odata.msgraph.client.complex that return types with arguments of type AuthenticationMethodModes Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>UpdateAllowedCombinationsResult. getCurrentCombinations()com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>UpdateAllowedCombinationsResult. getCurrentCombinations(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>UpdateAllowedCombinationsResult. getPreviousCombinations()com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>UpdateAllowedCombinationsResult. getPreviousCombinations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type AuthenticationMethodModes Modifier and Type Method Description UpdateAllowedCombinationsResult.BuilderUpdateAllowedCombinationsResult.Builder. currentCombinations(AuthenticationMethodModes... currentCombinations)UpdateAllowedCombinationsResult.BuilderUpdateAllowedCombinationsResult.Builder. previousCombinations(AuthenticationMethodModes... previousCombinations)Method parameters in odata.msgraph.client.complex with type arguments of type AuthenticationMethodModes Modifier and Type Method Description UpdateAllowedCombinationsResult.BuilderUpdateAllowedCombinationsResult.Builder. currentCombinations(List<AuthenticationMethodModes> currentCombinations)UpdateAllowedCombinationsResult.BuilderUpdateAllowedCombinationsResult.Builder. previousCombinations(List<AuthenticationMethodModes> previousCombinations) -
Uses of AuthenticationMethodModes in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AuthenticationMethodModes Modifier and Type Field Description protected List<AuthenticationMethodModes>AuthenticationStrengthPolicy. allowedCombinationsprotected List<AuthenticationMethodModes>AuthenticationCombinationConfiguration. appliesToCombinationsprotected List<AuthenticationMethodModes>AuthenticationStrengthRoot. combinationsMethods in odata.msgraph.client.entity that return types with arguments of type AuthenticationMethodModes Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationStrengthPolicy. getAllowedCombinations()com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationStrengthPolicy. getAllowedCombinations(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationCombinationConfiguration. getAppliesToCombinations()com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationCombinationConfiguration. getAppliesToCombinations(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationStrengthRoot. getCombinations()com.github.davidmoten.odata.client.CollectionPage<AuthenticationMethodModes>AuthenticationStrengthRoot. getCombinations(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AuthenticationMethodModes Modifier and Type Method Description AuthenticationStrengthPolicy.BuilderAuthenticationStrengthPolicy.Builder. allowedCombinations(AuthenticationMethodModes... allowedCombinations)Fido2CombinationConfiguration.BuilderFido2CombinationConfiguration.Builder. appliesToCombinations(AuthenticationMethodModes... appliesToCombinations)X509CertificateCombinationConfiguration.BuilderX509CertificateCombinationConfiguration.Builder. appliesToCombinations(AuthenticationMethodModes... appliesToCombinations)AuthenticationStrengthRoot.BuilderAuthenticationStrengthRoot.Builder. combinations(AuthenticationMethodModes... combinations) -
Uses of AuthenticationMethodModes in odata.msgraph.client.entity.request
Method parameters in odata.msgraph.client.entity.request with type arguments of type AuthenticationMethodModes Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UpdateAllowedCombinationsResult>AuthenticationStrengthPolicyRequest. updateAllowedCombinations(List<AuthenticationMethodModes> allowedCombinations) -
Uses of AuthenticationMethodModes in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return AuthenticationMethodModes Modifier and Type Method Description static AuthenticationMethodModesAuthenticationMethodModes. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationMethodModes[]AuthenticationMethodModes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-