All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zendesk.client.v2.model.comments.VoiceComment Maven / Gradle / Ivy

The newest version!
package org.zendesk.client.v2.model.comments;

import com.fasterxml.jackson.annotation.JsonProperty;
import org.zendesk.client.v2.model.Comment;

public class VoiceComment extends Comment {

  private VoiceCommentData data;

  @JsonProperty("data")
  public VoiceCommentData getData() {
    return data;
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy