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