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 |
---|---|
String |
id()
Gets the id.
|
List<AnnotatorFlow> |
newAnnotatorFlows()
Gets the newAnnotatorFlows.
|
UpdateFlowsOptions.Builder |
newBuilder()
New builder.
|
String |
newCartridgeId()
Gets the newCartridgeId.
|
String |
newDescription()
Gets the newDescription.
|
String |
newId()
Gets the newId.
|
String |
newName()
Gets the newName.
|
Boolean |
newPublish()
Gets the newPublish.
|
String |
newPublishedDate()
Gets the newPublishedDate.
|
String |
newVersion()
Gets the newVersion.
|
public UpdateFlowsOptions.Builder newBuilder()
public String id()
public String newId()
public String newName()
public String newDescription()
public String newPublishedDate()
public Boolean newPublish()
public String newVersion()
public String newCartridgeId()
public List<AnnotatorFlow> newAnnotatorFlows()
Copyright © 2021 IBM Cloud. All rights reserved.