Package com.sforce.soap.partner
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 TypeMethodDescriptionbooleanelement : execute of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetType()element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionTypebooleanvoidsetExecute(boolean execute) voidsetType(OwnerChangeOptionType type)
-
Method Details
-
getType
OwnerChangeOptionType getType()element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionType -
setType
-
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)
-