Package com.vonage.client.meetings
Class LogoUploadsUrlResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.meetings.LogoUploadsUrlResponse
- All Implemented Interfaces:
Jsonable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFields property has to be part of the POST request's body.getUrl()Storage system URL.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
-
LogoUploadsUrlResponse
protected LogoUploadsUrlResponse()
-
-
Method Details
-
getUrl
Storage system URL.- Returns:
- The URL.
-
getFields
Fields property has to be part of the POST request's body.- Returns:
- The field properties.
-