Interface IOwnerChangeOption

  • All Known Implementing Classes:
    OwnerChangeOption

    public interface IOwnerChangeOption
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getType

        OwnerChangeOptionType getType()
        element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionType
      • getExecute

        boolean getExecute()
        element : execute of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
      • isExecute

        boolean isExecute()
      • setExecute

        void setExecute​(boolean execute)