All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.podio.user.ProfileFieldSingleValue Maven / Gradle / Ivy

package com.podio.user;

public class ProfileFieldSingleValue {

	private final F value;

	public ProfileFieldSingleValue(F value) {
		super();
		this.value = value;
	}

	public F getValue() {
		return value;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy