Package com.vonage.client.meetings
Class Application
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.Application
- All Implemented Interfaces:
Jsonable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApplicationCreates an instance of this class from a JSON payload.ID of the account application.ID of the application.ID of the default theme.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
-
Application
protected Application()
-
-
Method Details
-
getApplicationId
ID of the application.- Returns:
- The application ID.
-
getAccountId
ID of the account application.- Returns:
- The account ID.
-
getDefaultThemeId
ID of the default theme.- Returns:
- The application default theme ID.
-
fromJson
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.
-