Package com.sforce.soap.partner
Interface IOwnerChangeOptions_element
-
- All Known Implementing Classes:
OwnerChangeOptions_element
public interface IOwnerChangeOptions_elementThis 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 IOwnerChangeOption[]getOptions()element : options of type {urn:partner.soap.sforce.com}OwnerChangeOption java type: com.sforce.soap.partner.OwnerChangeOption[]voidsetOptions(IOwnerChangeOption[] options)
-
-
-
Method Detail
-
getOptions
IOwnerChangeOption[] getOptions()
element : options of type {urn:partner.soap.sforce.com}OwnerChangeOption java type: com.sforce.soap.partner.OwnerChangeOption[]
-
setOptions
void setOptions(IOwnerChangeOption[] options)
-
-