Class NetworkApis

All Implemented Interfaces:
Jsonable

public final class NetworkApis extends Capability
Network APIs capability configuration settings.
Since:
8.12.0
  • Method Details

    • getType

      Description copied from class: Capability
      The capability's type.
      Specified by:
      getType in class Capability
      Returns:
      This capability's type as an enum.
    • getRedirectUri

      public URI getRedirectUri()
      Gets the Redirect URL.
      Returns:
      The redirect URI, or null if absent.
    • getNetworkApplicationId

      Gets the network application ID (this is different from the Vonage application ID).
      Returns:
      The network application ID as a string, or null if absent.
    • builder

      public static NetworkApis.Builder builder()
      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.