Uses of Class
odata.msgraph.client.beta.entity.FileSecurityProfile
-
Packages that use FileSecurityProfile Package Description odata.msgraph.client.beta.entity -
-
Uses of FileSecurityProfile in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return FileSecurityProfile Modifier and Type Method Description FileSecurityProfileFileSecurityProfile.Builder. build()FileSecurityProfileFileSecurityProfile. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.FileSecurityProfileFileSecurityProfile. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).FileSecurityProfileFileSecurityProfile. withActivityGroupNames(List<String> activityGroupNames)FileSecurityProfileFileSecurityProfile. withAzureSubscriptionId(String azureSubscriptionId)FileSecurityProfileFileSecurityProfile. withAzureTenantId(String azureTenantId)FileSecurityProfileFileSecurityProfile. withCertificateThumbprint(String certificateThumbprint)FileSecurityProfileFileSecurityProfile. withExtensions(List<String> extensions)FileSecurityProfileFileSecurityProfile. withFileType(String fileType)FileSecurityProfileFileSecurityProfile. withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)FileSecurityProfileFileSecurityProfile. withHashes(List<FileHash> hashes)FileSecurityProfileFileSecurityProfile. withLastSeenDateTime(OffsetDateTime lastSeenDateTime)FileSecurityProfileFileSecurityProfile. withMalwareStates(List<MalwareState> malwareStates)FileSecurityProfileFileSecurityProfile. withNames(List<String> names)FileSecurityProfileFileSecurityProfile. withRiskScore(String riskScore)FileSecurityProfileFileSecurityProfile. withSize(Long size)FileSecurityProfileFileSecurityProfile. withTags(List<String> tags)FileSecurityProfileFileSecurityProfile. withUnmappedField(String name, String value)FileSecurityProfileFileSecurityProfile. withVendorInformation(SecurityVendorInformation vendorInformation)FileSecurityProfileFileSecurityProfile. withVulnerabilityStates(List<VulnerabilityState> vulnerabilityStates)
-