Package com.sforce.soap.metadata
Class GoogleAppsSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.GoogleAppsSettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGmailButtons(boolean enableGmailButtons) protected voidsetEnableGmailButtons(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGmailButtonsAndLinks(boolean enableGmailButtonsAndLinks) protected voidsetEnableGmailButtonsAndLinks(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGmailLinks(boolean enableGmailLinks) protected voidsetEnableGmailLinks(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGoogleDocs(boolean enableGoogleDocs) protected voidsetEnableGoogleDocs(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGoogleDocsTab(boolean enableGoogleDocsTab) protected voidsetEnableGoogleDocsTab(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableGoogleTalk(boolean enableGoogleTalk) protected voidsetEnableGoogleTalk(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetGoogleAppsDomain(XmlInputStream __in, TypeMapper __typeMapper) voidsetGoogleAppsDomain(String googleAppsDomain) voidsetGoogleAppsDomainLinked(boolean googleAppsDomainLinked) protected voidsetGoogleAppsDomainLinked(XmlInputStream __in, TypeMapper __typeMapper) voidsetGoogleAppsDomainValidated(boolean googleAppsDomainValidated) protected voidsetGoogleAppsDomainValidated(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
GoogleAppsSettings
public GoogleAppsSettings()Constructor
-
-
Method Details
-
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
-
setGoogleAppsDomain
-
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
- 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
-
toString
-