Uses of Class
odata.msgraph.client.beta.enums.RiskLevel
-
Packages that use RiskLevel Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of RiskLevel in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type RiskLevel Modifier and Type Field Description protected List<RiskLevel>ConditionalAccessConditionSet. signInRiskLevelsprotected List<RiskLevel>ConditionalAccessConditionSet. userRiskLevelsMethods in odata.msgraph.client.beta.complex that return types with arguments of type RiskLevel Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getSignInRiskLevels()com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getSignInRiskLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getUserRiskLevels()com.github.davidmoten.odata.client.CollectionPage<RiskLevel>ConditionalAccessConditionSet. getUserRiskLevels(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type RiskLevel Modifier and Type Method Description ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. signInRiskLevels(RiskLevel... signInRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. userRiskLevels(RiskLevel... userRiskLevels)Method parameters in odata.msgraph.client.beta.complex with type arguments of type RiskLevel Modifier and Type Method Description ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. signInRiskLevels(List<RiskLevel> signInRiskLevels)ConditionalAccessConditionSet.BuilderConditionalAccessConditionSet.Builder. userRiskLevels(List<RiskLevel> userRiskLevels) -
Uses of RiskLevel in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as RiskLevel Modifier and Type Field Description protected RiskLevelRiskDetection. riskLevelprotected RiskLevelRiskyUser. riskLevelprotected RiskLevelSignIn. riskLevelAggregatedprotected RiskLevelSignIn. riskLevelDuringSignInMethods in odata.msgraph.client.beta.entity that return types with arguments of type RiskLevel Modifier and Type Method Description Optional<RiskLevel>RiskDetection. getRiskLevel()Optional<RiskLevel>RiskyUser. getRiskLevel()Optional<RiskLevel>SignIn. getRiskLevelAggregated()Optional<RiskLevel>SignIn. getRiskLevelDuringSignIn()Methods in odata.msgraph.client.beta.entity with parameters of type RiskLevel Modifier and Type Method Description RiskDetection.BuilderRiskDetection.Builder. riskLevel(RiskLevel riskLevel)RiskyUser.BuilderRiskyUser.Builder. riskLevel(RiskLevel riskLevel)RiskyUserHistoryItem.BuilderRiskyUserHistoryItem.Builder. riskLevel(RiskLevel riskLevel)RestrictedSignIn.BuilderRestrictedSignIn.Builder. riskLevelAggregated(RiskLevel riskLevelAggregated)SignIn.BuilderSignIn.Builder. riskLevelAggregated(RiskLevel riskLevelAggregated)RestrictedSignIn.BuilderRestrictedSignIn.Builder. riskLevelDuringSignIn(RiskLevel riskLevelDuringSignIn)SignIn.BuilderSignIn.Builder. riskLevelDuringSignIn(RiskLevel riskLevelDuringSignIn)RiskDetectionRiskDetection. withRiskLevel(RiskLevel riskLevel)RiskyUserRiskyUser. withRiskLevel(RiskLevel riskLevel)SignInSignIn. withRiskLevelAggregated(RiskLevel riskLevelAggregated)SignInSignIn. withRiskLevelDuringSignIn(RiskLevel riskLevelDuringSignIn) -
Uses of RiskLevel in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return RiskLevel Modifier and Type Method Description static RiskLevelRiskLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static RiskLevel[]RiskLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-