|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<FilterScope>
com.sforce.soap.metadata.FilterScope
public enum FilterScope
Generated enum, please do not edit.
| Enum Constant Summary | |
|---|---|
Delegated
Enumeration : Delegated |
|
Everything
Enumeration : Everything |
|
Mine
Enumeration : Mine |
|
MyTeamTerritory
Enumeration : MyTeamTerritory |
|
MyTerritory
Enumeration : MyTerritory |
|
Queue
Enumeration : Queue |
|
Team
Enumeration : Team |
|
| Method Summary | |
|---|---|
static FilterScope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static FilterScope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final FilterScope Everything
public static final FilterScope Mine
public static final FilterScope Queue
public static final FilterScope Delegated
public static final FilterScope MyTerritory
public static final FilterScope MyTeamTerritory
public static final FilterScope Team
| Method Detail |
|---|
public static FilterScope[] values()
for (FilterScope c : FilterScope.values()) System.out.println(c);
public static FilterScope 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 name
java.lang.NullPointerException - if the argument is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||