Package com.oracle.bmc.dataflow.requests
Class ListSqlEndpointsRequest
- java.lang.Object
- 
- com.oracle.bmc.requests.BmcRequest<Void>
- 
- com.oracle.bmc.dataflow.requests.ListSqlEndpointsRequest
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200129") public class ListSqlEndpointsRequest extends BmcRequest<Void>Example: Click <a href=“https://docs.oracle.com/en-us/iaas/tools/java-sdk-examples/3.75.0/dataflow/ListSqlEndpointsExample.java.html"target=”_blank"rel=“noopener noreferrer”>here to see how to use ListSqlEndpointsRequest. 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classListSqlEndpointsRequest.Builderstatic classListSqlEndpointsRequest.SortByThe field to sort by.static classListSqlEndpointsRequest.SortOrderThe ordering of results in ascending or descending order.
 - 
Constructor SummaryConstructors Constructor Description ListSqlEndpointsRequest()
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ListSqlEndpointsRequest.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’.StringgetCompartmentId()The OCID of the compartment in which to query resources.StringgetDisplayName()The query parameter for the Spark application name.SqlEndpointLifecycleStategetLifecycleState()A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.IntegergetLimit()The maximum number of items that can be returned.StringgetOpcRequestId()Unique identifier for the request.StringgetPage()The page token representing the page at which to start retrieving results.ListSqlEndpointsRequest.SortBygetSortBy()The field to sort by.ListSqlEndpointsRequest.SortOrdergetSortOrder()The ordering of results in ascending or descending order.StringgetSqlEndpointId()The unique id of the SQL Endpoint.inthashCode()Uses getInvocationCallback and getRetryConfiguration to generate a hash.ListSqlEndpointsRequest.BuildertoBuilder()Return an instance ofListSqlEndpointsRequest.Builderthat allows you to modify request properties.StringtoString()- 
Methods inherited from class com.oracle.bmc.requests.BmcRequestgetBody$, getInvocationCallback, getRetryConfiguration, setInvocationCallback, setRetryConfiguration, supportsExpect100Continue
 
- 
 
- 
- 
- 
Method Detail- 
getCompartmentIdpublic String getCompartmentId() The OCID of the compartment in which to query resources.
 - 
getSqlEndpointIdpublic String getSqlEndpointId() The unique id of the SQL Endpoint.
 - 
getLifecycleStatepublic SqlEndpointLifecycleState getLifecycleState() A filter to return only those resources whose sqlEndpointLifecycleState matches the given sqlEndpointLifecycleState.
 - 
getDisplayNamepublic String getDisplayName() The query parameter for the Spark application name.
 - 
getLimitpublic Integer getLimit() The maximum number of items that can be returned.
 - 
getPagepublic String getPage() The page token representing the page at which to start retrieving results.This is usually retrieved from a previous list call. 
 - 
getSortOrderpublic ListSqlEndpointsRequest.SortOrder getSortOrder() The ordering of results in ascending or descending order.
 - 
getSortBypublic ListSqlEndpointsRequest.SortBy getSortBy() The field to sort by.Only one sort order may be provided. The default order for timeCreated is descending. The default order for displayName is ascending. If no value is specified timeCreated is used by default. 
 - 
getOpcRequestIdpublic String getOpcRequestId() Unique identifier for the request.If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service. 
 - 
toBuilderpublic ListSqlEndpointsRequest.Builder toBuilder() Return an instance ofListSqlEndpointsRequest.Builderthat allows you to modify request properties.- Returns:
- instance of ListSqlEndpointsRequest.Builderthat allows you to modify request properties.
 
 - 
builderpublic static ListSqlEndpointsRequest.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>
 
 
- 
 
-