Enum Class OwnerChangeOptionType

java.lang.Object
java.lang.Enum<OwnerChangeOptionType>
com.sforce.soap.partner.OwnerChangeOptionType
All Implemented Interfaces:
Serializable, Comparable<OwnerChangeOptionType>, java.lang.constant.Constable

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 Details

    • 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
  • Field Details

  • Method Details

    • values

      public static OwnerChangeOptionType[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OwnerChangeOptionType valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null
    • toString

      public String toString()
      Overrides:
      toString in class Enum<OwnerChangeOptionType>