Package com.sforce.soap.partner
Interface IDescribeSoftphoneLayoutSection
-
- All Known Implementing Classes:
DescribeSoftphoneLayoutSection
public interface IDescribeSoftphoneLayoutSectionThis 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 StringgetEntityApiName()element : entityApiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeSoftphoneLayoutItem[]getItems()element : items of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutItem java type: com.sforce.soap.partner.DescribeSoftphoneLayoutItem[]voidsetEntityApiName(String entityApiName)voidsetItems(IDescribeSoftphoneLayoutItem[] items)
-
-
-
Method Detail
-
getEntityApiName
String getEntityApiName()
element : entityApiName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setEntityApiName
void setEntityApiName(String entityApiName)
-
getItems
IDescribeSoftphoneLayoutItem[] getItems()
element : items of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutItem java type: com.sforce.soap.partner.DescribeSoftphoneLayoutItem[]
-
setItems
void setItems(IDescribeSoftphoneLayoutItem[] items)
-
-