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 Details

    • 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

      element : sections of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutSection java type: com.sforce.soap.partner.DescribeSoftphoneLayoutSection[]
    • setSections

      void setSections(IDescribeSoftphoneLayoutSection[] sections)