
com.podio.contact.Profile 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
package com.podio.contact;
import org.codehaus.jackson.annotate.JsonProperty;
public class Profile extends ProfileUpdate {
/**
* The id of the user
*/
private int id;
@JsonProperty("user_id")
public int getId() {
return id;
}
@JsonProperty("user_id")
public void setId(int userId) {
this.id = userId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy