Class SearchCriteriaRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<SearchCriteria>
- 
- com.oracle.bmc.datacatalog.requests.SearchCriteriaRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190325") public class SearchCriteriaRequest extends BmcRequest<SearchCriteria>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/datacatalog/SearchCriteriaExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use SearchCriteriaRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSearchCriteriaRequest.Builderstatic classSearchCriteriaRequest.SortByThe field to sort by.static classSearchCriteriaRequest.SortOrderThe sort order to use, either ‘asc’ or ‘desc’.
 - 
Constructor SummaryConstructors Constructor Description SearchCriteriaRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchCriteriaRequest.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’.SearchCriteriagetBody$()Alternative accessor for the body parameter.StringgetCatalogId()Unique catalog identifier.StringgetDisplayName()A filter to return only resources that match the entire display name given.LifecycleStategetLifecycleState()A filter to return only resources that match the specified lifecycle state.IntegergetLimit()The maximum number of items to return.StringgetName()Immutable resource name.StringgetOpcRequestId()The client request ID for tracing.StringgetPage()The page token representing the page at which to start retrieving results.SearchCriteriagetSearchCriteriaDetails()The information used to create an extended search results.SearchCriteriaRequest.SortBygetSortBy()The field to sort by.SearchCriteriaRequest.SortOrdergetSortOrder()The sort order to use, either ‘asc’ or ‘desc’.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.SearchCriteriaRequest.BuildertoBuilder()Return an instance ofSearchCriteriaRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCatalogIdpublic String getCatalogId() Unique catalog identifier.
 - 
getSearchCriteriaDetailspublic SearchCriteria getSearchCriteriaDetails() The information used to create an extended search results.
 - 
getDisplayNamepublic String getDisplayName() A filter to return only resources that match the entire display name given.The match is not case sensitive. 
 - 
getNamepublic String getName() Immutable resource name.
 - 
getLifecycleStatepublic LifecycleState getLifecycleState() A filter to return only resources that match the specified lifecycle state.The value is case insensitive. 
 - 
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. 
 - 
getSortBypublic SearchCriteriaRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. Default order for TIMECREATED is descending. Default order for DISPLAYNAME is ascending. If no value is specified TIMECREATED is default. 
 - 
getSortOrderpublic SearchCriteriaRequest.SortOrder getSortOrder() The sort order to use, either ‘asc’ or ‘desc’.
 - 
getLimitpublic Integer getLimit() The maximum number of items to return.
 - 
getPagepublic String getPage() The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call. 
 - 
getOpcRequestIdpublic String getOpcRequestId() The client request ID for tracing.
 - 
getBody$public SearchCriteria getBody$() Alternative accessor for the body parameter.- Overrides:
- getBody$in class- BmcRequest<SearchCriteria>
- Returns:
- body parameter
 
 - 
toBuilderpublic SearchCriteriaRequest.Builder toBuilder() Return an instance ofSearchCriteriaRequest.Builderthat allows you to modify request properties.- Returns:
- instance of SearchCriteriaRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static SearchCriteriaRequest.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<SearchCriteria>
 
 - 
hashCodepublic int hashCode() Description copied from class:BmcRequestUses getInvocationCallback and getRetryConfiguration to generate a hash.- Overrides:
- hashCodein class- BmcRequest<SearchCriteria>
 
 
- 
 
-