Class UploadListItemsResponse
java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.proactiveconnect.UploadListItemsResponse
- All Implemented Interfaces:
Jsonable
Results from list upload.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic UploadListItemsResponseCreates an instance of this class from a JSON payload.Items deleted in the list.Items inserted in the list.Items updated in the list.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
-
UploadListItemsResponse
protected UploadListItemsResponse()
-
-
Method Details
-
getInserted
Items inserted in the list.- Returns:
- The number of inserted items, or
nullif not applicable.
-
getUpdated
Items updated in the list.- Returns:
- The number of updated items, or
nullif not applicable.
-
getDeleted
Items deleted in the list.- Returns:
- The number of deleted items, or
nullif not applicable.
-
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.
-