Uses of Class
odata.msgraph.client.enums.RiskState
-
Packages that use RiskState Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of RiskState in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as RiskState Modifier and Type Field Description protected RiskStateRiskDetection. riskStateprotected RiskStateRiskyServicePrincipal. riskStateprotected RiskStateRiskyUser. riskStateprotected RiskStateServicePrincipalRiskDetection. riskStateprotected RiskStateSignIn. riskStateMethods in odata.msgraph.client.entity that return types with arguments of type RiskState Modifier and Type Method Description Optional<RiskState>RiskDetection. getRiskState()Optional<RiskState>RiskyServicePrincipal. getRiskState()Optional<RiskState>RiskyUser. getRiskState()Optional<RiskState>ServicePrincipalRiskDetection. getRiskState()Optional<RiskState>SignIn. getRiskState() -
Uses of RiskState in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return RiskState Modifier and Type Method Description static RiskStateRiskState. valueOf(String name)Returns the enum constant of this type with the specified name.static RiskState[]RiskState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-