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.GenericModel
The updateProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UpdateProfileOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
id()
Gets the id.java.util.List<Annotator>
newAnnotators()
Gets the newAnnotators.UpdateProfileOptions.Builder
newBuilder()
New builder.java.lang.String
newCartridgeId()
Gets the newCartridgeId.java.lang.String
newDescription()
Gets the newDescription.java.lang.String
newId()
Gets the newId.java.lang.String
newName()
Gets the newName.java.lang.Boolean
newPublish()
Gets the newPublish.java.lang.String
newPublishedDate()
Gets the newPublishedDate.java.lang.String
newVersion()
Gets the newVersion.
-
-
-
Method Detail
-
newBuilder
public UpdateProfileOptions.Builder newBuilder()
New builder.- Returns:
- a UpdateProfileOptions builder
-
id
public java.lang.String id()
Gets the id. Profile ID.- Returns:
- the id
-
newId
public java.lang.String newId()
Gets the newId.- Returns:
- the newId
-
newName
public java.lang.String newName()
Gets the newName.- Returns:
- the newName
-
newDescription
public java.lang.String newDescription()
Gets the newDescription.- Returns:
- the newDescription
-
newPublishedDate
public java.lang.String newPublishedDate()
Gets the newPublishedDate.- Returns:
- the newPublishedDate
-
newPublish
public java.lang.Boolean newPublish()
Gets the newPublish.- Returns:
- the newPublish
-
newVersion
public java.lang.String newVersion()
Gets the newVersion.- Returns:
- the newVersion
-
newCartridgeId
public java.lang.String newCartridgeId()
Gets the newCartridgeId.- Returns:
- the newCartridgeId
-
newAnnotators
public java.util.List<Annotator> newAnnotators()
Gets the newAnnotators.- Returns:
- the newAnnotators
-
-