Uses of Class
odata.msgraph.client.beta.entity.SecureScore
-
Packages that use SecureScore Package Description odata.msgraph.client.beta.entity -
-
Uses of SecureScore in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.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, String value)SecureScoreSecureScore. withVendorInformation(SecurityVendorInformation vendorInformation)
-