Uses of Class
odata.msgraph.client.complex.ControlScore
-
Packages that use ControlScore Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of ControlScore in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ControlScore Modifier and Type Method Description ControlScoreControlScore.Builder. build()ControlScoreControlScore. withControlCategory(String controlCategory)ControlScoreControlScore. withControlName(String controlName)ControlScoreControlScore. withDescription(String description)ControlScoreControlScore. withScore(Double score)ControlScoreControlScore. withUnmappedField(String name, String value) -
Uses of ControlScore in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type ControlScore Modifier and Type Field Description protected List<ControlScore>SecureScore. controlScoresMethods in odata.msgraph.client.entity that return types with arguments of type ControlScore Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ControlScore>SecureScore. getControlScores()com.github.davidmoten.odata.client.CollectionPage<ControlScore>SecureScore. getControlScores(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type ControlScore Modifier and Type Method Description SecureScore.BuilderSecureScore.Builder. controlScores(ControlScore... controlScores)Method parameters in odata.msgraph.client.entity with type arguments of type ControlScore Modifier and Type Method Description SecureScore.BuilderSecureScore.Builder. controlScores(List<ControlScore> controlScores)SecureScoreSecureScore. withControlScores(List<ControlScore> controlScores)
-