
com.podio.notification.InboxNewCount Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api Show documentation
Show all versions of api Show documentation
The official Java wrapper for the Podio API
The newest version!
package com.podio.notification;
import org.codehaus.jackson.annotate.JsonProperty;
public class InboxNewCount {
private int newNotifications;
public int getNewNotifications() {
return newNotifications;
}
@JsonProperty("new")
public void setNewNotifications(int newNotifications) {
this.newNotifications = newNotifications;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy