public class SecureScore 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 |
SecureScore.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
activeUserCount |
protected List<AverageComparativeScore> |
averageComparativeScores |
protected String |
averageComparativeScoresNextLink |
protected String |
azureTenantId |
protected List<ControlScore> |
controlScores |
protected String |
controlScoresNextLink |
protected OffsetDateTime |
createdDateTime |
protected Double |
currentScore |
protected List<String> |
enabledServices |
protected String |
enabledServicesNextLink |
protected Integer |
licensedUserCount |
protected Double |
maxScore |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
SecureScore() |
| Modifier and Type | Method and Description |
|---|---|
static SecureScore.Builder |
builderSecureScore()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<Integer> |
getActiveUserCount() |
com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> |
getAverageComparativeScores() |
com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> |
getAverageComparativeScores(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<String> |
getAzureTenantId() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
com.github.davidmoten.odata.client.CollectionPage<ControlScore> |
getControlScores() |
com.github.davidmoten.odata.client.CollectionPage<ControlScore> |
getControlScores(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<OffsetDateTime> |
getCreatedDateTime() |
Optional<Double> |
getCurrentScore() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getEnabledServices() |
com.github.davidmoten.odata.client.CollectionPage<String> |
getEnabledServices(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<Integer> |
getLicensedUserCount() |
Optional<Double> |
getMaxScore() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
Optional<SecurityVendorInformation> |
getVendorInformation() |
String |
odataTypeName() |
SecureScore |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
SecureScore |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
SecureScore |
withActiveUserCount(Integer activeUserCount) |
SecureScore |
withAzureTenantId(String azureTenantId) |
SecureScore |
withCreatedDateTime(OffsetDateTime createdDateTime) |
SecureScore |
withCurrentScore(Double currentScore) |
SecureScore |
withLicensedUserCount(Integer licensedUserCount) |
SecureScore |
withMaxScore(Double maxScore) |
SecureScore |
withVendorInformation(SecurityVendorInformation vendorInformation) |
protected Integer activeUserCount
protected List<AverageComparativeScore> averageComparativeScores
protected String averageComparativeScoresNextLink
protected String azureTenantId
protected List<ControlScore> controlScores
protected String controlScoresNextLink
protected OffsetDateTime createdDateTime
protected Double currentScore
protected String enabledServicesNextLink
protected Integer licensedUserCount
protected Double maxScore
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static SecureScore.Builder builderSecureScore()
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 SecureScore withActiveUserCount(Integer activeUserCount)
public com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> getAverageComparativeScores()
public com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> getAverageComparativeScores(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SecureScore withAzureTenantId(String azureTenantId)
public com.github.davidmoten.odata.client.CollectionPage<ControlScore> getControlScores()
public com.github.davidmoten.odata.client.CollectionPage<ControlScore> getControlScores(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OffsetDateTime> getCreatedDateTime()
public SecureScore withCreatedDateTime(OffsetDateTime createdDateTime)
public SecureScore withCurrentScore(Double currentScore)
public com.github.davidmoten.odata.client.CollectionPage<String> getEnabledServices()
public com.github.davidmoten.odata.client.CollectionPage<String> getEnabledServices(com.github.davidmoten.odata.client.HttpRequestOptions options)
public SecureScore withLicensedUserCount(Integer licensedUserCount)
public SecureScore withMaxScore(Double maxScore)
public Optional<SecurityVendorInformation> getVendorInformation()
public SecureScore withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic SecureScore patch()
this with changed fields reset.public SecureScore put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.