Package com.sforce.soap.partner
Interface IOwnerChangeOption
-
- All Known Implementing Classes:
OwnerChangeOption
public interface IOwnerChangeOptionThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetExecute()element : execute of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanOwnerChangeOptionTypegetType()element : type of type {urn:partner.soap.sforce.com}OwnerChangeOptionType java type: com.sforce.soap.partner.OwnerChangeOptionTypebooleanisExecute()voidsetExecute(boolean execute)voidsetType(OwnerChangeOptionType type)
-
-
-
Method Detail
-
getType
OwnerChangeOptionType 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)
-
-