Package com.sforce.soap.metadata
Class GoogleAppsSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.GoogleAppsSettings
-
-
Constructor Summary
Constructors Constructor Description GoogleAppsSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getEnableGmailButtons
public boolean getEnableGmailButtons()
-
isEnableGmailButtons
public boolean isEnableGmailButtons()
-
setEnableGmailButtons
public void setEnableGmailButtons(boolean enableGmailButtons)
-
setEnableGmailButtons
protected void setEnableGmailButtons(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGmailButtonsAndLinks
public boolean getEnableGmailButtonsAndLinks()
-
isEnableGmailButtonsAndLinks
public boolean isEnableGmailButtonsAndLinks()
-
setEnableGmailButtonsAndLinks
public void setEnableGmailButtonsAndLinks(boolean enableGmailButtonsAndLinks)
-
setEnableGmailButtonsAndLinks
protected void setEnableGmailButtonsAndLinks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGmailLinks
public boolean getEnableGmailLinks()
-
isEnableGmailLinks
public boolean isEnableGmailLinks()
-
setEnableGmailLinks
public void setEnableGmailLinks(boolean enableGmailLinks)
-
setEnableGmailLinks
protected void setEnableGmailLinks(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGoogleDocs
public boolean getEnableGoogleDocs()
-
isEnableGoogleDocs
public boolean isEnableGoogleDocs()
-
setEnableGoogleDocs
public void setEnableGoogleDocs(boolean enableGoogleDocs)
-
setEnableGoogleDocs
protected void setEnableGoogleDocs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGoogleDocsTab
public boolean getEnableGoogleDocsTab()
-
isEnableGoogleDocsTab
public boolean isEnableGoogleDocsTab()
-
setEnableGoogleDocsTab
public void setEnableGoogleDocsTab(boolean enableGoogleDocsTab)
-
setEnableGoogleDocsTab
protected void setEnableGoogleDocsTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEnableGoogleTalk
public boolean getEnableGoogleTalk()
-
isEnableGoogleTalk
public boolean isEnableGoogleTalk()
-
setEnableGoogleTalk
public void setEnableGoogleTalk(boolean enableGoogleTalk)
-
setEnableGoogleTalk
protected void setEnableGoogleTalk(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGoogleAppsDomain
public String getGoogleAppsDomain()
-
setGoogleAppsDomain
public void setGoogleAppsDomain(String googleAppsDomain)
-
setGoogleAppsDomain
protected void setGoogleAppsDomain(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGoogleAppsDomainLinked
public boolean getGoogleAppsDomainLinked()
-
isGoogleAppsDomainLinked
public boolean isGoogleAppsDomainLinked()
-
setGoogleAppsDomainLinked
public void setGoogleAppsDomainLinked(boolean googleAppsDomainLinked)
-
setGoogleAppsDomainLinked
protected void setGoogleAppsDomainLinked(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getGoogleAppsDomainValidated
public boolean getGoogleAppsDomainValidated()
-
isGoogleAppsDomainValidated
public boolean isGoogleAppsDomainValidated()
-
setGoogleAppsDomainValidated
public void setGoogleAppsDomainValidated(boolean googleAppsDomainValidated)
-
setGoogleAppsDomainValidated
protected void setGoogleAppsDomainValidated(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-