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