Action Class

public class Action extends CreativeWork

The Action model.

Method Summary

Modifier and Type Method and Description
String displayName()

Get the displayName value.

Boolean isTopAction()

Get the isTopAction value.

List<Thing> result()

Get the result value.

String serviceUrl()

Get the serviceUrl value.

Inherited Members

Method Details

displayName

public String displayName()

Get the displayName value.

Returns:

the displayName value

isTopAction

public Boolean isTopAction()

Get the isTopAction value.

Returns:

the isTopAction value

result

public List result()

Get the result value.

Returns:

the result value

serviceUrl

public String serviceUrl()

Get the serviceUrl value.

Returns:

the serviceUrl value

Applies to