Uses of Class
odata.msgraph.client.beta.entity.TiIndicator
-
Packages that use TiIndicator Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.collection.request -
-
Uses of TiIndicator in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return TiIndicator Modifier and Type Method Description TiIndicatorTiIndicator.Builder. build()TiIndicatorTiIndicator. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TiIndicatorTiIndicator. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TiIndicatorTiIndicator. withAction(TiAction action)TiIndicatorTiIndicator. withActivityGroupNames(List<String> activityGroupNames)TiIndicatorTiIndicator. withAdditionalInformation(String additionalInformation)TiIndicatorTiIndicator. withAzureTenantId(String azureTenantId)TiIndicatorTiIndicator. withConfidence(Integer confidence)TiIndicatorTiIndicator. withDescription(String description)TiIndicatorTiIndicator. withDiamondModel(DiamondModel diamondModel)TiIndicatorTiIndicator. withDomainName(String domainName)TiIndicatorTiIndicator. withEmailEncoding(String emailEncoding)TiIndicatorTiIndicator. withEmailLanguage(String emailLanguage)TiIndicatorTiIndicator. withEmailRecipient(String emailRecipient)TiIndicatorTiIndicator. withEmailSenderAddress(String emailSenderAddress)TiIndicatorTiIndicator. withEmailSenderName(String emailSenderName)TiIndicatorTiIndicator. withEmailSourceDomain(String emailSourceDomain)TiIndicatorTiIndicator. withEmailSourceIpAddress(String emailSourceIpAddress)TiIndicatorTiIndicator. withEmailSubject(String emailSubject)TiIndicatorTiIndicator. withEmailXMailer(String emailXMailer)TiIndicatorTiIndicator. withExpirationDateTime(OffsetDateTime expirationDateTime)TiIndicatorTiIndicator. withExternalId(String externalId)TiIndicatorTiIndicator. withFileCompileDateTime(OffsetDateTime fileCompileDateTime)TiIndicatorTiIndicator. withFileCreatedDateTime(OffsetDateTime fileCreatedDateTime)TiIndicatorTiIndicator. withFileHashType(FileHashType fileHashType)TiIndicatorTiIndicator. withFileHashValue(String fileHashValue)TiIndicatorTiIndicator. withFileMutexName(String fileMutexName)TiIndicatorTiIndicator. withFileName(String fileName)TiIndicatorTiIndicator. withFilePacker(String filePacker)TiIndicatorTiIndicator. withFilePath(String filePath)TiIndicatorTiIndicator. withFileSize(Long fileSize)TiIndicatorTiIndicator. withFileType(String fileType)TiIndicatorTiIndicator. withIngestedDateTime(OffsetDateTime ingestedDateTime)TiIndicatorTiIndicator. withIsActive(Boolean isActive)TiIndicatorTiIndicator. withKillChain(List<String> killChain)TiIndicatorTiIndicator. withKnownFalsePositives(String knownFalsePositives)TiIndicatorTiIndicator. withLastReportedDateTime(OffsetDateTime lastReportedDateTime)TiIndicatorTiIndicator. withMalwareFamilyNames(List<String> malwareFamilyNames)TiIndicatorTiIndicator. withNetworkCidrBlock(String networkCidrBlock)TiIndicatorTiIndicator. withNetworkDestinationAsn(Long networkDestinationAsn)TiIndicatorTiIndicator. withNetworkDestinationCidrBlock(String networkDestinationCidrBlock)TiIndicatorTiIndicator. withNetworkDestinationIPv4(String networkDestinationIPv4)TiIndicatorTiIndicator. withNetworkDestinationIPv6(String networkDestinationIPv6)TiIndicatorTiIndicator. withNetworkDestinationPort(Integer networkDestinationPort)TiIndicatorTiIndicator. withNetworkIPv4(String networkIPv4)TiIndicatorTiIndicator. withNetworkIPv6(String networkIPv6)TiIndicatorTiIndicator. withNetworkPort(Integer networkPort)TiIndicatorTiIndicator. withNetworkProtocol(Integer networkProtocol)TiIndicatorTiIndicator. withNetworkSourceAsn(Long networkSourceAsn)TiIndicatorTiIndicator. withNetworkSourceCidrBlock(String networkSourceCidrBlock)TiIndicatorTiIndicator. withNetworkSourceIPv4(String networkSourceIPv4)TiIndicatorTiIndicator. withNetworkSourceIPv6(String networkSourceIPv6)TiIndicatorTiIndicator. withNetworkSourcePort(Integer networkSourcePort)TiIndicatorTiIndicator. withPassiveOnly(Boolean passiveOnly)TiIndicatorTiIndicator. withSeverity(Integer severity)TiIndicatorTiIndicator. withTags(List<String> tags)TiIndicatorTiIndicator. withTargetProduct(String targetProduct)TiIndicatorTiIndicator. withThreatType(String threatType)TiIndicatorTiIndicator. withTlpLevel(TlpLevel tlpLevel)TiIndicatorTiIndicator. withUnmappedField(String name, String value)TiIndicatorTiIndicator. withUrl(String url)TiIndicatorTiIndicator. withUserAgent(String userAgent) -
Uses of TiIndicator in odata.msgraph.client.beta.entity.collection.request
Methods in odata.msgraph.client.beta.entity.collection.request that return types with arguments of type TiIndicator Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator>TiIndicatorCollectionRequest. submitTiIndicators(List<TiIndicator> value)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator>TiIndicatorCollectionRequest. updateTiIndicators(List<TiIndicator> value)Method parameters in odata.msgraph.client.beta.entity.collection.request with type arguments of type TiIndicator Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator>TiIndicatorCollectionRequest. submitTiIndicators(List<TiIndicator> value)com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<TiIndicator>TiIndicatorCollectionRequest. updateTiIndicators(List<TiIndicator> value)
-