EventSource Class

public final class EventSource
extends ExpandableStringEnum<EventSource>

A valid event source type.

Field Summary

Modifier and Type Field and Description
static final EventSource ALERTS

Static value Alerts for EventSource.

static final EventSource ASSESSMENTS

Static value Assessments for EventSource.

static final EventSource ASSESSMENTS_SNAPSHOT

Static value AssessmentsSnapshot for EventSource.

static final EventSource ATTACK_PATHS

Static value AttackPaths for EventSource.

static final EventSource ATTACK_PATHS_SNAPSHOT

Static value AttackPathsSnapshot for EventSource.

static final EventSource REGULATORY_COMPLIANCE_ASSESSMENT

Static value RegulatoryComplianceAssessment for EventSource.

static final EventSource REGULATORY_COMPLIANCE_ASSESSMENT_SNAPSHOT

Static value RegulatoryComplianceAssessmentSnapshot for EventSource.

static final EventSource SECURE_SCORES

Static value SecureScores for EventSource.

static final EventSource SECURE_SCORES_SNAPSHOT

Static value SecureScoresSnapshot for EventSource.

static final EventSource SECURE_SCORE_CONTROLS

Static value SecureScoreControls for EventSource.

static final EventSource SECURE_SCORE_CONTROLS_SNAPSHOT

Static value SecureScoreControlsSnapshot for EventSource.

static final EventSource SUB_ASSESSMENTS

Static value SubAssessments for EventSource.

static final EventSource SUB_ASSESSMENTS_SNAPSHOT

Static value SubAssessmentsSnapshot for EventSource.

Constructor Summary

Constructor Description
EventSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventSource value.

Method Summary

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

Creates or finds a EventSource from its string representation.

static Collection<EventSource> values()

Gets known EventSource values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ALERTS

public static final EventSource ALERTS

Static value Alerts for EventSource.

ASSESSMENTS

public static final EventSource ASSESSMENTS

Static value Assessments for EventSource.

ASSESSMENTS_SNAPSHOT

public static final EventSource ASSESSMENTS_SNAPSHOT

Static value AssessmentsSnapshot for EventSource.

ATTACK_PATHS

public static final EventSource ATTACK_PATHS

Static value AttackPaths for EventSource.

ATTACK_PATHS_SNAPSHOT

public static final EventSource ATTACK_PATHS_SNAPSHOT

Static value AttackPathsSnapshot for EventSource.

REGULATORY_COMPLIANCE_ASSESSMENT

public static final EventSource REGULATORY_COMPLIANCE_ASSESSMENT

Static value RegulatoryComplianceAssessment for EventSource.

REGULATORY_COMPLIANCE_ASSESSMENT_SNAPSHOT

public static final EventSource REGULATORY_COMPLIANCE_ASSESSMENT_SNAPSHOT

Static value RegulatoryComplianceAssessmentSnapshot for EventSource.

SECURE_SCORES

public static final EventSource SECURE_SCORES

Static value SecureScores for EventSource.

SECURE_SCORES_SNAPSHOT

public static final EventSource SECURE_SCORES_SNAPSHOT

Static value SecureScoresSnapshot for EventSource.

SECURE_SCORE_CONTROLS

public static final EventSource SECURE_SCORE_CONTROLS

Static value SecureScoreControls for EventSource.

SECURE_SCORE_CONTROLS_SNAPSHOT

public static final EventSource SECURE_SCORE_CONTROLS_SNAPSHOT

Static value SecureScoreControlsSnapshot for EventSource.

SUB_ASSESSMENTS

public static final EventSource SUB_ASSESSMENTS

Static value SubAssessments for EventSource.

SUB_ASSESSMENTS_SNAPSHOT

public static final EventSource SUB_ASSESSMENTS_SNAPSHOT

Static value SubAssessmentsSnapshot for EventSource.

Constructor Details

EventSource

@Deprecated
public EventSource()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EventSource value.

Method Details

fromString

public static EventSource fromString(String name)

Creates or finds a EventSource from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EventSource.

values

public static Collection values()

Gets known EventSource values.

Returns:

known EventSource values.

Applies to