public class SecureScoreControlProfile 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 |
SecureScoreControlProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
actionType |
protected String |
actionUrl |
protected String |
azureTenantId |
protected List<ComplianceInformation> |
complianceInformation |
protected String |
complianceInformationNextLink |
protected String |
controlCategory |
protected List<SecureScoreControlStateUpdate> |
controlStateUpdates |
protected String |
controlStateUpdatesNextLink |
protected Boolean |
deprecated |
protected String |
implementationCost |
protected OffsetDateTime |
lastModifiedDateTime |
protected Double |
maxScore |
protected Integer |
rank |
protected String |
remediation |
protected String |
remediationImpact |
protected String |
service |
protected List<String> |
threats |
protected String |
threatsNextLink |
protected String |
tier |
protected String |
title |
protected String |
userImpact |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SecureScoreControlProfile() |
protected String actionType
protected String actionUrl
protected String azureTenantId
protected List<ComplianceInformation> complianceInformation
protected String complianceInformationNextLink
protected String controlCategory
protected List<SecureScoreControlStateUpdate> controlStateUpdates
protected String controlStateUpdatesNextLink
protected Boolean deprecated
protected String implementationCost
protected OffsetDateTime lastModifiedDateTime
protected Double maxScore
protected Integer rank
protected String remediation
protected String remediationImpact
protected String service
protected String threatsNextLink
protected String tier
protected String title
protected String userImpact
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SecureScoreControlProfile.Builder builderSecureScoreControlProfile()
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 SecureScoreControlProfile withActionType(String actionType)
public SecureScoreControlProfile withActionUrl(String actionUrl)
public SecureScoreControlProfile withAzureTenantId(String azureTenantId)
public com.github.davidmoten.odata.client.CollectionPage<ComplianceInformation> getComplianceInformation()
public SecureScoreControlProfile withControlCategory(String controlCategory)
public com.github.davidmoten.odata.client.CollectionPage<SecureScoreControlStateUpdate> getControlStateUpdates()
public SecureScoreControlProfile withDeprecated(Boolean deprecated)
public SecureScoreControlProfile withImplementationCost(String implementationCost)
public Optional<OffsetDateTime> getLastModifiedDateTime()
public SecureScoreControlProfile withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime)
public SecureScoreControlProfile withMaxScore(Double maxScore)
public SecureScoreControlProfile withRank(Integer rank)
public SecureScoreControlProfile withRemediation(String remediation)
public SecureScoreControlProfile withRemediationImpact(String remediationImpact)
public SecureScoreControlProfile withService(String service)
public com.github.davidmoten.odata.client.CollectionPage<String> getThreats()
public SecureScoreControlProfile withTier(String tier)
public SecureScoreControlProfile withTitle(String title)
public SecureScoreControlProfile withUserImpact(String userImpact)
public Optional<SecurityVendorInformation> getVendorInformation()
public SecureScoreControlProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SecureScoreControlProfile patch()
this with changed fields reset.public SecureScoreControlProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.