Class MembersGetInfoItem

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

public final class MembersGetInfoItem extends Object
Describes a result obtained for a single user whose id was specified in the parameter of DbxTeamTeamRequests.membersGetInfo(java.util.List).

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.