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 class
FreeTextSearchDetails
A request containing arbitrary text that must be present in the Marketplace Applications.class
StructuredSearchDetails
A 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 SearchListingsDetails
SearchListingsRequest. getBody$()
Alternative accessor for the body parameter.SearchListingsDetails
SearchListingsRequest. getSearchListingsDetails()
Details related to the search queryMethods in com.oracle.bmc.marketplace.requests with parameters of type SearchListingsDetails Modifier and Type Method Description SearchListingsRequest.Builder
SearchListingsRequest.Builder. body$(SearchListingsDetails body)
Alternative setter for the body parameter.SearchListingsRequest.Builder
SearchListingsRequest.Builder. searchListingsDetails(SearchListingsDetails searchListingsDetails)
Details related to the search query
-