Class UserSelectorArg

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

public final class UserSelectorArg extends Object
Argument for selecting a single user, either by team_member_id, external_id or email.

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.