public class DomainSecurityProfile 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 |
DomainSecurityProfile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
activityGroupNames |
protected String |
activityGroupNamesNextLink |
protected String |
azureSubscriptionId |
protected String |
azureTenantId |
protected Integer |
countHits |
protected Integer |
countInOrg |
protected List<ReputationCategory> |
domainCategories |
protected String |
domainCategoriesNextLink |
protected OffsetDateTime |
domainRegisteredDateTime |
protected OffsetDateTime |
firstSeenDateTime |
protected OffsetDateTime |
lastSeenDateTime |
protected String |
name |
protected DomainRegistrant |
registrant |
protected String |
riskScore |
protected List<String> |
tags |
protected String |
tagsNextLink |
protected SecurityVendorInformation |
vendorInformation |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
DomainSecurityProfile() |
| Modifier and Type | Method and Description |
|---|---|
static DomainSecurityProfile.Builder |
builderDomainSecurityProfile()
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() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<Integer> |
getCountHits() |
Optional<Integer> |
getCountInOrg() |
com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> |
getDomainCategories() |
com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> |
getDomainCategories(com.github.davidmoten.odata.client.HttpRequestOptions options) |
Optional<OffsetDateTime> |
getDomainRegisteredDateTime() |
Optional<OffsetDateTime> |
getFirstSeenDateTime() |
Optional<OffsetDateTime> |
getLastSeenDateTime() |
Optional<String> |
getName() |
Optional<DomainRegistrant> |
getRegistrant() |
Optional<String> |
getRiskScore() |
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.internal.UnmappedFields |
getUnmappedFields() |
Optional<SecurityVendorInformation> |
getVendorInformation() |
String |
odataTypeName() |
DomainSecurityProfile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
DomainSecurityProfile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
DomainSecurityProfile |
withAzureSubscriptionId(String azureSubscriptionId) |
DomainSecurityProfile |
withAzureTenantId(String azureTenantId) |
DomainSecurityProfile |
withCountHits(Integer countHits) |
DomainSecurityProfile |
withCountInOrg(Integer countInOrg) |
DomainSecurityProfile |
withDomainRegisteredDateTime(OffsetDateTime domainRegisteredDateTime) |
DomainSecurityProfile |
withFirstSeenDateTime(OffsetDateTime firstSeenDateTime) |
DomainSecurityProfile |
withLastSeenDateTime(OffsetDateTime lastSeenDateTime) |
DomainSecurityProfile |
withName(String name) |
DomainSecurityProfile |
withRegistrant(DomainRegistrant registrant) |
DomainSecurityProfile |
withRiskScore(String riskScore) |
DomainSecurityProfile |
withVendorInformation(SecurityVendorInformation vendorInformation) |
protected String activityGroupNamesNextLink
protected String azureSubscriptionId
protected String azureTenantId
protected Integer countHits
protected Integer countInOrg
protected List<ReputationCategory> domainCategories
protected String domainCategoriesNextLink
protected OffsetDateTime domainRegisteredDateTime
protected OffsetDateTime firstSeenDateTime
protected OffsetDateTime lastSeenDateTime
protected String name
protected DomainRegistrant registrant
protected String riskScore
protected String tagsNextLink
protected SecurityVendorInformation vendorInformation
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static DomainSecurityProfile.Builder builderDomainSecurityProfile()
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 com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames()
public com.github.davidmoten.odata.client.CollectionPage<String> getActivityGroupNames(com.github.davidmoten.odata.client.HttpRequestOptions options)
public DomainSecurityProfile withAzureSubscriptionId(String azureSubscriptionId)
public DomainSecurityProfile withAzureTenantId(String azureTenantId)
public DomainSecurityProfile withCountHits(Integer countHits)
public DomainSecurityProfile withCountInOrg(Integer countInOrg)
public com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> getDomainCategories()
public com.github.davidmoten.odata.client.CollectionPage<ReputationCategory> getDomainCategories(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<OffsetDateTime> getDomainRegisteredDateTime()
public DomainSecurityProfile withDomainRegisteredDateTime(OffsetDateTime domainRegisteredDateTime)
public Optional<OffsetDateTime> getFirstSeenDateTime()
public DomainSecurityProfile withFirstSeenDateTime(OffsetDateTime firstSeenDateTime)
public Optional<OffsetDateTime> getLastSeenDateTime()
public DomainSecurityProfile withLastSeenDateTime(OffsetDateTime lastSeenDateTime)
public DomainSecurityProfile withName(String name)
public Optional<DomainRegistrant> getRegistrant()
public DomainSecurityProfile withRegistrant(DomainRegistrant registrant)
public DomainSecurityProfile withRiskScore(String riskScore)
public com.github.davidmoten.odata.client.CollectionPage<String> getTags()
public com.github.davidmoten.odata.client.CollectionPage<String> getTags(com.github.davidmoten.odata.client.HttpRequestOptions options)
public Optional<SecurityVendorInformation> getVendorInformation()
public DomainSecurityProfile withVendorInformation(SecurityVendorInformation vendorInformation)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic DomainSecurityProfile patch()
this with changed fields reset.public DomainSecurityProfile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.