TaskModuleMessageResponse Class

public class TaskModuleMessageResponse
extends TaskModuleResponseBase

Task Module response with message action.

Constructor Summary

Constructor Description
TaskModuleMessageResponse()

Initializes a new instance.

Method Summary

Modifier and Type Method and Description
java.lang.String getValue()

Gets info teams will display the value of value in a popup message box.

void setValue(String withValue)

Sets info teams will display the value of value in a popup message box.

Methods inherited from TaskModuleResponseBase

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

TaskModuleMessageResponse

public TaskModuleMessageResponse()

Initializes a new instance.

Method Details

getValue

public String getValue()

Gets info teams will display the value of value in a popup message box.

Returns:

The popup info.

setValue

public void setValue(String withValue)

Sets info teams will display the value of value in a popup message box.

Parameters:

withValue - The popup info.

Applies to