Class IntelligenceProfile
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.security.entity.IntelligenceProfile
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class IntelligenceProfile extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.CountRestrictions
Countable = true
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = true
Org.OData.Capabilities.V1.SearchRestrictions
Searchable = 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 classIntelligenceProfile.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<String>aliasesprotected StringaliasesNextLinkprotected List<IntelligenceProfileCountryOrRegionOfOrigin>countriesOrRegionsOfOriginprotected StringcountriesOrRegionsOfOriginNextLinkprotected FormattedContentdescriptionprotected OffsetDateTimefirstActiveDateTimeprotected IntelligenceProfileKindkindprotected FormattedContentsummaryprotected List<String>targetsprotected StringtargetsNextLinkprotected Stringtitleprotected FormattedContenttradecraft-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedIntelligenceProfile()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IntelligenceProfile.BuilderbuilderIntelligenceProfile()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>getAliases()com.github.davidmoten.odata.client.CollectionPage<String>getAliases(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<IntelligenceProfileCountryOrRegionOfOrigin>getCountriesOrRegionsOfOrigin()com.github.davidmoten.odata.client.CollectionPage<IntelligenceProfileCountryOrRegionOfOrigin>getCountriesOrRegionsOfOrigin(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<FormattedContent>getDescription()Optional<OffsetDateTime>getFirstActiveDateTime()IntelligenceProfileIndicatorCollectionRequestgetIndicators()Optional<IntelligenceProfileKind>getKind()Optional<FormattedContent>getSummary()com.github.davidmoten.odata.client.CollectionPage<String>getTargets()com.github.davidmoten.odata.client.CollectionPage<String>getTargets(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<String>getTitle()Optional<FormattedContent>getTradecraft()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()IntelligenceProfilepatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)IntelligenceProfileput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).StringtoString()IntelligenceProfilewithAliases(List<String> aliases)IntelligenceProfilewithCountriesOrRegionsOfOrigin(List<IntelligenceProfileCountryOrRegionOfOrigin> countriesOrRegionsOfOrigin)IntelligenceProfilewithDescription(FormattedContent description)IntelligenceProfilewithFirstActiveDateTime(OffsetDateTime firstActiveDateTime)IntelligenceProfilewithKind(IntelligenceProfileKind kind)IntelligenceProfilewithSummary(FormattedContent summary)IntelligenceProfilewithTargets(List<String> targets)IntelligenceProfilewithTitle(String title)IntelligenceProfilewithTradecraft(FormattedContent tradecraft)IntelligenceProfilewithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
aliasesNextLink
protected String aliasesNextLink
-
countriesOrRegionsOfOrigin
protected List<IntelligenceProfileCountryOrRegionOfOrigin> countriesOrRegionsOfOrigin
-
countriesOrRegionsOfOriginNextLink
protected String countriesOrRegionsOfOriginNextLink
-
description
protected FormattedContent description
-
firstActiveDateTime
protected OffsetDateTime firstActiveDateTime
-
kind
protected IntelligenceProfileKind kind
-
summary
protected FormattedContent summary
-
targetsNextLink
protected String targetsNextLink
-
title
protected String title
-
tradecraft
protected FormattedContent tradecraft
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderIntelligenceProfile
public static IntelligenceProfile.Builder builderIntelligenceProfile()
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
-
getAliases
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases()
-
withAliases
public IntelligenceProfile withAliases(List<String> aliases)
-
getAliases
public com.github.davidmoten.odata.client.CollectionPage<String> getAliases(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getCountriesOrRegionsOfOrigin
public com.github.davidmoten.odata.client.CollectionPage<IntelligenceProfileCountryOrRegionOfOrigin> getCountriesOrRegionsOfOrigin()
-
withCountriesOrRegionsOfOrigin
public IntelligenceProfile withCountriesOrRegionsOfOrigin(List<IntelligenceProfileCountryOrRegionOfOrigin> countriesOrRegionsOfOrigin)
-
getCountriesOrRegionsOfOrigin
public com.github.davidmoten.odata.client.CollectionPage<IntelligenceProfileCountryOrRegionOfOrigin> getCountriesOrRegionsOfOrigin(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
getDescription
public Optional<FormattedContent> getDescription()
-
withDescription
public IntelligenceProfile withDescription(FormattedContent description)
-
getFirstActiveDateTime
public Optional<OffsetDateTime> getFirstActiveDateTime()
-
withFirstActiveDateTime
public IntelligenceProfile withFirstActiveDateTime(OffsetDateTime firstActiveDateTime)
-
getKind
public Optional<IntelligenceProfileKind> getKind()
-
withKind
public IntelligenceProfile withKind(IntelligenceProfileKind kind)
-
getSummary
public Optional<FormattedContent> getSummary()
-
withSummary
public IntelligenceProfile withSummary(FormattedContent summary)
-
getTargets
public com.github.davidmoten.odata.client.CollectionPage<String> getTargets()
-
withTargets
public IntelligenceProfile withTargets(List<String> targets)
-
getTargets
public com.github.davidmoten.odata.client.CollectionPage<String> getTargets(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withTitle
public IntelligenceProfile withTitle(String title)
-
getTradecraft
public Optional<FormattedContent> getTradecraft()
-
withTradecraft
public IntelligenceProfile withTradecraft(FormattedContent tradecraft)
-
withUnmappedField
public IntelligenceProfile withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getIndicators
public IntelligenceProfileIndicatorCollectionRequest getIndicators()
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public IntelligenceProfile patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public IntelligenceProfile put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-