
com.podio.notification.InboxNewCount Maven / Gradle / Ivy
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