Class Application

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.Application
All Implemented Interfaces:
Jsonable

public class Application extends JsonableBaseObject
  • Constructor Details

  • Method Details

    • getApplicationId

      ID of the application.
      Returns:
      The application ID.
    • getAccountId

      public String getAccountId()
      ID of the account application.
      Returns:
      The account ID.
    • getDefaultThemeId

      ID of the default theme.
      Returns:
      The application default theme ID.
    • fromJson

      public static Application fromJson(String json)
      Creates an instance of this class from a JSON payload.
      Parameters:
      json - The JSON string to parse.
      Returns:
      An instance of this class with the fields populated, if present.