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

com.podio.conversation.MessageCreateResponse Maven / Gradle / Ivy

There is a newer version: 0.7.9
Show newest version
package com.podio.conversation;

import org.codehaus.jackson.annotate.JsonProperty;

public class MessageCreateResponse {

	private int messageId;

	public int getMessageId() {
		return messageId;
	}

	@JsonProperty("message_id")
	public void setMessageId(int messageId) {
		this.messageId = messageId;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy