| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static DocumentDTO.TypeEnum |
DocumentDTO.TypeEnum.fromValue(String value) |
DocumentDTO.TypeEnum |
DocumentDTO.getType()
Get type
|
DocumentDTO.TypeEnum |
DocumentDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DocumentDTO.TypeEnum |
DocumentDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentDTO.TypeEnum[] |
DocumentDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DocumentDTO.setType(DocumentDTO.TypeEnum type) |
DocumentDTO |
DocumentDTO.type(DocumentDTO.TypeEnum type) |
void |
DocumentDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DocumentDTO.TypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.