callMethods property

List<String> callMethods
final

All methods that are supported by the /call endpoint. Communicating which parameters should be provided to /call is the responsibility of the implementer (this is en lieu of defining an entire type system and requiring the implementer to define that in Allow).

Implementation

final List<String> callMethods;