Uses of Class
com.adobe.aco.model.FeedMetadata.SearchTypesEnum
-
Packages that use FeedMetadata.SearchTypesEnum Package Description com.adobe.aco.model -
-
Uses of FeedMetadata.SearchTypesEnum in com.adobe.aco.model
Methods in com.adobe.aco.model that return FeedMetadata.SearchTypesEnum Modifier and Type Method Description static FeedMetadata.SearchTypesEnumFeedMetadata.SearchTypesEnum. fromValue(String value)FeedMetadata.SearchTypesEnumFeedMetadata.SearchTypesEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeedMetadata.SearchTypesEnumFeedMetadata.SearchTypesEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedMetadata.SearchTypesEnum[]FeedMetadata.SearchTypesEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.aco.model that return types with arguments of type FeedMetadata.SearchTypesEnum Modifier and Type Method Description List<FeedMetadata.SearchTypesEnum>FeedMetadata. getSearchTypes()Search types associated with this attribute, for example: `autocomplete`, `starts_with`, and so on.Methods in com.adobe.aco.model with parameters of type FeedMetadata.SearchTypesEnum Modifier and Type Method Description FeedMetadataFeedMetadata. addSearchTypesItem(FeedMetadata.SearchTypesEnum searchTypesItem)voidFeedMetadata.SearchTypesEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeedMetadata.SearchTypesEnum enumeration)Method parameters in com.adobe.aco.model with type arguments of type FeedMetadata.SearchTypesEnum Modifier and Type Method Description FeedMetadataFeedMetadata. searchTypes(List<FeedMetadata.SearchTypesEnum> searchTypes)voidFeedMetadata. setSearchTypes(List<FeedMetadata.SearchTypesEnum> searchTypes)
-