Package com.merative.acd.v1.model
Class CreateProfileOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.CreateProfileOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class CreateProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe createProfile options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreateProfileOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotator>annotators()Gets the annotators.java.lang.StringcartridgeId()Gets the cartridgeId.java.lang.Stringdescription()Gets the description.java.lang.Stringid()Gets the id.java.lang.Stringname()Gets the name.CreateProfileOptions.BuildernewBuilder()New builder.java.lang.Booleanpublish()Gets the publish.java.lang.StringpublishedDate()Gets the publishedDate.java.lang.Stringversion()Gets the version.
 
- 
- 
- 
Method Detail- 
newBuilderpublic CreateProfileOptions.Builder newBuilder() New builder.- Returns:
- a CreateProfileOptions builder
 
 - 
idpublic java.lang.String id() Gets the id.- Returns:
- the id
 
 - 
namepublic java.lang.String name() Gets the name.- Returns:
- the name
 
 - 
descriptionpublic java.lang.String description() Gets the description.- Returns:
- the description
 
 - 
publishedDatepublic java.lang.String publishedDate() Gets the publishedDate.- Returns:
- the publishedDate
 
 - 
publishpublic java.lang.Boolean publish() Gets the publish.- Returns:
- the publish
 
 - 
versionpublic java.lang.String version() Gets the version.- Returns:
- the version
 
 - 
cartridgeIdpublic java.lang.String cartridgeId() Gets the cartridgeId.- Returns:
- the cartridgeId
 
 - 
annotatorspublic java.util.List<Annotator> annotators() Gets the annotators.- Returns:
- the annotators
 
 
- 
 
-