Package odata.msgraph.client.beta.entity
Class FileSecurityProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.FileSecurityProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class FileSecurityProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = true
Org.OData.Capabilities.V1.SkipSupported
true
Org.OData.Capabilities.V1.SortRestrictions
Sortable = true
Org.OData.Capabilities.V1.TopSupported
true
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileSecurityProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>activityGroupNamesprotected StringactivityGroupNamesNextLinkprotected StringazureSubscriptionIdprotected StringazureTenantIdprotected StringcertificateThumbprintprotected List<String>extensionsprotected StringextensionsNextLinkprotected StringfileTypeprotected OffsetDateTimefirstSeenDateTimeprotected List<FileHash>hashesprotected StringhashesNextLinkprotected OffsetDateTimelastSeenDateTimeprotected List<MalwareState>malwareStatesprotected StringmalwareStatesNextLinkprotected List<String>namesprotected StringnamesNextLinkprotected StringriskScoreprotected Longsizeprotected List<String>tagsprotected StringtagsNextLinkprotected SecurityVendorInformationvendorInformationprotected List<VulnerabilityState>vulnerabilityStatesprotected StringvulnerabilityStatesNextLink-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFileSecurityProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FileSecurityProfile.BuilderbuilderFileSecurityProfile()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()com.github.davidmoten.odata.client.CollectionPage<String>getActivityGroupNames(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getAzureSubscriptionId()Optional<String>getAzureTenantId()Optional<String>getCertificateThumbprint()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<String>getExtensions()com.github.davidmoten.odata.client.CollectionPage<String>getExtensions(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getFileType()Optional<OffsetDateTime>getFirstSeenDateTime()com.github.davidmoten.odata.client.CollectionPage<FileHash>getHashes()com.github.davidmoten.odata.client.CollectionPage<FileHash>getHashes(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<OffsetDateTime>getLastSeenDateTime()com.github.davidmoten.odata.client.CollectionPage<MalwareState>getMalwareStates()com.github.davidmoten.odata.client.CollectionPage<MalwareState>getMalwareStates(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<String>getNames()com.github.davidmoten.odata.client.CollectionPage<String>getNames(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getRiskScore()Optional<Long>getSize()com.github.davidmoten.odata.client.CollectionPage<String>getTags()com.github.davidmoten.odata.client.CollectionPage<String>getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()Optional<SecurityVendorInformation>getVendorInformation()com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState>getVulnerabilityStates()com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState>getVulnerabilityStates(com.github.davidmoten.odata.client.HttpRequestOptions options)StringodataTypeName()FileSecurityProfilepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)FileSecurityProfileput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()FileSecurityProfilewithActivityGroupNames(List<String> activityGroupNames)FileSecurityProfilewithAzureSubscriptionId(String azureSubscriptionId)FileSecurityProfilewithAzureTenantId(String azureTenantId)FileSecurityProfilewithCertificateThumbprint(String certificateThumbprint)FileSecurityProfilewithExtensions(List<String> extensions)FileSecurityProfilewithFileType(String fileType)FileSecurityProfilewithFirstSeenDateTime(OffsetDateTime firstSeenDateTime)FileSecurityProfilewithHashes(List<FileHash> hashes)FileSecurityProfilewithLastSeenDateTime(OffsetDateTime lastSeenDateTime)FileSecurityProfilewithMalwareStates(List<MalwareState> malwareStates)FileSecurityProfilewithNames(List<String> names)FileSecurityProfilewithRiskScore(String riskScore)FileSecurityProfilewithSize(Long size)FileSecurityProfilewithTags(List<String> tags)FileSecurityProfilewithUnmappedField(String name, String value)FileSecurityProfilewithVendorInformation(SecurityVendorInformation vendorInformation)FileSecurityProfilewithVulnerabilityStates(List<VulnerabilityState> vulnerabilityStates)
-
-
-
Field Detail
-
activityGroupNamesNextLink
protected String activityGroupNamesNextLink
-
azureSubscriptionId
protected String azureSubscriptionId
-
azureTenantId
protected String azureTenantId
-
certificateThumbprint
protected String certificateThumbprint
-
extensionsNextLink
protected String extensionsNextLink
-
fileType
protected String fileType
-
firstSeenDateTime
protected OffsetDateTime firstSeenDateTime
-
hashesNextLink
protected String hashesNextLink
-
lastSeenDateTime
protected OffsetDateTime lastSeenDateTime
-
malwareStates
protected List<MalwareState> malwareStates
-
malwareStatesNextLink
protected String malwareStatesNextLink
-
namesNextLink
protected String namesNextLink
-
riskScore
protected String riskScore
-
size
protected Long size
-
tagsNextLink
protected String tagsNextLink
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
vulnerabilityStates
protected List<VulnerabilityState> vulnerabilityStates
-
vulnerabilityStatesNextLink
protected String vulnerabilityStatesNextLink
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderFileSecurityProfile
public static FileSecurityProfile.Builder builderFileSecurityProfile()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
getActivityGroupNames
public com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames()
-
withActivityGroupNames
public FileSecurityProfile withActivityGroupNames(List<String> activityGroupNames)
-
getActivityGroupNames
public com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAzureSubscriptionId
public FileSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
-
withAzureTenantId
public FileSecurityProfile withAzureTenantId(String azureTenantId)
-
withCertificateThumbprint
public FileSecurityProfile withCertificateThumbprint(String certificateThumbprint)
-
getExtensions
public com.github.davidmoten.odata.client.CollectionPage<String> getExtensions()
-
withExtensions
public FileSecurityProfile withExtensions(List<String> extensions)
-
getExtensions
public com.github.davidmoten.odata.client.CollectionPage<String> getExtensions(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withFileType
public FileSecurityProfile withFileType(String fileType)
-
getFirstSeenDateTime
public Optional<OffsetDateTime> getFirstSeenDateTime()
-
withFirstSeenDateTime
public FileSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
-
getHashes
public com.github.davidmoten.odata.client.CollectionPage<FileHash> getHashes()
-
withHashes
public FileSecurityProfile withHashes(List<FileHash> hashes)
-
getHashes
public com.github.davidmoten.odata.client.CollectionPage<FileHash> getHashes(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getLastSeenDateTime
public Optional<OffsetDateTime> getLastSeenDateTime()
-
withLastSeenDateTime
public FileSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
-
getMalwareStates
public com.github.davidmoten.odata.client.CollectionPage<MalwareState> getMalwareStates()
-
withMalwareStates
public FileSecurityProfile withMalwareStates(List<MalwareState> malwareStates)
-
getMalwareStates
public com.github.davidmoten.odata.client.CollectionPage<MalwareState> getMalwareStates(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getNames
public com.github.davidmoten.odata.client.CollectionPage<String> getNames()
-
withNames
public FileSecurityProfile withNames(List<String> names)
-
getNames
public com.github.davidmoten.odata.client.CollectionPage<String> getNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withRiskScore
public FileSecurityProfile withRiskScore(String riskScore)
-
withSize
public FileSecurityProfile withSize(Long size)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
withTags
public FileSecurityProfile withTags(List<String> tags)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public FileSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
-
getVulnerabilityStates
public com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState> getVulnerabilityStates()
-
withVulnerabilityStates
public FileSecurityProfile withVulnerabilityStates(List<VulnerabilityState> vulnerabilityStates)
-
getVulnerabilityStates
public com.github.davidmoten.odata.client.CollectionPage<VulnerabilityState> getVulnerabilityStates(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withUnmappedField
public FileSecurityProfile withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public FileSecurityProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public FileSecurityProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-