Package odata.msgraph.client.beta.entity
Class DomainSecurityProfile
- java.lang.Object
-
- odata.msgraph.client.beta.entity.Entity
-
- odata.msgraph.client.beta.entity.DomainSecurityProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class DomainSecurityProfile 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 classDomainSecurityProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>activityGroupNamesprotected StringactivityGroupNamesNextLinkprotected StringazureSubscriptionIdprotected StringazureTenantIdprotected IntegercountHitsprotected IntegercountInOrgprotected List<ReputationCategory>domainCategoriesprotected StringdomainCategoriesNextLinkprotected OffsetDateTimedomainRegisteredDateTimeprotected OffsetDateTimefirstSeenDateTimeprotected OffsetDateTimelastSeenDateTimeprotected Stringnameprotected DomainRegistrantregistrantprotected StringriskScoreprotected List<String>tagsprotected StringtagsNextLinkprotected SecurityVendorInformationvendorInformation-
Fields inherited from class odata.msgraph.client.beta.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedDomainSecurityProfile()
-
Method Summary
-
-
-
Field Detail
-
activityGroupNamesNextLink
protected String activityGroupNamesNextLink
-
azureSubscriptionId
protected String azureSubscriptionId
-
azureTenantId
protected String azureTenantId
-
countHits
protected Integer countHits
-
countInOrg
protected Integer countInOrg
-
domainCategories
protected List<ReputationCategory> domainCategories
-
domainCategoriesNextLink
protected String domainCategoriesNextLink
-
domainRegisteredDateTime
protected OffsetDateTime domainRegisteredDateTime
-
firstSeenDateTime
protected OffsetDateTime firstSeenDateTime
-
lastSeenDateTime
protected OffsetDateTime lastSeenDateTime
-
name
protected String name
-
registrant
protected DomainRegistrant registrant
-
riskScore
protected String riskScore
-
tagsNextLink
protected String tagsNextLink
-
vendorInformation
protected SecurityVendorInformation vendorInformation
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderDomainSecurityProfile
public static DomainSecurityProfile.Builder builderDomainSecurityProfile()
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 DomainSecurityProfile withActivityGroupNames(List<String> activityGroupNames)
-
getActivityGroupNames
public com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withAzureSubscriptionId
public DomainSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
-
withAzureTenantId
public DomainSecurityProfile withAzureTenantId(String azureTenantId)
-
withCountHits
public DomainSecurityProfile withCountHits(Integer countHits)
-
withCountInOrg
public DomainSecurityProfile withCountInOrg(Integer countInOrg)
-
getDomainCategories
public com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> getDomainCategories()
-
withDomainCategories
public DomainSecurityProfile withDomainCategories(List<ReputationCategory> domainCategories)
-
getDomainCategories
public com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> getDomainCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDomainRegisteredDateTime
public Optional<OffsetDateTime> getDomainRegisteredDateTime()
-
withDomainRegisteredDateTime
public DomainSecurityProfile withDomainRegisteredDateTime(OffsetDateTime domainRegisteredDateTime)
-
getFirstSeenDateTime
public Optional<OffsetDateTime> getFirstSeenDateTime()
-
withFirstSeenDateTime
public DomainSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
-
getLastSeenDateTime
public Optional<OffsetDateTime> getLastSeenDateTime()
-
withLastSeenDateTime
public DomainSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
-
withName
public DomainSecurityProfile withName(String name)
-
getRegistrant
public Optional<DomainRegistrant> getRegistrant()
-
withRegistrant
public DomainSecurityProfile withRegistrant(DomainRegistrant registrant)
-
withRiskScore
public DomainSecurityProfile withRiskScore(String riskScore)
-
getTags
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
-
withTags
public DomainSecurityProfile 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 DomainSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
-
withUnmappedField
public DomainSecurityProfile 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 DomainSecurityProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public DomainSecurityProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-