Class CreateSalIntegrationUploadGlossaryOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.CreateSalIntegrationUploadGlossaryOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateSalIntegrationUploadGlossaryOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createSalIntegrationUploadGlossary options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateSalIntegrationUploadGlossaryOptions.Builder
Builder.static interface
CreateSalIntegrationUploadGlossaryOptions.ReplaceOption
glossary upload replace option.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
authInstanceId()
Gets the authInstanceId.java.io.InputStream
glossaryCsv()
Gets the glossaryCsv.java.lang.String
glossaryCsvContentType()
Gets the glossaryCsvContentType.CreateSalIntegrationUploadGlossaryOptions.Builder
newBuilder()
New builder.java.lang.String
replaceOption()
Gets the replaceOption.
-
-
-
Method Detail
-
newBuilder
public CreateSalIntegrationUploadGlossaryOptions.Builder newBuilder()
New builder.- Returns:
- a CreateSalIntegrationUploadGlossaryOptions builder
-
replaceOption
public java.lang.String replaceOption()
Gets the replaceOption. glossary upload replace option.- Returns:
- the replaceOption
-
glossaryCsv
public java.io.InputStream glossaryCsv()
Gets the glossaryCsv. Glossary CSV file.- Returns:
- the glossaryCsv
-
glossaryCsvContentType
public java.lang.String glossaryCsvContentType()
Gets the glossaryCsvContentType. The content type of glossaryCsv. Values for this parameter can be obtained from the HttpMediaType class.- Returns:
- the glossaryCsvContentType
-
authInstanceId
public java.lang.String authInstanceId()
Gets the authInstanceId. watsonx.data instance ID.- Returns:
- the authInstanceId
-
-