Package com.oracle.bmc.marketplace.model
Class StructuredSearchDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.marketplace.model.StructuredSearchDetails.Builder
-
- Enclosing class:
- StructuredSearchDetails
public static class StructuredSearchDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StructuredSearchDetails
build()
StructuredSearchDetails.Builder
copy(StructuredSearchDetails model)
StructuredSearchDetails.Builder
matchingContextType(MatchingContextTypeEnum matchingContextType)
StructuredSearchDetails.Builder
query(String query)
The structured query describing which resources to search for.
-
-
-
Method Detail
-
matchingContextType
public StructuredSearchDetails.Builder matchingContextType(MatchingContextTypeEnum matchingContextType)
-
query
public StructuredSearchDetails.Builder query(String query)
The structured query describing which resources to search for.- Parameters:
query
- the value to set- Returns:
- this builder
-
build
public StructuredSearchDetails build()
-
copy
public StructuredSearchDetails.Builder copy(StructuredSearchDetails model)
-
-