| Package | Description |
|---|---|
| org.wso2.am.integration.clients.store.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static SearchResultDTO.TypeEnum |
SearchResultDTO.TypeEnum.fromValue(String value) |
SearchResultDTO.TypeEnum |
SearchResultDTO.getType()
Get type
|
SearchResultDTO.TypeEnum |
SearchResultDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static SearchResultDTO.TypeEnum |
SearchResultDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchResultDTO.TypeEnum[] |
SearchResultDTO.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 |
SearchResultDTO.setType(SearchResultDTO.TypeEnum type) |
SearchResultDTO |
SearchResultDTO.type(SearchResultDTO.TypeEnum type) |
void |
SearchResultDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
SearchResultDTO.TypeEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.