com.sforce.soap.metadata
Enum ActionEmailRecipientTypes

java.lang.Object
  extended by java.lang.Enum<ActionEmailRecipientTypes>
      extended by com.sforce.soap.metadata.ActionEmailRecipientTypes
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ActionEmailRecipientTypes>

public enum ActionEmailRecipientTypes
extends java.lang.Enum<ActionEmailRecipientTypes>

Generated enum, please do not edit.


Enum Constant Summary
accountOwner
          Enumeration : accountOwner
accountTeam
          Enumeration : accountTeam
campaignMemberDerivedOwner
          Enumeration : campaignMemberDerivedOwner
caseTeam
          Enumeration : caseTeam
contactLookup
          Enumeration : contactLookup
creator
          Enumeration : creator
customerPortalUser
          Enumeration : customerPortalUser
email
          Enumeration : email
group
          Enumeration : group
opportunityTeam
          Enumeration : opportunityTeam
owner
          Enumeration : owner
partnerUser
          Enumeration : partnerUser
portalRole
          Enumeration : portalRole
portalRoleSubordinates
          Enumeration : portalRoleSubordinates
role
          Enumeration : role
roleSubordinates
          Enumeration : roleSubordinates
roleSubordinatesInternal
          Enumeration : roleSubordinatesInternal
user
          Enumeration : user
userLookup
          Enumeration : userLookup
 
Method Summary
static ActionEmailRecipientTypes valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ActionEmailRecipientTypes[] 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

group

public static final ActionEmailRecipientTypes group
Enumeration : group


role

public static final ActionEmailRecipientTypes role
Enumeration : role


user

public static final ActionEmailRecipientTypes user
Enumeration : user


opportunityTeam

public static final ActionEmailRecipientTypes opportunityTeam
Enumeration : opportunityTeam


accountTeam

public static final ActionEmailRecipientTypes accountTeam
Enumeration : accountTeam


roleSubordinates

public static final ActionEmailRecipientTypes roleSubordinates
Enumeration : roleSubordinates


owner

public static final ActionEmailRecipientTypes owner
Enumeration : owner


creator

public static final ActionEmailRecipientTypes creator
Enumeration : creator


partnerUser

public static final ActionEmailRecipientTypes partnerUser
Enumeration : partnerUser


accountOwner

public static final ActionEmailRecipientTypes accountOwner
Enumeration : accountOwner


customerPortalUser

public static final ActionEmailRecipientTypes customerPortalUser
Enumeration : customerPortalUser


portalRole

public static final ActionEmailRecipientTypes portalRole
Enumeration : portalRole


portalRoleSubordinates

public static final ActionEmailRecipientTypes portalRoleSubordinates
Enumeration : portalRoleSubordinates


contactLookup

public static final ActionEmailRecipientTypes contactLookup
Enumeration : contactLookup


userLookup

public static final ActionEmailRecipientTypes userLookup
Enumeration : userLookup


roleSubordinatesInternal

public static final ActionEmailRecipientTypes roleSubordinatesInternal
Enumeration : roleSubordinatesInternal


email

public static final ActionEmailRecipientTypes email
Enumeration : email


caseTeam

public static final ActionEmailRecipientTypes caseTeam
Enumeration : caseTeam


campaignMemberDerivedOwner

public static final ActionEmailRecipientTypes campaignMemberDerivedOwner
Enumeration : campaignMemberDerivedOwner

Method Detail

values

public static ActionEmailRecipientTypes[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ActionEmailRecipientTypes c : ActionEmailRecipientTypes.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ActionEmailRecipientTypes valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null


Copyright © 2011. All Rights Reserved.