All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.palominolabs.crm.sf.soap.jaxwsstub.metadata.ChatterAnswersSettings Maven / Gradle / Ivy

The newest version!

package com.palominolabs.crm.sf.soap.jaxwsstub.metadata;

import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;


/**
 * 

Java class for ChatterAnswersSettings complex type. * *

The following schema fragment specifies the expected content contained within this class. * *

 * <complexType name="ChatterAnswersSettings">
 *   <complexContent>
 *     <extension base="{http://soap.sforce.com/2006/04/metadata}Metadata">
 *       <sequence>
 *         <element name="emailFollowersOnBestAnswer" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="emailFollowersOnReply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="emailOwnerOnPrivateReply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="emailOwnerOnReply" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableChatterAnswers" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
 *         <element name="enableFacebookSSO" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableOptimizeQuestionFlow" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableReputation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="enableRichTextEditor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *         <element name="facebookAuthProvider" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
 *         <element name="showInPortals" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
 *       </sequence>
 *     </extension>
 *   </complexContent>
 * </complexType>
 * 
* * */ @XmlAccessorType(XmlAccessType.FIELD) @XmlType(name = "ChatterAnswersSettings", propOrder = { "emailFollowersOnBestAnswer", "emailFollowersOnReply", "emailOwnerOnPrivateReply", "emailOwnerOnReply", "enableChatterAnswers", "enableFacebookSSO", "enableOptimizeQuestionFlow", "enableReputation", "enableRichTextEditor", "facebookAuthProvider", "showInPortals" }) public class ChatterAnswersSettings extends Metadata { protected Boolean emailFollowersOnBestAnswer; protected Boolean emailFollowersOnReply; protected Boolean emailOwnerOnPrivateReply; protected Boolean emailOwnerOnReply; protected boolean enableChatterAnswers; protected Boolean enableFacebookSSO; protected Boolean enableOptimizeQuestionFlow; protected Boolean enableReputation; protected Boolean enableRichTextEditor; protected String facebookAuthProvider; protected Boolean showInPortals; /** * Gets the value of the emailFollowersOnBestAnswer property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEmailFollowersOnBestAnswer() { return emailFollowersOnBestAnswer; } /** * Sets the value of the emailFollowersOnBestAnswer property. * * @param value * allowed object is * {@link Boolean } * */ public void setEmailFollowersOnBestAnswer(Boolean value) { this.emailFollowersOnBestAnswer = value; } /** * Gets the value of the emailFollowersOnReply property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEmailFollowersOnReply() { return emailFollowersOnReply; } /** * Sets the value of the emailFollowersOnReply property. * * @param value * allowed object is * {@link Boolean } * */ public void setEmailFollowersOnReply(Boolean value) { this.emailFollowersOnReply = value; } /** * Gets the value of the emailOwnerOnPrivateReply property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEmailOwnerOnPrivateReply() { return emailOwnerOnPrivateReply; } /** * Sets the value of the emailOwnerOnPrivateReply property. * * @param value * allowed object is * {@link Boolean } * */ public void setEmailOwnerOnPrivateReply(Boolean value) { this.emailOwnerOnPrivateReply = value; } /** * Gets the value of the emailOwnerOnReply property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEmailOwnerOnReply() { return emailOwnerOnReply; } /** * Sets the value of the emailOwnerOnReply property. * * @param value * allowed object is * {@link Boolean } * */ public void setEmailOwnerOnReply(Boolean value) { this.emailOwnerOnReply = value; } /** * Gets the value of the enableChatterAnswers property. * */ public boolean isEnableChatterAnswers() { return enableChatterAnswers; } /** * Sets the value of the enableChatterAnswers property. * */ public void setEnableChatterAnswers(boolean value) { this.enableChatterAnswers = value; } /** * Gets the value of the enableFacebookSSO property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableFacebookSSO() { return enableFacebookSSO; } /** * Sets the value of the enableFacebookSSO property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableFacebookSSO(Boolean value) { this.enableFacebookSSO = value; } /** * Gets the value of the enableOptimizeQuestionFlow property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableOptimizeQuestionFlow() { return enableOptimizeQuestionFlow; } /** * Sets the value of the enableOptimizeQuestionFlow property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableOptimizeQuestionFlow(Boolean value) { this.enableOptimizeQuestionFlow = value; } /** * Gets the value of the enableReputation property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableReputation() { return enableReputation; } /** * Sets the value of the enableReputation property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableReputation(Boolean value) { this.enableReputation = value; } /** * Gets the value of the enableRichTextEditor property. * * @return * possible object is * {@link Boolean } * */ public Boolean isEnableRichTextEditor() { return enableRichTextEditor; } /** * Sets the value of the enableRichTextEditor property. * * @param value * allowed object is * {@link Boolean } * */ public void setEnableRichTextEditor(Boolean value) { this.enableRichTextEditor = value; } /** * Gets the value of the facebookAuthProvider property. * * @return * possible object is * {@link String } * */ public String getFacebookAuthProvider() { return facebookAuthProvider; } /** * Sets the value of the facebookAuthProvider property. * * @param value * allowed object is * {@link String } * */ public void setFacebookAuthProvider(String value) { this.facebookAuthProvider = value; } /** * Gets the value of the showInPortals property. * * @return * possible object is * {@link Boolean } * */ public Boolean isShowInPortals() { return showInPortals; } /** * Sets the value of the showInPortals property. * * @param value * allowed object is * {@link Boolean } * */ public void setShowInPortals(Boolean value) { this.showInPortals = value; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy