| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
FileSecurityProfile |
FileSecurityProfile.Builder.build() |
FileSecurityProfile |
FileSecurityProfile.patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
FileSecurityProfile |
FileSecurityProfile.put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
FileSecurityProfile |
FileSecurityProfile.withAzureSubscriptionId(String azureSubscriptionId) |
FileSecurityProfile |
FileSecurityProfile.withAzureTenantId(String azureTenantId) |
FileSecurityProfile |
FileSecurityProfile.withCertificateThumbprint(String certificateThumbprint) |
FileSecurityProfile |
FileSecurityProfile.withFileType(String fileType) |
FileSecurityProfile |
FileSecurityProfile.withFirstSeenDateTime(OffsetDateTime firstSeenDateTime) |
FileSecurityProfile |
FileSecurityProfile.withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
FileSecurityProfile |
FileSecurityProfile.withRiskScore(String riskScore) |
FileSecurityProfile |
FileSecurityProfile.withSize(Long size) |
FileSecurityProfile |
FileSecurityProfile.withVendorInformation(SecurityVendorInformation vendorInformation) |
Copyright © 2018–2020. All rights reserved.