public class FileSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.TopSupported
true
Org.OData.Capabilities.V1.SkipSupported
true
| Modifier and Type | Class and Description |
|---|---|
static class |
FileSecurityProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
activityGroupNames |
protected String |
activityGroupNamesNextLink |
protected String |
azureSubscriptionId |
protected String |
azureTenantId |
protected String |
certificateThumbprint |
protected List<String> |
extensions |
protected String |
extensionsNextLink |
protected String |
fileType |
protected OffsetDateTime |
firstSeenDateTime |
protected List<FileHash> |
hashes |
protected String |
hashesNextLink |
protected OffsetDateTime |
lastSeenDateTime |
protected List<MalwareState> |
malwareStates |
protected String |
malwareStatesNextLink |
protected List<String> |
names |
protected String |
namesNextLink |
protected String |
riskScore |
protected Long |
size |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected SecurityVendorInformation |
vendorInformation |
protected List<VulnerabilityState> |
vulnerabilityStates |
protected String |
vulnerabilityStatesNextLink |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
FileSecurityProfile() |
| Modifier and Type | Method and Description |
|---|---|
static FileSecurityProfile.Builder |
builderFileSecurityProfile()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.CollectionPage<String> |
getActivityGroupNames() |
Optional<String> |
getAzureSubscriptionId() |
Optional<String> |
getAzureTenantId() |
Optional<String> |
getCertificateThumbprint() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getExtensions() |
Optional<String> |
getFileType() |
Optional<OffsetDateTime> |
getFirstSeenDateTime() |
com.github.davidmoten.odata.client.CollectionPage<FileHash> |
getHashes() |
Optional<OffsetDateTime> |
getLastSeenDateTime() |
com.github.davidmoten.odata.client.CollectionPage<MalwareState> |
getMalwareStates() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getNames() |
Optional<String> |
getRiskScore() |
Optional<Long> |
getSize() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getTags() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<SecurityVendorInformation> |
getVendorInformation() |
com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState> |
getVulnerabilityStates() |
String |
odataTypeName() |
FileSecurityProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
FileSecurityProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
FileSecurityProfile |
withAzureSubscriptionId(String azureSubscriptionId) |
FileSecurityProfile |
withAzureTenantId(String azureTenantId) |
FileSecurityProfile |
withCertificateThumbprint(String certificateThumbprint) |
FileSecurityProfile |
withFileType(String fileType) |
FileSecurityProfile |
withFirstSeenDateTime(OffsetDateTime firstSeenDateTime) |
FileSecurityProfile |
withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
FileSecurityProfile |
withRiskScore(String riskScore) |
FileSecurityProfile |
withSize(Long size) |
FileSecurityProfile |
withVendorInformation(SecurityVendorInformation vendorInformation) |
protected String activityGroupNamesNextLink
protected String azureSubscriptionId
protected String azureTenantId
protected String certificateThumbprint
protected String extensionsNextLink
protected String fileType
protected OffsetDateTime firstSeenDateTime
protected String hashesNextLink
protected OffsetDateTime lastSeenDateTime
protected List<MalwareState> malwareStates
protected String malwareStatesNextLink
protected String namesNextLink
protected String riskScore
protected Long size
protected String tagsNextLink
protected SecurityVendorInformation vendorInformation
protected List<VulnerabilityState> vulnerabilityStates
protected String vulnerabilityStatesNextLink
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static FileSecurityProfile.Builder builderFileSecurityProfile()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames()
public FileSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
public FileSecurityProfile withAzureTenantId(String azureTenantId)
public FileSecurityProfile withCertificateThumbprint(String certificateThumbprint)
public com.github.davidmoten.odata.client.CollectionPage<String> getExtensions()
public FileSecurityProfile withFileType(String fileType)
public Optional<OffsetDateTime> getFirstSeenDateTime()
public FileSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
public com.github.davidmoten.odata.client.CollectionPage<FileHash> getHashes()
public Optional<OffsetDateTime> getLastSeenDateTime()
public FileSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public com.github.davidmoten.odata.client.CollectionPage<MalwareState> getMalwareStates()
public com.github.davidmoten.odata.client.CollectionPage<String> getNames()
public FileSecurityProfile withRiskScore(String riskScore)
public FileSecurityProfile withSize(Long size)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public Optional<SecurityVendorInformation> getVendorInformation()
public FileSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState> getVulnerabilityStates()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic FileSecurityProfile patch()
this with changed fields reset.public FileSecurityProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.