374 lines
20 KiB
Java
374 lines
20 KiB
Java
package com.sforce.soap.tooling.sobject;
|
|
|
|
/**
|
|
* This is a generated class for the SObject Enterprise API.
|
|
* Do not edit this file, as your changes will be lost.
|
|
*/
|
|
public class SurveySettings extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public SurveySettings() {}
|
|
|
|
/* Cache the typeInfo instead of declaring static fields throughout*/
|
|
private transient java.util.Map<String, com.sforce.ws.bind.TypeInfo> typeInfoCache = new java.util.HashMap<String, com.sforce.ws.bind.TypeInfo>();
|
|
private com.sforce.ws.bind.TypeInfo _lookupTypeInfo(String fieldName, String namespace, String name, String typeNS, String type, int minOcc, int maxOcc, boolean elementForm) {
|
|
com.sforce.ws.bind.TypeInfo typeInfo = typeInfoCache.get(fieldName);
|
|
if (typeInfo == null) {
|
|
typeInfo = new com.sforce.ws.bind.TypeInfo(namespace, name, typeNS, type, minOcc, maxOcc, elementForm);
|
|
typeInfoCache.put(fieldName, typeInfo);
|
|
}
|
|
return typeInfo;
|
|
}
|
|
|
|
/**
|
|
* element : DurableId of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean DurableId__is_set = false;
|
|
|
|
private java.lang.String DurableId;
|
|
|
|
public java.lang.String getDurableId() {
|
|
return DurableId;
|
|
}
|
|
|
|
public void setDurableId(java.lang.String DurableId) {
|
|
this.DurableId = DurableId;
|
|
DurableId__is_set = true;
|
|
}
|
|
|
|
protected void setDurableId(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setDurableId(__typeMapper.readString(__in, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldDurableId(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DurableId", "urn:sobject.tooling.soap.sforce.com","DurableId","http://www.w3.org/2001/XMLSchema","string",0,1,true), DurableId, DurableId__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : FullName of type {http://www.w3.org/2001/XMLSchema}string
|
|
* java type: java.lang.String
|
|
*/
|
|
private boolean FullName__is_set = false;
|
|
|
|
private java.lang.String FullName;
|
|
|
|
public java.lang.String getFullName() {
|
|
return FullName;
|
|
}
|
|
|
|
public void setFullName(java.lang.String FullName) {
|
|
this.FullName = FullName;
|
|
FullName__is_set = true;
|
|
}
|
|
|
|
protected void setFullName(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true))) {
|
|
setFullName(__typeMapper.readString(__in, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), java.lang.String.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldFullName(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("FullName", "urn:sobject.tooling.soap.sforce.com","FullName","http://www.w3.org/2001/XMLSchema","string",0,1,true), FullName, FullName__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsConversationalSurveysEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsConversationalSurveysEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsConversationalSurveysEnabled;
|
|
|
|
public java.lang.Boolean getIsConversationalSurveysEnabled() {
|
|
return IsConversationalSurveysEnabled;
|
|
}
|
|
|
|
public void setIsConversationalSurveysEnabled(java.lang.Boolean IsConversationalSurveysEnabled) {
|
|
this.IsConversationalSurveysEnabled = IsConversationalSurveysEnabled;
|
|
IsConversationalSurveysEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsConversationalSurveysEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsConversationalSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsConversationalSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsConversationalSurveysEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsConversationalSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsConversationalSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsConversationalSurveysEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsConversationalSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsConversationalSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsConversationalSurveysEnabled, IsConversationalSurveysEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsGenerativeAiSurveysEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsGenerativeAiSurveysEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsGenerativeAiSurveysEnabled;
|
|
|
|
public java.lang.Boolean getIsGenerativeAiSurveysEnabled() {
|
|
return IsGenerativeAiSurveysEnabled;
|
|
}
|
|
|
|
public void setIsGenerativeAiSurveysEnabled(java.lang.Boolean IsGenerativeAiSurveysEnabled) {
|
|
this.IsGenerativeAiSurveysEnabled = IsGenerativeAiSurveysEnabled;
|
|
IsGenerativeAiSurveysEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsGenerativeAiSurveysEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsGenerativeAiSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenerativeAiSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsGenerativeAiSurveysEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsGenerativeAiSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenerativeAiSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsGenerativeAiSurveysEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsGenerativeAiSurveysEnabled", "urn:sobject.tooling.soap.sforce.com","IsGenerativeAiSurveysEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsGenerativeAiSurveysEnabled, IsGenerativeAiSurveysEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsIndustriesCxmEnabledEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsIndustriesCxmEnabledEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsIndustriesCxmEnabledEnabled;
|
|
|
|
public java.lang.Boolean getIsIndustriesCxmEnabledEnabled() {
|
|
return IsIndustriesCxmEnabledEnabled;
|
|
}
|
|
|
|
public void setIsIndustriesCxmEnabledEnabled(java.lang.Boolean IsIndustriesCxmEnabledEnabled) {
|
|
this.IsIndustriesCxmEnabledEnabled = IsIndustriesCxmEnabledEnabled;
|
|
IsIndustriesCxmEnabledEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsIndustriesCxmEnabledEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsIndustriesCxmEnabledEnabled", "urn:sobject.tooling.soap.sforce.com","IsIndustriesCxmEnabledEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsIndustriesCxmEnabledEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsIndustriesCxmEnabledEnabled", "urn:sobject.tooling.soap.sforce.com","IsIndustriesCxmEnabledEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsIndustriesCxmEnabledEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsIndustriesCxmEnabledEnabled", "urn:sobject.tooling.soap.sforce.com","IsIndustriesCxmEnabledEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsIndustriesCxmEnabledEnabled, IsIndustriesCxmEnabledEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSurveyEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSurveyEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsSurveyEnabled;
|
|
|
|
public java.lang.Boolean getIsSurveyEnabled() {
|
|
return IsSurveyEnabled;
|
|
}
|
|
|
|
public void setIsSurveyEnabled(java.lang.Boolean IsSurveyEnabled) {
|
|
this.IsSurveyEnabled = IsSurveyEnabled;
|
|
IsSurveyEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSurveyEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsSurveyEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSurveyEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSurveyEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSurveyEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSurveyEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSurveyEnabled, IsSurveyEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSurveyInvLinkWithoutAppExtensionEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSurveyInvLinkWithoutAppExtensionEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsSurveyInvLinkWithoutAppExtensionEnabled;
|
|
|
|
public java.lang.Boolean getIsSurveyInvLinkWithoutAppExtensionEnabled() {
|
|
return IsSurveyInvLinkWithoutAppExtensionEnabled;
|
|
}
|
|
|
|
public void setIsSurveyInvLinkWithoutAppExtensionEnabled(java.lang.Boolean IsSurveyInvLinkWithoutAppExtensionEnabled) {
|
|
this.IsSurveyInvLinkWithoutAppExtensionEnabled = IsSurveyInvLinkWithoutAppExtensionEnabled;
|
|
IsSurveyInvLinkWithoutAppExtensionEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSurveyInvLinkWithoutAppExtensionEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsSurveyInvLinkWithoutAppExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyInvLinkWithoutAppExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSurveyInvLinkWithoutAppExtensionEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSurveyInvLinkWithoutAppExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyInvLinkWithoutAppExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSurveyInvLinkWithoutAppExtensionEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSurveyInvLinkWithoutAppExtensionEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyInvLinkWithoutAppExtensionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSurveyInvLinkWithoutAppExtensionEnabled, IsSurveyInvLinkWithoutAppExtensionEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSurveyOwnerCanManageResponseEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSurveyOwnerCanManageResponseEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsSurveyOwnerCanManageResponseEnabled;
|
|
|
|
public java.lang.Boolean getIsSurveyOwnerCanManageResponseEnabled() {
|
|
return IsSurveyOwnerCanManageResponseEnabled;
|
|
}
|
|
|
|
public void setIsSurveyOwnerCanManageResponseEnabled(java.lang.Boolean IsSurveyOwnerCanManageResponseEnabled) {
|
|
this.IsSurveyOwnerCanManageResponseEnabled = IsSurveyOwnerCanManageResponseEnabled;
|
|
IsSurveyOwnerCanManageResponseEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSurveyOwnerCanManageResponseEnabled(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("IsSurveyOwnerCanManageResponseEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyOwnerCanManageResponseEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSurveyOwnerCanManageResponseEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSurveyOwnerCanManageResponseEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyOwnerCanManageResponseEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSurveyOwnerCanManageResponseEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSurveyOwnerCanManageResponseEnabled", "urn:sobject.tooling.soap.sforce.com","IsSurveyOwnerCanManageResponseEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSurveyOwnerCanManageResponseEnabled, IsSurveyOwnerCanManageResponseEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}SurveySettings
|
|
* java type: com.sforce.soap.tooling.metadata.SurveySettings
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.SurveySettings Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.SurveySettings getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.SurveySettings Metadata) {
|
|
this.Metadata = Metadata;
|
|
Metadata__is_set = true;
|
|
}
|
|
|
|
protected void setMetadata(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__in.peekTag();
|
|
if (__typeMapper.isElement(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","SurveySettings",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.SurveySettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","SurveySettings",0,1,true), com.sforce.soap.tooling.metadata.SurveySettings.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldMetadata(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","SurveySettings",0,1,true), Metadata, Metadata__is_set);
|
|
}
|
|
|
|
/**
|
|
*/
|
|
@Override
|
|
public void write(javax.xml.namespace.QName __element,
|
|
com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
__out.writeStartTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
__typeMapper.writeXsiType(__out, "urn:sobject.tooling.soap.sforce.com", "SurveySettings");
|
|
writeFields(__out, __typeMapper);
|
|
__out.writeEndTag(__element.getNamespaceURI(), __element.getLocalPart());
|
|
}
|
|
|
|
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper)
|
|
throws java.io.IOException {
|
|
super.writeFields(__out, __typeMapper);
|
|
writeFields1(__out, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public void load(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
__typeMapper.consumeStartTag(__in);
|
|
loadFields(__in, __typeMapper);
|
|
__typeMapper.consumeEndTag(__in);
|
|
}
|
|
|
|
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
super.loadFields(__in, __typeMapper);
|
|
loadFields1(__in, __typeMapper);
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
java.lang.StringBuilder sb = new java.lang.StringBuilder();
|
|
sb.append("[SurveySettings ");
|
|
sb.append(super.toString());
|
|
toString1(sb);
|
|
|
|
sb.append("]\n");
|
|
return sb.toString();
|
|
}
|
|
|
|
private void toStringHelper(StringBuilder sb, String name, Object value) {
|
|
sb.append(' ').append(name).append("='").append(com.sforce.ws.util.Verbose.toString(value)).append("'\n");
|
|
}
|
|
|
|
private void writeFields1(com.sforce.ws.parser.XmlOutputStream __out,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
writeFieldDurableId(__out, __typeMapper);
|
|
writeFieldFullName(__out, __typeMapper);
|
|
writeFieldIsConversationalSurveysEnabled(__out, __typeMapper);
|
|
writeFieldIsGenerativeAiSurveysEnabled(__out, __typeMapper);
|
|
writeFieldIsIndustriesCxmEnabledEnabled(__out, __typeMapper);
|
|
writeFieldIsSurveyEnabled(__out, __typeMapper);
|
|
writeFieldIsSurveyInvLinkWithoutAppExtensionEnabled(__out, __typeMapper);
|
|
writeFieldIsSurveyOwnerCanManageResponseEnabled(__out, __typeMapper);
|
|
writeFieldMetadata(__out, __typeMapper);
|
|
}
|
|
|
|
private void loadFields1(com.sforce.ws.parser.XmlInputStream __in,
|
|
com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException, com.sforce.ws.ConnectionException {
|
|
setDurableId(__in, __typeMapper);
|
|
setFullName(__in, __typeMapper);
|
|
setIsConversationalSurveysEnabled(__in, __typeMapper);
|
|
setIsGenerativeAiSurveysEnabled(__in, __typeMapper);
|
|
setIsIndustriesCxmEnabledEnabled(__in, __typeMapper);
|
|
setIsSurveyEnabled(__in, __typeMapper);
|
|
setIsSurveyInvLinkWithoutAppExtensionEnabled(__in, __typeMapper);
|
|
setIsSurveyOwnerCanManageResponseEnabled(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "DurableId", DurableId);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "IsConversationalSurveysEnabled", IsConversationalSurveysEnabled);
|
|
toStringHelper(sb, "IsGenerativeAiSurveysEnabled", IsGenerativeAiSurveysEnabled);
|
|
toStringHelper(sb, "IsIndustriesCxmEnabledEnabled", IsIndustriesCxmEnabledEnabled);
|
|
toStringHelper(sb, "IsSurveyEnabled", IsSurveyEnabled);
|
|
toStringHelper(sb, "IsSurveyInvLinkWithoutAppExtensionEnabled", IsSurveyInvLinkWithoutAppExtensionEnabled);
|
|
toStringHelper(sb, "IsSurveyOwnerCanManageResponseEnabled", IsSurveyOwnerCanManageResponseEnabled);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
}
|
|
|
|
|
|
}
|