Package com.sforce.soap.partner
Interface IDescribeSoftphoneLayoutCallType
-
- All Known Implementing Classes:
DescribeSoftphoneLayoutCallType
public interface IDescribeSoftphoneLayoutCallTypeThis 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 IDescribeSoftphoneLayoutInfoField[]getInfoFields()element : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]StringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeSoftphoneScreenPopOption[]getScreenPopOptions()element : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]StringgetScreenPopsOpenWithin()element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIDescribeSoftphoneLayoutSection[]getSections()element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]voidsetInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)voidsetName(String name)voidsetScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)voidsetScreenPopsOpenWithin(String screenPopsOpenWithin)voidsetSections(IDescribeSoftphoneLayoutSection[] sections)
-
-
-
Method Detail
-
getInfoFields
IDescribeSoftphoneLayoutInfoField[] getInfoFields()
element : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]
-
setInfoFields
void setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
getScreenPopOptions
IDescribeSoftphoneScreenPopOption[] getScreenPopOptions()
element : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]
-
setScreenPopOptions
void setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)
-
getScreenPopsOpenWithin
String getScreenPopsOpenWithin()
element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setScreenPopsOpenWithin
void setScreenPopsOpenWithin(String screenPopsOpenWithin)
-
getSections
IDescribeSoftphoneLayoutSection[] getSections()
element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]
-
setSections
void setSections(IDescribeSoftphoneLayoutSection[] sections)
-
-