Class GroupsSelector

java.lang.Object
com.dropbox.core.v2.team.GroupsSelector

public final class GroupsSelector extends Object
Argument for selecting a list of groups, either by group_ids, or external group IDs.

This class is a tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.