Package com.merative.acd.v1.model
Class UpdateProfileOptions
- java.lang.Object
- 
- com.ibm.cloud.sdk.core.service.model.GenericModel
- 
- com.merative.acd.v1.model.UpdateProfileOptions
 
 
- 
- All Implemented Interfaces:
- com.ibm.cloud.sdk.core.service.model.ObjectModel
 
 public class UpdateProfileOptions extends com.ibm.cloud.sdk.core.service.model.GenericModelThe updateProfile options.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classUpdateProfileOptions.BuilderBuilder.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringid()Gets the id.java.util.List<Annotator>newAnnotators()Gets the newAnnotators.UpdateProfileOptions.BuildernewBuilder()New builder.java.lang.StringnewCartridgeId()Gets the newCartridgeId.java.lang.StringnewDescription()Gets the newDescription.java.lang.StringnewId()Gets the newId.java.lang.StringnewName()Gets the newName.java.lang.BooleannewPublish()Gets the newPublish.java.lang.StringnewPublishedDate()Gets the newPublishedDate.java.lang.StringnewVersion()Gets the newVersion.
 
- 
- 
- 
Method Detail- 
newBuilderpublic UpdateProfileOptions.Builder newBuilder() New builder.- Returns:
- a UpdateProfileOptions builder
 
 - 
idpublic java.lang.String id() Gets the id. Profile ID.- Returns:
- the id
 
 - 
newIdpublic java.lang.String newId() Gets the newId.- Returns:
- the newId
 
 - 
newNamepublic java.lang.String newName() Gets the newName.- Returns:
- the newName
 
 - 
newDescriptionpublic java.lang.String newDescription() Gets the newDescription.- Returns:
- the newDescription
 
 - 
newPublishedDatepublic java.lang.String newPublishedDate() Gets the newPublishedDate.- Returns:
- the newPublishedDate
 
 - 
newPublishpublic java.lang.Boolean newPublish() Gets the newPublish.- Returns:
- the newPublish
 
 - 
newVersionpublic java.lang.String newVersion() Gets the newVersion.- Returns:
- the newVersion
 
 - 
newCartridgeIdpublic java.lang.String newCartridgeId() Gets the newCartridgeId.- Returns:
- the newCartridgeId
 
 - 
newAnnotatorspublic java.util.List<Annotator> newAnnotators() Gets the newAnnotators.- Returns:
- the newAnnotators
 
 
- 
 
-