public class UpdateFlowsOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
UpdateFlowsOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
id()
Gets the id.
|
java.util.List<AnnotatorFlow> |
newAnnotatorFlows()
Gets the newAnnotatorFlows.
|
UpdateFlowsOptions.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 UpdateFlowsOptions.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<AnnotatorFlow> newAnnotatorFlows()
Copyright © 2022 IBM Cloud. All rights reserved.