Class NetworkApis
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.application.capabilities.Capability
com.vonage.client.application.capabilities.NetworkApis
- All Implemented Interfaces:
Jsonable
Network APIs capability configuration settings.
- Since:
- 8.12.0
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.vonage.client.application.capabilities.Capability
Capability.Type -
Field Summary
Fields inherited from class com.vonage.client.application.capabilities.Capability
webhooks -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkApis.Builderbuilder()Entry point for constructing an instance of this class.Gets the network application ID (this is different from the Vonage application ID).Gets the Redirect URL.getType()The capability's type.Methods inherited from class com.vonage.client.application.capabilities.Capability
getWebhooksMethods 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
-
Method Details
-
getType
Description copied from class:CapabilityThe capability's type.- Specified by:
getTypein classCapability- Returns:
- This capability's type as an enum.
-
getRedirectUri
Gets the Redirect URL.- Returns:
- The redirect URI, or
nullif absent.
-
getNetworkApplicationId
Gets the network application ID (this is different from the Vonage application ID).- Returns:
- The network application ID as a string, or
nullif absent.
-
builder
Entry point for constructing an instance of this class.- Returns:
- A new Builder.
-