public interface IDescribeSoftphoneLayoutCallType
| Modifier and Type | Method and Description |
|---|---|
IDescribeSoftphoneLayoutInfoField[] |
getInfoFields()
element : infoFields of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutInfoField
java type: com.sforce.soap.partner.DescribeSoftphoneLayoutInfoField[]
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeSoftphoneScreenPopOption[] |
getScreenPopOptions()
element : screenPopOptions of type {urn:partner.soap.sforce.com}DescribeSoftphoneScreenPopOption
java type: com.sforce.soap.partner.DescribeSoftphoneScreenPopOption[]
|
java.lang.String |
getScreenPopsOpenWithin()
element : screenPopsOpenWithin of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
IDescribeSoftphoneLayoutSection[] |
getSections()
element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection
java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]
|
void |
setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields) |
void |
setName(java.lang.String name) |
void |
setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions) |
void |
setScreenPopsOpenWithin(java.lang.String screenPopsOpenWithin) |
void |
setSections(IDescribeSoftphoneLayoutSection[] sections) |
IDescribeSoftphoneLayoutInfoField[] getInfoFields()
void setInfoFields(IDescribeSoftphoneLayoutInfoField[] infoFields)
java.lang.String getName()
void setName(java.lang.String name)
IDescribeSoftphoneScreenPopOption[] getScreenPopOptions()
void setScreenPopOptions(IDescribeSoftphoneScreenPopOption[] screenPopOptions)
java.lang.String getScreenPopsOpenWithin()
void setScreenPopsOpenWithin(java.lang.String screenPopsOpenWithin)
IDescribeSoftphoneLayoutSection[] getSections()
void setSections(IDescribeSoftphoneLayoutSection[] sections)
Copyright © 2020. All Rights Reserved.