| Constructor and Description |
|---|
MobileSettings()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ChatterMobileSettings |
getChatterMobile() |
DashboardMobileSettings |
getDashboardMobile() |
SFDCMobileSettings |
getSalesforceMobile() |
TouchMobileSettings |
getTouchMobile() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setChatterMobile(ChatterMobileSettings chatterMobile) |
void |
setDashboardMobile(DashboardMobileSettings dashboardMobile) |
void |
setSalesforceMobile(SFDCMobileSettings salesforceMobile) |
void |
setTouchMobile(TouchMobileSettings touchMobile) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getFullName, setFullNamepublic ChatterMobileSettings getChatterMobile()
public void setChatterMobile(ChatterMobileSettings chatterMobile)
public DashboardMobileSettings getDashboardMobile()
public void setDashboardMobile(DashboardMobileSettings dashboardMobile)
public SFDCMobileSettings getSalesforceMobile()
public void setSalesforceMobile(SFDCMobileSettings salesforceMobile)
public TouchMobileSettings getTouchMobile()
public void setTouchMobile(TouchMobileSettings touchMobile)
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizablewrite in class MetadataIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
writeFields in class MetadataIOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableload in class MetadataIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
loadFields in class MetadataIOExceptionConnectionExceptionCopyright © 2015. All Rights Reserved.