Class UploadListItemsResponse

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.proactiveconnect.UploadListItemsResponse
All Implemented Interfaces:
Jsonable

Results from list upload.
  • Constructor Details

  • Method Details

    • getInserted

      public Integer getInserted()
      Items inserted in the list.
      Returns:
      The number of inserted items, or null if not applicable.
    • getUpdated

      public Integer getUpdated()
      Items updated in the list.
      Returns:
      The number of updated items, or null if not applicable.
    • getDeleted

      public Integer getDeleted()
      Items deleted in the list.
      Returns:
      The number of deleted items, or null if not applicable.
    • fromJson

      public static UploadListItemsResponse 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.