Package com.sforce.soap.partner
Interface IDescribeSoftphoneLayoutResult
-
- All Known Implementing Classes:
DescribeSoftphoneLayoutResult
public interface IDescribeSoftphoneLayoutResultThis 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 IDescribeSoftphoneLayoutCallType[]getCallTypes()element : callTypes of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutCallType java type: com.sforce.soap.partner.DescribeSoftphoneLayoutCallType[]StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetName()element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes)voidsetId(String id)voidsetName(String name)
-
-
-
Method Detail
-
getCallTypes
IDescribeSoftphoneLayoutCallType[] getCallTypes()
element : callTypes of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutCallType java type: com.sforce.soap.partner.DescribeSoftphoneLayoutCallType[]
-
setCallTypes
void setCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
getName
String getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setName
void setName(String name)
-
-