Class Capability
java.lang.Object
com.vonage.client.application.capabilities.Capability
Represents a capability of a Vonage Application
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Capability.Type
getType()
The capability's type.Webhooks grouped by type.
-
Field Details
-
webhooks
-
-
Constructor Details
-
Capability
protected Capability()
-
-
Method Details
-
getType
The capability's type.- Returns:
- This capability's type as an enum.
-
getWebhooks
Webhooks grouped by type.- Returns:
- The webhooks as a Map, or
null
if there are none.
-