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 Summary

    Modifier and Type
    Method
    Description
    boolean
    element : execute of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
    element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionType
    boolean
     
    void
    setExecute(boolean execute)
     
    void
     
  • Method Details

    • getType

      element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionType
    • setType

      void setType(OwnerChangeOptionType type)
    • 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)