Uses of Class
odata.msgraph.client.complex.AverageComparativeScore
-
Packages that use AverageComparativeScore Package Description odata.msgraph.client.complex odata.msgraph.client.entity -
-
Uses of AverageComparativeScore in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return AverageComparativeScore Modifier and Type Method Description AverageComparativeScoreAverageComparativeScore.Builder. build()AverageComparativeScoreAverageComparativeScore. withAverageScore(Double averageScore)AverageComparativeScoreAverageComparativeScore. withBasis(String basis)AverageComparativeScoreAverageComparativeScore. withUnmappedField(String name, Object value) -
Uses of AverageComparativeScore in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AverageComparativeScore Modifier and Type Field Description protected List<AverageComparativeScore>SecureScore. averageComparativeScoresMethods in odata.msgraph.client.entity that return types with arguments of type AverageComparativeScore Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore>SecureScore. getAverageComparativeScores()com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore>SecureScore. getAverageComparativeScores(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.entity with parameters of type AverageComparativeScore Modifier and Type Method Description SecureScore.BuilderSecureScore.Builder. averageComparativeScores(AverageComparativeScore... averageComparativeScores)Method parameters in odata.msgraph.client.entity with type arguments of type AverageComparativeScore Modifier and Type Method Description SecureScore.BuilderSecureScore.Builder. averageComparativeScores(List<AverageComparativeScore> averageComparativeScores)SecureScoreSecureScore. withAverageComparativeScores(List<AverageComparativeScore> averageComparativeScores)
-