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.GenericModel
The createProfile options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateProfileOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Annotator>
annotators()
Gets the annotators.java.lang.String
cartridgeId()
Gets the cartridgeId.java.lang.String
description()
Gets the description.java.lang.String
id()
Gets the id.java.lang.String
name()
Gets the name.CreateProfileOptions.Builder
newBuilder()
New builder.java.lang.Boolean
publish()
Gets the publish.java.lang.String
publishedDate()
Gets the publishedDate.java.lang.String
version()
Gets the version.
-
-
-
Method Detail
-
newBuilder
public CreateProfileOptions.Builder newBuilder()
New builder.- Returns:
- a CreateProfileOptions builder
-
id
public java.lang.String id()
Gets the id.- Returns:
- the id
-
name
public java.lang.String name()
Gets the name.- Returns:
- the name
-
description
public java.lang.String description()
Gets the description.- Returns:
- the description
-
publishedDate
public java.lang.String publishedDate()
Gets the publishedDate.- Returns:
- the publishedDate
-
publish
public java.lang.Boolean publish()
Gets the publish.- Returns:
- the publish
-
version
public java.lang.String version()
Gets the version.- Returns:
- the version
-
cartridgeId
public java.lang.String cartridgeId()
Gets the cartridgeId.- Returns:
- the cartridgeId
-
annotators
public java.util.List<Annotator> annotators()
Gets the annotators.- Returns:
- the annotators
-
-