public static enum FolderHealthMetric.Type extends Enum<FolderHealthMetric.Type>
Enum Constant and Description |
---|
IMMEDIATE_ALL_ITEMS |
IMMEDIATE_TOP_LEVEL_ITEMS |
RECURSIVE_ALL_ITEMS |
RECURSIVE_TOP_LEVEL_ITEMS |
Modifier and Type | Method and Description |
---|---|
boolean |
isRecursive() |
boolean |
isTopLevelItems() |
static FolderHealthMetric.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FolderHealthMetric.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FolderHealthMetric.Type IMMEDIATE_TOP_LEVEL_ITEMS
public static final FolderHealthMetric.Type RECURSIVE_TOP_LEVEL_ITEMS
public static final FolderHealthMetric.Type IMMEDIATE_ALL_ITEMS
public static final FolderHealthMetric.Type RECURSIVE_ALL_ITEMS
public static FolderHealthMetric.Type[] values()
for (FolderHealthMetric.Type c : FolderHealthMetric.Type.values()) System.out.println(c);
public static FolderHealthMetric.Type valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic boolean isRecursive()
public boolean isTopLevelItems()
Copyright © 2016–2017. All rights reserved.