Package com.sforce.soap.partner
Enum OwnerChangeOptionType
- java.lang.Object
-
- java.lang.Enum<OwnerChangeOptionType>
-
- com.sforce.soap.partner.OwnerChangeOptionType
-
- All Implemented Interfaces:
Serializable,Comparable<OwnerChangeOptionType>
public enum OwnerChangeOptionType extends Enum<OwnerChangeOptionType>
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EnforceNewOwnerHasReadAccessEnumeration : EnforceNewOwnerHasReadAccessKeepAccountTeamEnumeration : KeepAccountTeamKeepSalesTeamEnumeration : KeepSalesTeamKeepSalesTeamGrantCurrentOwnerReadWriteAccessEnumeration : KeepSalesTeamGrantCurrentOwnerReadWriteAccessTransferAllOwnedCasesEnumeration : TransferAllOwnedCasesTransferArticleAllVersionsEnumeration : TransferArticleAllVersionsTransferArticleOwnedArchivedVersionsEnumeration : TransferArticleOwnedArchivedVersionsTransferArticleOwnedPublishedVersionEnumeration : TransferArticleOwnedPublishedVersionTransferContactsEnumeration : TransferContactsTransferContractsEnumeration : TransferContractsTransferNotesAndAttachmentsEnumeration : TransferNotesAndAttachmentsTransferOpenActivitiesEnumeration : TransferOpenActivitiesTransferOrdersEnumeration : TransferOrdersTransferOthersOpenOpportunitiesEnumeration : TransferOthersOpenOpportunitiesTransferOwnedClosedOpportunitiesEnumeration : TransferOwnedClosedOpportunitiesTransferOwnedOpenCasesEnumeration : TransferOwnedOpenCasesTransferOwnedOpenOpportunitiesEnumeration : TransferOwnedOpenOpportunities
-
Field Summary
Fields Modifier and Type Field Description static Map<String,String>valuesToEnums
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()static OwnerChangeOptionTypevalueOf(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.
-
-
-
Enum Constant Detail
-
EnforceNewOwnerHasReadAccess
public static final OwnerChangeOptionType EnforceNewOwnerHasReadAccess
Enumeration : EnforceNewOwnerHasReadAccess
-
TransferOpenActivities
public static final OwnerChangeOptionType TransferOpenActivities
Enumeration : TransferOpenActivities
-
TransferNotesAndAttachments
public static final OwnerChangeOptionType TransferNotesAndAttachments
Enumeration : TransferNotesAndAttachments
-
TransferOthersOpenOpportunities
public static final OwnerChangeOptionType TransferOthersOpenOpportunities
Enumeration : TransferOthersOpenOpportunities
-
TransferOwnedOpenOpportunities
public static final OwnerChangeOptionType TransferOwnedOpenOpportunities
Enumeration : TransferOwnedOpenOpportunities
-
TransferOwnedClosedOpportunities
public static final OwnerChangeOptionType TransferOwnedClosedOpportunities
Enumeration : TransferOwnedClosedOpportunities
-
TransferOwnedOpenCases
public static final OwnerChangeOptionType TransferOwnedOpenCases
Enumeration : TransferOwnedOpenCases
-
TransferAllOwnedCases
public static final OwnerChangeOptionType TransferAllOwnedCases
Enumeration : TransferAllOwnedCases
-
TransferContracts
public static final OwnerChangeOptionType TransferContracts
Enumeration : TransferContracts
-
TransferOrders
public static final OwnerChangeOptionType TransferOrders
Enumeration : TransferOrders
-
TransferContacts
public static final OwnerChangeOptionType TransferContacts
Enumeration : TransferContacts
-
TransferArticleOwnedPublishedVersion
public static final OwnerChangeOptionType TransferArticleOwnedPublishedVersion
Enumeration : TransferArticleOwnedPublishedVersion
-
TransferArticleOwnedArchivedVersions
public static final OwnerChangeOptionType TransferArticleOwnedArchivedVersions
Enumeration : TransferArticleOwnedArchivedVersions
-
TransferArticleAllVersions
public static final OwnerChangeOptionType TransferArticleAllVersions
Enumeration : TransferArticleAllVersions
-
KeepAccountTeam
public static final OwnerChangeOptionType KeepAccountTeam
Enumeration : KeepAccountTeam
-
KeepSalesTeam
public static final OwnerChangeOptionType KeepSalesTeam
Enumeration : KeepSalesTeam
-
KeepSalesTeamGrantCurrentOwnerReadWriteAccess
public static final OwnerChangeOptionType KeepSalesTeamGrantCurrentOwnerReadWriteAccess
Enumeration : KeepSalesTeamGrantCurrentOwnerReadWriteAccess
-
-
Method Detail
-
values
public static OwnerChangeOptionType[] 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 (OwnerChangeOptionType c : OwnerChangeOptionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OwnerChangeOptionType valueOf(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:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<OwnerChangeOptionType>
-
-