Package com.sforce.soap.partner
Interface IDescribeSoftphoneScreenPopOption
- All Known Implementing Classes:
DescribeSoftphoneScreenPopOption
public interface IDescribeSoftphoneScreenPopOption
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 : matchType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : screenPopData of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : screenPopType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetMatchType(String matchType) voidsetScreenPopData(String screenPopData) voidsetScreenPopType(String screenPopType)
-
Method Details
-
getMatchType
String getMatchType()element : matchType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setMatchType
-
getScreenPopData
String getScreenPopData()element : screenPopData of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setScreenPopData
-
getScreenPopType
String getScreenPopType()element : screenPopType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setScreenPopType
-