Enum OwnerChangeOptionType

    • 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
      • 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
      • 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 name
        NullPointerException - if the argument is null