Uses of Class
odata.msgraph.client.complex.UpdateAllowedCombinationsResult
-
Packages that use UpdateAllowedCombinationsResult Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of UpdateAllowedCombinationsResult in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return UpdateAllowedCombinationsResult Modifier and Type Method Description UpdateAllowedCombinationsResultUpdateAllowedCombinationsResult.Builder. build()UpdateAllowedCombinationsResultUpdateAllowedCombinationsResult. withAdditionalInformation(String additionalInformation)UpdateAllowedCombinationsResultUpdateAllowedCombinationsResult. withUnmappedField(String name, Object value) -
Uses of UpdateAllowedCombinationsResult in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type UpdateAllowedCombinationsResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UpdateAllowedCombinationsResult>AuthenticationStrengthPolicy. updateAllowedCombinations(List<AuthenticationMethodModes> allowedCombinations) -
Uses of UpdateAllowedCombinationsResult in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type UpdateAllowedCombinationsResult Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<UpdateAllowedCombinationsResult>AuthenticationStrengthPolicyRequest. updateAllowedCombinations(List<AuthenticationMethodModes> allowedCombinations)
-