Uses of Class
odata.msgraph.client.entity.SecureScore
-
Packages that use SecureScore Package Description odata.msgraph.client.entity -
-
Uses of SecureScore in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type SecureScore Modifier and Type Field Description protected List<SecureScore>Security. secureScoresMethods in odata.msgraph.client.entity that return SecureScore Modifier and Type Method Description SecureScoreSecureScore.Builder. build()SecureScoreSecureScore. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.SecureScoreSecureScore. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).SecureScoreSecureScore. withActiveUserCount(Integer activeUserCount)SecureScoreSecureScore. withAverageComparativeScores(List<AverageComparativeScore> averageComparativeScores)SecureScoreSecureScore. withAzureTenantId(String azureTenantId)SecureScoreSecureScore. withControlScores(List<ControlScore> controlScores)SecureScoreSecureScore. withCreatedDateTime(OffsetDateTime createdDateTime)SecureScoreSecureScore. withCurrentScore(Double currentScore)SecureScoreSecureScore. withEnabledServices(List<String> enabledServices)SecureScoreSecureScore. withLicensedUserCount(Integer licensedUserCount)SecureScoreSecureScore. withMaxScore(Double maxScore)SecureScoreSecureScore. withUnmappedField(String name, Object value)SecureScoreSecureScore. withVendorInformation(SecurityVendorInformation vendorInformation)Methods in odata.msgraph.client.entity with parameters of type SecureScore Modifier and Type Method Description Security.BuilderSecurity.Builder. secureScores(SecureScore... secureScores)Method parameters in odata.msgraph.client.entity with type arguments of type SecureScore Modifier and Type Method Description Security.BuilderSecurity.Builder. secureScores(List<SecureScore> secureScores)SecuritySecurity. withSecureScores(List<SecureScore> secureScores)
-