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