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