Class PostQueryOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.PostQueryOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class PostQueryOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The postQuery options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PostQueryOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
accept()
Gets the accept.java.lang.String
authInstanceId()
Gets the authInstanceId.java.lang.String
catalog()
Gets the catalog.java.lang.String
engine()
Gets the engine.PostQueryOptions.Builder
newBuilder()
New builder.java.lang.String
schema()
Gets the schema.java.lang.String
sqlQuery()
Gets the sqlQuery.
-
-
-
Method Detail
-
newBuilder
public PostQueryOptions.Builder newBuilder()
New builder.- Returns:
- a PostQueryOptions builder
-
engine
public java.lang.String engine()
Gets the engine. Presto engine name.- Returns:
- the engine
-
catalog
public java.lang.String catalog()
Gets the catalog. Catalog name.- Returns:
- the catalog
-
schema
public java.lang.String schema()
Gets the schema. Schema name.- Returns:
- the schema
-
sqlQuery
public java.lang.String sqlQuery()
Gets the sqlQuery. SQL Query.- Returns:
- the sqlQuery
-
accept
public java.lang.String accept()
Gets the accept. The type of the response: or *_/_*.- Returns:
- the accept
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. Instance ID.- Returns:
- the authInstanceId
-
-