Share via


EntityKind Class

public final class EntityKind
extends ExpandableStringEnum<EntityKind>

The kind of the entity.

Field Summary

Modifier and Type Field and Description
static final EntityKind ACCOUNT

Static value Account for EntityKind.

static final EntityKind AZURE_RESOURCE

Static value AzureResource for EntityKind.

static final EntityKind BOOKMARK

Static value Bookmark for EntityKind.

static final EntityKind CLOUD_APPLICATION

Static value CloudApplication for EntityKind.

static final EntityKind DNS_RESOLUTION

Static value DnsResolution for EntityKind.

static final EntityKind FILE

Static value File for EntityKind.

static final EntityKind FILE_HASH

Static value FileHash for EntityKind.

static final EntityKind HOST

Static value Host for EntityKind.

static final EntityKind IO_TDEVICE

Static value IoTDevice for EntityKind.

static final EntityKind IP

Static value Ip for EntityKind.

static final EntityKind MAILBOX

Static value Mailbox for EntityKind.

static final EntityKind MAIL_CLUSTER

Static value MailCluster for EntityKind.

static final EntityKind MAIL_MESSAGE

Static value MailMessage for EntityKind.

static final EntityKind MALWARE

Static value Malware for EntityKind.

static final EntityKind NIC

Static value Nic for EntityKind.

static final EntityKind PROCESS

Static value Process for EntityKind.

static final EntityKind REGISTRY_KEY

Static value RegistryKey for EntityKind.

static final EntityKind REGISTRY_VALUE

Static value RegistryValue for EntityKind.

static final EntityKind SECURITY_ALERT

Static value SecurityAlert for EntityKind.

static final EntityKind SECURITY_GROUP

Static value SecurityGroup for EntityKind.

static final EntityKind SUBMISSION_MAIL

Static value SubmissionMail for EntityKind.

static final EntityKind URL

Static value Url for EntityKind.

Constructor Summary

Constructor Description
EntityKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EntityKind value.

Method Summary

Modifier and Type Method and Description
static EntityKind fromString(String name)

Creates or finds a EntityKind from its string representation.

static Collection<EntityKind> values()

Gets known EntityKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACCOUNT

public static final EntityKind ACCOUNT

Static value Account for EntityKind.

AZURE_RESOURCE

public static final EntityKind AZURE_RESOURCE

Static value AzureResource for EntityKind.

BOOKMARK

public static final EntityKind BOOKMARK

Static value Bookmark for EntityKind.

CLOUD_APPLICATION

public static final EntityKind CLOUD_APPLICATION

Static value CloudApplication for EntityKind.

DNS_RESOLUTION

public static final EntityKind DNS_RESOLUTION

Static value DnsResolution for EntityKind.

FILE

public static final EntityKind FILE

Static value File for EntityKind.

FILE_HASH

public static final EntityKind FILE_HASH

Static value FileHash for EntityKind.

HOST

public static final EntityKind HOST

Static value Host for EntityKind.

IO_TDEVICE

public static final EntityKind IO_TDEVICE

Static value IoTDevice for EntityKind.

IP

public static final EntityKind IP

Static value Ip for EntityKind.

MAILBOX

public static final EntityKind MAILBOX

Static value Mailbox for EntityKind.

MAIL_CLUSTER

public static final EntityKind MAIL_CLUSTER

Static value MailCluster for EntityKind.

MAIL_MESSAGE

public static final EntityKind MAIL_MESSAGE

Static value MailMessage for EntityKind.

MALWARE

public static final EntityKind MALWARE

Static value Malware for EntityKind.

NIC

public static final EntityKind NIC

Static value Nic for EntityKind.

PROCESS

public static final EntityKind PROCESS

Static value Process for EntityKind.

REGISTRY_KEY

public static final EntityKind REGISTRY_KEY

Static value RegistryKey for EntityKind.

REGISTRY_VALUE

public static final EntityKind REGISTRY_VALUE

Static value RegistryValue for EntityKind.

SECURITY_ALERT

public static final EntityKind SECURITY_ALERT

Static value SecurityAlert for EntityKind.

SECURITY_GROUP

public static final EntityKind SECURITY_GROUP

Static value SecurityGroup for EntityKind.

SUBMISSION_MAIL

public static final EntityKind SUBMISSION_MAIL

Static value SubmissionMail for EntityKind.

URL

public static final EntityKind URL

Static value Url for EntityKind.

Constructor Details

EntityKind

@Deprecated
public EntityKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EntityKind value.

Method Details

fromString

public static EntityKind fromString(String name)

Creates or finds a EntityKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EntityKind.

values

public static Collection<EntityKind> values()

Gets known EntityKind values.

Returns:

known EntityKind values.

Applies to