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

panda.ex.zendesk.UserListResult Maven / Gradle / Ivy

Go to download

Panda Tube is a Web Service API client for WordPress XML-RPC, Google Vision API, etc.

The newest version!
package panda.ex.zendesk;

import java.util.List;

public class UserListResult extends ListResult {
	private List users;

	/**
	 * @return the users
	 */
	public List getUsers() {
		return users;
	}

	/**
	 * @param users the users to set
	 */
	public void setUsers(List users) {
		this.users = users;
	}
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy