Enum DocumentSearchResultAllOfDTO.DocTypeEnum
- java.lang.Object
-
- java.lang.Enum<DocumentSearchResultAllOfDTO.DocTypeEnum>
-
- org.wso2.am.integration.clients.store.api.v1.dto.DocumentSearchResultAllOfDTO.DocTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<DocumentSearchResultAllOfDTO.DocTypeEnum>
- Enclosing class:
- DocumentSearchResultAllOfDTO
public static enum DocumentSearchResultAllOfDTO.DocTypeEnum extends Enum<DocumentSearchResultAllOfDTO.DocTypeEnum>
Gets or Sets docType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDocumentSearchResultAllOfDTO.DocTypeEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description API_MESSAGE_FORMATHOWTOOTHERPUBLIC_FORUMSAMPLESSUPPORT_FORUMSWAGGER_DOC
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DocumentSearchResultAllOfDTO.DocTypeEnumfromValue(String value)StringgetValue()StringtoString()static DocumentSearchResultAllOfDTO.DocTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSearchResultAllOfDTO.DocTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HOWTO
public static final DocumentSearchResultAllOfDTO.DocTypeEnum HOWTO
-
SAMPLES
public static final DocumentSearchResultAllOfDTO.DocTypeEnum SAMPLES
-
PUBLIC_FORUM
public static final DocumentSearchResultAllOfDTO.DocTypeEnum PUBLIC_FORUM
-
SUPPORT_FORUM
public static final DocumentSearchResultAllOfDTO.DocTypeEnum SUPPORT_FORUM
-
API_MESSAGE_FORMAT
public static final DocumentSearchResultAllOfDTO.DocTypeEnum API_MESSAGE_FORMAT
-
SWAGGER_DOC
public static final DocumentSearchResultAllOfDTO.DocTypeEnum SWAGGER_DOC
-
OTHER
public static final DocumentSearchResultAllOfDTO.DocTypeEnum OTHER
-
-
Method Detail
-
values
public static DocumentSearchResultAllOfDTO.DocTypeEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DocumentSearchResultAllOfDTO.DocTypeEnum c : DocumentSearchResultAllOfDTO.DocTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DocumentSearchResultAllOfDTO.DocTypeEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<DocumentSearchResultAllOfDTO.DocTypeEnum>
-
fromValue
public static DocumentSearchResultAllOfDTO.DocTypeEnum fromValue(String value)
-
-