public static enum TeamFolderGetInfoItem.Tag extends java.lang.Enum<TeamFolderGetInfoItem.Tag>
TeamFolderGetInfoItem.| Enum Constant and Description |
|---|
ID_NOT_FOUND
An ID that was provided as a parameter to
DbxTeamTeamRequests.teamFolderGetInfo(java.util.List) did not match
any of the team's team folders. |
TEAM_FOLDER_METADATA
Properties of a team folder.
|
| Modifier and Type | Method and Description |
|---|---|
static TeamFolderGetInfoItem.Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TeamFolderGetInfoItem.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TeamFolderGetInfoItem.Tag ID_NOT_FOUND
DbxTeamTeamRequests.teamFolderGetInfo(java.util.List) did not match
any of the team's team folders.public static final TeamFolderGetInfoItem.Tag TEAM_FOLDER_METADATA
public static TeamFolderGetInfoItem.Tag[] values()
for (TeamFolderGetInfoItem.Tag c : TeamFolderGetInfoItem.Tag.values()) System.out.println(c);
public static TeamFolderGetInfoItem.Tag valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null