public class NotebookMetadataType extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookMetadataType.NotebookMetadataTypeSerializer |
| Modifier and Type | Field and Description |
|---|---|
static NotebookMetadataType |
DOCUMENTATION |
static NotebookMetadataType |
INVESTIGATION |
static NotebookMetadataType |
POSTMORTEM |
static NotebookMetadataType |
REPORT |
static NotebookMetadataType |
RUNBOOK |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Return true if this NotebookMetadataType object is equal to o.
|
static NotebookMetadataType |
fromValue(String value) |
String |
getValue() |
int |
hashCode() |
boolean |
isValid() |
void |
setValue(String value) |
String |
toString() |
public static final NotebookMetadataType POSTMORTEM
public static final NotebookMetadataType RUNBOOK
public static final NotebookMetadataType INVESTIGATION
public static final NotebookMetadataType DOCUMENTATION
public static final NotebookMetadataType REPORT
public boolean isValid()
public String getValue()
public void setValue(String value)
public boolean equals(Object o)
public static NotebookMetadataType fromValue(String value)
Copyright © 2023. All rights reserved.