public class GetFlowResponse
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Constructor and Description |
---|
GetFlowResponse() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getApprovals()
Gets the approvals.
|
String |
getFlowId()
Gets the flowId.
|
String |
getFlowState()
Gets the flowState.
|
String |
getFlowType()
Gets the flowType.
|
List<String> |
getRejections()
Gets the rejections.
|
Boolean |
isActive()
Gets the active.
|
public List<String> getApprovals()
public List<String> getRejections()
public String getFlowState()
public String getFlowType()
public String getFlowId()
public Boolean isActive()
Copyright © 2021 IBM Cloud. All rights reserved.