
com.podio.conversation.MessageCreate Maven / Gradle / Ivy
package com.podio.conversation;
public class MessageCreate {
private final String text;
public MessageCreate(String text) {
super();
this.text = text;
}
public String getText() {
return text;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy