Uses of Class
com.oracle.bmc.marketplace.model.MatchingContextTypeEnum
-
Packages that use MatchingContextTypeEnum Package Description com.oracle.bmc.marketplace.model -
-
Uses of MatchingContextTypeEnum in com.oracle.bmc.marketplace.model
Methods in com.oracle.bmc.marketplace.model that return MatchingContextTypeEnum Modifier and Type Method Description static MatchingContextTypeEnum
MatchingContextTypeEnum. create(String key)
MatchingContextTypeEnum
SearchListingsDetails. getMatchingContextType()
The type of matching context returned in the response.static MatchingContextTypeEnum
MatchingContextTypeEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static MatchingContextTypeEnum[]
MatchingContextTypeEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.marketplace.model with parameters of type MatchingContextTypeEnum Modifier and Type Method Description FreeTextSearchDetails.Builder
FreeTextSearchDetails.Builder. matchingContextType(MatchingContextTypeEnum matchingContextType)
StructuredSearchDetails.Builder
StructuredSearchDetails.Builder. matchingContextType(MatchingContextTypeEnum matchingContextType)
Constructors in com.oracle.bmc.marketplace.model with parameters of type MatchingContextTypeEnum Constructor Description FreeTextSearchDetails(MatchingContextTypeEnum matchingContextType, String text)
Deprecated.SearchListingsDetails(MatchingContextTypeEnum matchingContextType)
Deprecated.StructuredSearchDetails(MatchingContextTypeEnum matchingContextType, String query)
Deprecated.
-