Class SuggestMatchesRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.datacatalog.requests.SuggestMatchesRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public class SuggestMatchesRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datacatalog/SuggestMatchesExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SuggestMatchesRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSuggestMatchesRequest.Builder
 - 
Constructor SummaryConstructors Constructor Description SuggestMatchesRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SuggestMatchesRequest.Builderbuilder()Return a new builder for this request object.booleanequals(Object o)Uses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.StringgetCatalogId()Unique catalog identifier.StringgetInputText()Text input string used for computing potential matching suggestions.IntegergetLimit()Limit for the list of potential matches returned from the Suggest API.StringgetOpcRequestId()The client request ID for tracing.StringgetTimeout()A search timeout string (for example, timeout=4000ms), bounding the search request to be executed within the specified time value and bail with the hits accumulated up to that point when expired.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.SuggestMatchesRequest.BuildertoBuilder()Return an instance ofSuggestMatchesRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCatalogIdpublic String getCatalogId() Unique catalog identifier.
 - 
getInputTextpublic String getInputText() Text input string used for computing potential matching suggestions.
 - 
getTimeoutpublic String getTimeout() A search timeout string (for example, timeout=4000ms), bounding the search request to be executed within the specified time value and bail with the hits accumulated up to that point when expired.Defaults to no timeout. 
 - 
getLimitpublic Integer getLimit() Limit for the list of potential matches returned from the Suggest API.If not specified, will default to 10. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
toBuilderpublic SuggestMatchesRequest.Builder toBuilder() Return an instance ofSuggestMatchesRequest.Builderthat allows you to modify request properties.- Returns:
- instance of SuggestMatchesRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static SuggestMatchesRequest.Builder builder() Return a new builder for this request object.- Returns:
- builder for the request object
 
 - 
equalspublic boolean equals(Object o) Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to determine if passed request is equal to ‘this’.- Overrides:
- equalsin class- BmcRequest<Void>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<Void>
 
 
- 
 
-