Package | Description |
---|---|
com.oracle.bmc.marketplace.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
FreeTextSearchDetails.Builder |
FreeTextSearchDetails.Builder.matchingContextType(MatchingContextTypeEnum matchingContextType) |
StructuredSearchDetails.Builder |
StructuredSearchDetails.Builder.matchingContextType(MatchingContextTypeEnum matchingContextType) |
Constructor and Description |
---|
FreeTextSearchDetails(MatchingContextTypeEnum matchingContextType,
String text)
Deprecated.
|
SearchListingsDetails(MatchingContextTypeEnum matchingContextType)
Deprecated.
|
StructuredSearchDetails(MatchingContextTypeEnum matchingContextType,
String query)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.