Uses of Class
com.oracle.bmc.marketplace.model.SearchListingsDetails
-
Packages that use SearchListingsDetails Package Description com.oracle.bmc.marketplace.model com.oracle.bmc.marketplace.requests -
-
Uses of SearchListingsDetails in com.oracle.bmc.marketplace.model
Subclasses of SearchListingsDetails in com.oracle.bmc.marketplace.model Modifier and Type Class Description classFreeTextSearchDetailsA request containing arbitrary text that must be present in the Marketplace Applications.classStructuredSearchDetailsA request that uses Search’s structured query language to specify filter conditions to apply to search listings. -
Uses of SearchListingsDetails in com.oracle.bmc.marketplace.requests
Methods in com.oracle.bmc.marketplace.requests that return SearchListingsDetails Modifier and Type Method Description SearchListingsDetailsSearchListingsRequest. getBody$()Alternative accessor for the body parameter.SearchListingsDetailsSearchListingsRequest. getSearchListingsDetails()Details related to the search queryMethods in com.oracle.bmc.marketplace.requests with parameters of type SearchListingsDetails Modifier and Type Method Description SearchListingsRequest.BuilderSearchListingsRequest.Builder. body$(SearchListingsDetails body)Alternative setter for the body parameter.SearchListingsRequest.BuilderSearchListingsRequest.Builder. searchListingsDetails(SearchListingsDetails searchListingsDetails)Details related to the search query
-