public interface IRetrieve_element
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldList()
element : fieldList of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String[] |
getIds()
element : ids of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String[]
|
String |
getSObjectType()
element : sObjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setFieldList(String fieldList) |
void |
setIds(String[] ids) |
void |
setSObjectType(String sObjectType) |
String getFieldList()
void setFieldList(String fieldList)
String getSObjectType()
void setSObjectType(String sObjectType)
String[] getIds()
void setIds(String[] ids)
Copyright © 2015. All Rights Reserved.