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