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

com.podio.space.SpaceTopMemberGroup Maven / Gradle / Ivy

There is a newer version: 0.7.9
Show newest version
package com.podio.space;

import java.util.List;

import com.podio.contact.ProfileMini;

public class SpaceTopMemberGroup {

	private List profiles;

	private int left;

	public List getProfiles() {
		return profiles;
	}

	public void setProfiles(List profiles) {
		this.profiles = profiles;
	}

	public int getLeft() {
		return left;
	}

	public void setLeft(int left) {
		this.left = left;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy