public enum ActionTaskAssignedToTypes extends Enum<ActionTaskAssignedToTypes>
Java class for ActionTaskAssignedToTypes.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ActionTaskAssignedToTypes">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="user"/>
<enumeration value="role"/>
<enumeration value="opportunityTeam"/>
<enumeration value="accountTeam"/>
<enumeration value="owner"/>
<enumeration value="accountOwner"/>
<enumeration value="creator"/>
<enumeration value="accountCreator"/>
<enumeration value="partnerUser"/>
<enumeration value="portalRole"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCOUNT_CREATOR |
ACCOUNT_OWNER |
ACCOUNT_TEAM |
CREATOR |
OPPORTUNITY_TEAM |
OWNER |
PARTNER_USER |
PORTAL_ROLE |
ROLE |
USER |
| Modifier and Type | Method and Description |
|---|---|
static ActionTaskAssignedToTypes |
fromValue(String v) |
String |
value() |
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 OPPORTUNITY_TEAM
public static final ActionTaskAssignedToTypes ACCOUNT_TEAM
public static final ActionTaskAssignedToTypes OWNER
public static final ActionTaskAssignedToTypes ACCOUNT_OWNER
public static final ActionTaskAssignedToTypes CREATOR
public static final ActionTaskAssignedToTypes ACCOUNT_CREATOR
public static final ActionTaskAssignedToTypes PARTNER_USER
public static final ActionTaskAssignedToTypes PORTAL_ROLE
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 value()
public static ActionTaskAssignedToTypes fromValue(String v)
Copyright © 2016. All rights reserved.