
com.podio.user.PropertyValue 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.user;
public class PropertyValue {
private boolean value;
public PropertyValue() {
super();
}
public PropertyValue(boolean value) {
super();
this.value = value;
}
public boolean getValue() {
return value;
}
public void setValue(boolean value) {
this.value = value;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy