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[]
|
java.lang.String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String |
getName()
element : name of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
void |
setCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes) |
void |
setId(java.lang.String id) |
void |
setName(java.lang.String name) |
IDescribeSoftphoneLayoutCallType[] getCallTypes()
void setCallTypes(IDescribeSoftphoneLayoutCallType[] callTypes)
java.lang.String getId()
void setId(java.lang.String id)
java.lang.String getName()
void setName(java.lang.String name)
Copyright © 2020. All Rights Reserved.