public enum RenderingType extends Enum<RenderingType>
| Enum Constant and Description |
|---|
APP_INSIGHT
Enum value AppInsight.
|
APP_INSIGHT_ENABLEMENT
Enum value AppInsightEnablement.
|
CARD
Enum value Card.
|
CHANGE_ANALYSIS_ONBOARDING
Enum value ChangeAnalysisOnboarding.
|
CHANGE_SETS
Enum value ChangeSets.
|
CHANGES_VIEW
Enum value ChangesView.
|
DATA_SUMMARY
Enum value DataSummary.
|
DEPENDENCY_GRAPH
Enum value DependencyGraph.
|
DETECTOR
Enum value Detector.
|
DOWN_TIME
Enum value DownTime.
|
DROP_DOWN
Enum value DropDown.
|
DYNAMIC_INSIGHT
Enum value DynamicInsight.
|
EMAIL
Enum value Email.
|
FORM
Enum value Form.
|
GUAGE
Enum value Guage.
|
INSIGHTS
Enum value Insights.
|
MARKDOWN
Enum value Markdown.
|
NO_GRAPH
Enum value NoGraph.
|
PIE_CHART
Enum value PieChart.
|
SEARCH_COMPONENT
Enum value SearchComponent.
|
SOLUTION
Enum value Solution.
|
SUMMARY_CARD
Enum value SummaryCard.
|
TABLE
Enum value Table.
|
TIME_SERIES
Enum value TimeSeries.
|
TIME_SERIES_PER_INSTANCE
Enum value TimeSeriesPerInstance.
|
| Modifier and Type | Method and Description |
|---|---|
static RenderingType |
fromString(String value)
Parses a serialized value to a RenderingType instance.
|
String |
toString() |
static RenderingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderingType NO_GRAPH
public static final RenderingType TABLE
public static final RenderingType TIME_SERIES
public static final RenderingType TIME_SERIES_PER_INSTANCE
public static final RenderingType PIE_CHART
public static final RenderingType DATA_SUMMARY
public static final RenderingType EMAIL
public static final RenderingType INSIGHTS
public static final RenderingType DYNAMIC_INSIGHT
public static final RenderingType MARKDOWN
public static final RenderingType DETECTOR
public static final RenderingType DROP_DOWN
public static final RenderingType CARD
public static final RenderingType SOLUTION
public static final RenderingType GUAGE
public static final RenderingType FORM
public static final RenderingType CHANGE_SETS
public static final RenderingType CHANGE_ANALYSIS_ONBOARDING
public static final RenderingType CHANGES_VIEW
public static final RenderingType APP_INSIGHT
public static final RenderingType DEPENDENCY_GRAPH
public static final RenderingType DOWN_TIME
public static final RenderingType SUMMARY_CARD
public static final RenderingType SEARCH_COMPONENT
public static final RenderingType APP_INSIGHT_ENABLEMENT
public static RenderingType[] values()
public static RenderingType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RenderingType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<RenderingType>Copyright © 2021 Microsoft Corporation. All rights reserved.