Class UpdateCollectionOptions
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.discovery.v1.model.UpdateCollectionOptions
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
public class UpdateCollectionOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
The updateCollection options.
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateCollectionOptions.BuilderBuilder.
- 
Method SummaryModifier and Type Method Description StringcollectionId()Gets the collectionId.StringconfigurationId()Gets the configurationId.Stringdescription()Gets the description.StringenvironmentId()Gets the environmentId.Stringname()Gets the name.UpdateCollectionOptions.BuildernewBuilder()New builder.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModelequals, hashCode, toString
- 
Method Details- 
newBuilderNew builder.- Returns:
- a UpdateCollectionOptions builder
 
- 
environmentIdGets the environmentId.The ID of the environment. - Returns:
- the environmentId
 
- 
collectionIdGets the collectionId.The ID of the collection. - Returns:
- the collectionId
 
- 
nameGets the name.The name of the collection. - Returns:
- the name
 
- 
descriptionGets the description.A description of the collection. - Returns:
- the description
 
- 
configurationIdGets the configurationId.The ID of the configuration in which the collection is to be updated. - Returns:
- the configurationId
 
 
-