public class UpdateProfileOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateProfileOptions.Builder
Builder.
|
Modifier and Type | Method and 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.
|
public UpdateProfileOptions.Builder newBuilder()
public java.lang.String id()
public java.lang.String newId()
public java.lang.String newName()
public java.lang.String newDescription()
public java.lang.String newPublishedDate()
public java.lang.Boolean newPublish()
public java.lang.String newVersion()
public java.lang.String newCartridgeId()
public java.util.List<Annotator> newAnnotators()
Copyright © 2022 IBM Cloud. All rights reserved.