| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
SecureScore |
SecureScore.Builder.build() |
SecureScore |
SecureScore.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
SecureScore |
SecureScore.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
SecureScore |
SecureScore.withActiveUserCount(Integer activeUserCount) |
SecureScore |
SecureScore.withAzureTenantId(String azureTenantId) |
SecureScore |
SecureScore.withCreatedDateTime(OffsetDateTime createdDateTime) |
SecureScore |
SecureScore.withCurrentScore(Double currentScore) |
SecureScore |
SecureScore.withLicensedUserCount(Integer licensedUserCount) |
SecureScore |
SecureScore.withMaxScore(Double maxScore) |
SecureScore |
SecureScore.withVendorInformation(SecurityVendorInformation vendorInformation) |
Copyright © 2018–2020. All rights reserved.