public interface IDescribeSoftphoneLayoutResult
| Modifier and Type | Method and Description |
|---|---|
IDescribeSoftphoneLayoutCallType[] |
getCallTypes()
element : callTypes of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutCallType
java type: com.sforce.soap.partner.DescribeSoftphoneLayoutCallType[]
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes) |
void |
setId(String id) |
void |
setName(String name) |
IDescribeSoftphoneLayoutCallType[] getCallTypes()
void setCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes)
String getId()
void setId(String id)
String getName()
void setName(String name)
Copyright © 2015. All Rights Reserved.