Package odata.msgraph.client.entity
Class SecureScore
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.SecureScore
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class SecureScore 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 classSecureScore.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IntegeractiveUserCountprotected List<AverageComparativeScore>averageComparativeScoresprotected StringaverageComparativeScoresNextLinkprotected StringazureTenantIdprotected List<ControlScore>controlScoresprotected StringcontrolScoresNextLinkprotected OffsetDateTimecreatedDateTimeprotected DoublecurrentScoreprotected List<String>enabledServicesprotected StringenabledServicesNextLinkprotected IntegerlicensedUserCountprotected DoublemaxScoreprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSecureScore()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecureScore.BuilderbuilderSecureScore()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.ChangedFieldsgetChangedFields()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.UnmappedFieldsgetUnmappedFields()Optional<SecurityVendorInformation>getVendorInformation()StringodataTypeName()SecureScorepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)SecureScoreput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()SecureScorewithActiveUserCount(Integer activeUserCount)SecureScorewithAverageComparativeScores(List<AverageComparativeScore> averageComparativeScores)SecureScorewithAzureTenantId(String azureTenantId)SecureScorewithControlScores(List<ControlScore> controlScores)SecureScorewithCreatedDateTime(OffsetDateTime createdDateTime)SecureScorewithCurrentScore(Double currentScore)SecureScorewithEnabledServices(List<String> enabledServices)SecureScorewithLicensedUserCount(Integer licensedUserCount)SecureScorewithMaxScore(Double maxScore)SecureScorewithUnmappedField(String name, Object value)SecureScorewithVendorInformation(SecurityVendorInformation vendorInformation)
-
-
-
Field Detail
-
activeUserCount
protected Integer activeUserCount
-
averageComparativeScores
protected List<AverageComparativeScore> averageComparativeScores
-
averageComparativeScoresNextLink
protected String averageComparativeScoresNextLink
-
azureTenantId
protected String azureTenantId
-
controlScores
protected List<ControlScore> controlScores
-
controlScoresNextLink
protected String controlScoresNextLink
-
createdDateTime
protected OffsetDateTime createdDateTime
-
currentScore
protected Double currentScore
-
enabledServicesNextLink
protected String enabledServicesNextLink
-
licensedUserCount
protected Integer licensedUserCount
-
maxScore
protected Double maxScore
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderSecureScore
public static SecureScore.Builder builderSecureScore()
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
-
withActiveUserCount
public SecureScore withActiveUserCount(Integer activeUserCount)
-
getAverageComparativeScores
public com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> getAverageComparativeScores()
-
withAverageComparativeScores
public SecureScore withAverageComparativeScores(List<AverageComparativeScore> averageComparativeScores)
-
getAverageComparativeScores
public com.github.davidmoten.odata.client.CollectionPage<AverageComparativeScore> getAverageComparativeScores(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAzureTenantId
public SecureScore withAzureTenantId(String azureTenantId)
-
getControlScores
public com.github.davidmoten.odata.client.CollectionPage<ControlScore> getControlScores()
-
withControlScores
public SecureScore withControlScores(List<ControlScore> controlScores)
-
getControlScores
public com.github.davidmoten.odata.client.CollectionPage<ControlScore> getControlScores(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getCreatedDateTime
public Optional<OffsetDateTime> getCreatedDateTime()
-
withCreatedDateTime
public SecureScore withCreatedDateTime(OffsetDateTime createdDateTime)
-
withCurrentScore
public SecureScore withCurrentScore(Double currentScore)
-
getEnabledServices
public com.github.davidmoten.odata.client.CollectionPage<String> getEnabledServices()
-
withEnabledServices
public SecureScore withEnabledServices(List<String> enabledServices)
-
getEnabledServices
public com.github.davidmoten.odata.client.CollectionPage<String> getEnabledServices(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withLicensedUserCount
public SecureScore withLicensedUserCount(Integer licensedUserCount)
-
withMaxScore
public SecureScore withMaxScore(Double maxScore)
-
getVendorInformation
public Optional<SecurityVendorInformation> getVendorInformation()
-
withVendorInformation
public SecureScore withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public SecureScore withUnmappedField(String name, Object 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 SecureScore patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public SecureScore put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-