
org.trello4j.core.MemberOperations Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of trello4j Show documentation
Show all versions of trello4j Show documentation
Java wrapper around Trello API. A fork of original project.
The newest version!
package org.trello4j.core;
import java.util.List;
import org.trello4j.model.Action;
import org.trello4j.model.Board;
import org.trello4j.model.Card;
import org.trello4j.model.Member;
import org.trello4j.model.Notification;
import org.trello4j.model.Organization;
public interface MemberOperations {
Member get(String... filters);
List getBoards(String... filters);
List getActions();
List getCards(String... filters);
List getNotifications(String... filters);
List getOrganizations(String... filters);
List getInvitedOrganizations(String... filters);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy