Represents an action on the addon compose ui.
// An AddonComposeUiActionResponse that dismiss the addon compose ui. const addonComposeUiActionResponse = AddOnsResponseService.newAddonComposeUiActionResponseBuilder() .setType(AddOnsResponseService.AddonComposeUiActionType.DISMISS) .build();
Methods
| Method | Return type | Brief description |
|---|---|---|
print | String | Prints the JSON representation of this object. |
Detailed documentation
printJson()
Prints the JSON representation of this object. This is for debugging only.
Return
String