Package com.vonage.client.application
Class Application.Capabilities
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.application.Application.Capabilities
- All Implemented Interfaces:
Jsonable
- Enclosing class:
Application
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vonage.client.JsonableBaseObject
createJsonObjectMapper, equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.vonage.client.Jsonable
toJson, updateFromJson
-
Constructor Details
-
Capabilities
public Capabilities()
-
-
Method Details
-
getVoice
Voice capability.- Returns:
- The Voice capability, or
nullif absent.
-
getMessages
Messages capability.- Returns:
- The Messages capability, or
nullif absent.
-
getRtc
RTC capability.- Returns:
- The RTC capability, or
nullif absent.
-
getVbc
VBC capability.- Returns:
- The VBC capability, or
nullif absent.
-
getVerify
Verify capability.- Returns:
- The Verify capability, or
nullif absent. - Since:
- 8.6.0
-
getNetworkApis
Network APIs capability.- Returns:
- The Network APIs capability, or
nullif absent. - Since:
- 8.12.0
-