Uses of Class
org.wso2.am.integration.clients.store.api.v1.dto.SearchResultDTO.TypeEnum
-
Packages that use SearchResultDTO.TypeEnum Package Description org.wso2.am.integration.clients.store.api.v1.dto -
-
Uses of SearchResultDTO.TypeEnum in org.wso2.am.integration.clients.store.api.v1.dto
Methods in org.wso2.am.integration.clients.store.api.v1.dto that return SearchResultDTO.TypeEnum Modifier and Type Method Description static SearchResultDTO.TypeEnumSearchResultDTO.TypeEnum. fromValue(String value)SearchResultDTO.TypeEnumSearchResultDTO. getType()Get typeSearchResultDTO.TypeEnumSearchResultDTO.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SearchResultDTO.TypeEnumSearchResultDTO.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.Methods in org.wso2.am.integration.clients.store.api.v1.dto with parameters of type SearchResultDTO.TypeEnum Modifier and Type Method Description voidSearchResultDTO. setType(SearchResultDTO.TypeEnum type)SearchResultDTOSearchResultDTO. type(SearchResultDTO.TypeEnum type)voidSearchResultDTO.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SearchResultDTO.TypeEnum enumeration)
-