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.GenericModelThe createSalIntegrationUploadGlossary options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateSalIntegrationUploadGlossaryOptions.BuilderBuilder.static interfaceCreateSalIntegrationUploadGlossaryOptions.ReplaceOptionglossary upload replace option.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringauthInstanceId()Gets the authInstanceId.java.io.InputStreamglossaryCsv()Gets the glossaryCsv.java.lang.StringglossaryCsvContentType()Gets the glossaryCsvContentType.CreateSalIntegrationUploadGlossaryOptions.BuildernewBuilder()New builder.java.lang.StringreplaceOption()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
-
-