public enum OwnerChangeOptionType extends java.lang.Enum<OwnerChangeOptionType>
| Enum Constant and Description |
|---|
EnforceNewOwnerHasReadAccess
Enumeration : EnforceNewOwnerHasReadAccess
|
KeepAccountTeam
Enumeration : KeepAccountTeam
|
KeepSalesTeam
Enumeration : KeepSalesTeam
|
KeepSalesTeamGrantCurrentOwnerReadWriteAccess
Enumeration : KeepSalesTeamGrantCurrentOwnerReadWriteAccess
|
TransferAllOwnedCases
Enumeration : TransferAllOwnedCases
|
TransferContacts
Enumeration : TransferContacts
|
TransferContracts
Enumeration : TransferContracts
|
TransferNotesAndAttachments
Enumeration : TransferNotesAndAttachments
|
TransferOpenActivities
Enumeration : TransferOpenActivities
|
TransferOrders
Enumeration : TransferOrders
|
TransferOthersOpenOpportunities
Enumeration : TransferOthersOpenOpportunities
|
TransferOwnedClosedOpportunities
Enumeration : TransferOwnedClosedOpportunities
|
TransferOwnedOpenCases
Enumeration : TransferOwnedOpenCases
|
TransferOwnedOpenOpportunities
Enumeration : TransferOwnedOpenOpportunities
|
| Modifier and Type | Field and Description |
|---|---|
static java.util.Map<java.lang.String,java.lang.String> |
valuesToEnums |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static OwnerChangeOptionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OwnerChangeOptionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OwnerChangeOptionType EnforceNewOwnerHasReadAccess
public static final OwnerChangeOptionType TransferOpenActivities
public static final OwnerChangeOptionType TransferNotesAndAttachments
public static final OwnerChangeOptionType TransferOthersOpenOpportunities
public static final OwnerChangeOptionType TransferOwnedOpenOpportunities
public static final OwnerChangeOptionType TransferOwnedClosedOpportunities
public static final OwnerChangeOptionType TransferOwnedOpenCases
public static final OwnerChangeOptionType TransferAllOwnedCases
public static final OwnerChangeOptionType TransferContracts
public static final OwnerChangeOptionType TransferOrders
public static final OwnerChangeOptionType TransferContacts
public static final OwnerChangeOptionType KeepAccountTeam
public static final OwnerChangeOptionType KeepSalesTeam
public static final OwnerChangeOptionType KeepSalesTeamGrantCurrentOwnerReadWriteAccess
public static java.util.Map<java.lang.String,java.lang.String> valuesToEnums
public static OwnerChangeOptionType[] values()
for (OwnerChangeOptionType c : OwnerChangeOptionType.values()) System.out.println(c);
public static OwnerChangeOptionType 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 namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<OwnerChangeOptionType>Copyright © 2020. All Rights Reserved.