Class UpdateApplicationRequest

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

public class UpdateApplicationRequest extends Object implements Jsonable
  • Method Details

    • getDefaultThemeId

      Returns:
      The theme ID to set as application default theme.
    • toJson

      public String toJson()
      Generates a JSON payload from this request.
      Specified by:
      toJson in interface Jsonable
      Returns:
      JSON representation of this UpdateApplicationRequest object.
    • builder

      Entry point for constructing an instance of this class.
      Returns:
      A new Builder.