public enum ActionTaskAssignedToTypes extends Enum<ActionTaskAssignedToTypes>
| Enum Constant and Description |
|---|
accountCreator
Enumeration : accountCreator
|
accountOwner
Enumeration : accountOwner
|
accountTeam
Enumeration : accountTeam
|
creator
Enumeration : creator
|
opportunityTeam
Enumeration : opportunityTeam
|
owner
Enumeration : owner
|
partnerUser
Enumeration : partnerUser
|
portalRole
Enumeration : portalRole
|
role
Enumeration : role
|
user
Enumeration : user
|
| Modifier and Type | Field and Description |
|---|---|
static Map<String,String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ActionTaskAssignedToTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionTaskAssignedToTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ActionTaskAssignedToTypes user
public static final ActionTaskAssignedToTypes role
public static final ActionTaskAssignedToTypes opportunityTeam
public static final ActionTaskAssignedToTypes accountTeam
public static final ActionTaskAssignedToTypes owner
public static final ActionTaskAssignedToTypes accountOwner
public static final ActionTaskAssignedToTypes creator
public static final ActionTaskAssignedToTypes accountCreator
public static final ActionTaskAssignedToTypes partnerUser
public static final ActionTaskAssignedToTypes portalRole
public static ActionTaskAssignedToTypes[] values()
for (ActionTaskAssignedToTypes c : ActionTaskAssignedToTypes.values()) System.out.println(c);
public static ActionTaskAssignedToTypes 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 String toString()
toString in class Enum<ActionTaskAssignedToTypes>Copyright © 2015. All Rights Reserved.