public static enum DocumentSearchResultAllOfDTO.SourceTypeEnum extends Enum<DocumentSearchResultAllOfDTO.SourceTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentSearchResultAllOfDTO.SourceTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static DocumentSearchResultAllOfDTO.SourceTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static DocumentSearchResultAllOfDTO.SourceTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentSearchResultAllOfDTO.SourceTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DocumentSearchResultAllOfDTO.SourceTypeEnum INLINE
public static final DocumentSearchResultAllOfDTO.SourceTypeEnum URL
public static final DocumentSearchResultAllOfDTO.SourceTypeEnum FILE
public static final DocumentSearchResultAllOfDTO.SourceTypeEnum MARKDOWN
public static DocumentSearchResultAllOfDTO.SourceTypeEnum[] values()
for (DocumentSearchResultAllOfDTO.SourceTypeEnum c : DocumentSearchResultAllOfDTO.SourceTypeEnum.values()) System.out.println(c);
public static DocumentSearchResultAllOfDTO.SourceTypeEnum 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 String getValue()
public String toString()
toString in class Enum<DocumentSearchResultAllOfDTO.SourceTypeEnum>public static DocumentSearchResultAllOfDTO.SourceTypeEnum fromValue(String value)
Copyright © 2021 WSO2 Inc. All rights reserved.