Package com.sforce.soap.partner
Interface IDescribeSoftphoneLayoutResponse_element
-
- All Known Implementing Classes:
DescribeSoftphoneLayoutResponse_element
public interface IDescribeSoftphoneLayoutResponse_elementThis 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 IDescribeSoftphoneLayoutResultgetResult()element : result of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutResult java type: com.sforce.soap.partner.DescribeSoftphoneLayoutResultvoidsetResult(IDescribeSoftphoneLayoutResult result)
-
-
-
Method Detail
-
getResult
IDescribeSoftphoneLayoutResult getResult()
element : result of type {urn:partner.soap.sforce.com}DescribeSoftphoneLayoutResult java type: com.sforce.soap.partner.DescribeSoftphoneLayoutResult
-
setResult
void setResult(IDescribeSoftphoneLayoutResult result)
-
-