758 lines
45 KiB
Java
758 lines
45 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 EmailIntegrationSettings extends com.sforce.soap.tooling.sobject.SObject {
|
||
|
|
|
||
|
|
/**
|
||
|
|
* Constructor
|
||
|
|
*/
|
||
|
|
public EmailIntegrationSettings() {}
|
||
|
|
|
||
|
|
/* 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 : DoesEmailLogAsEmailMessageInOutlook of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean DoesEmailLogAsEmailMessageInOutlook__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean DoesEmailLogAsEmailMessageInOutlook;
|
||
|
|
|
||
|
|
public java.lang.Boolean getDoesEmailLogAsEmailMessageInOutlook() {
|
||
|
|
return DoesEmailLogAsEmailMessageInOutlook;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDoesEmailLogAsEmailMessageInOutlook(java.lang.Boolean DoesEmailLogAsEmailMessageInOutlook) {
|
||
|
|
this.DoesEmailLogAsEmailMessageInOutlook = DoesEmailLogAsEmailMessageInOutlook;
|
||
|
|
DoesEmailLogAsEmailMessageInOutlook__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDoesEmailLogAsEmailMessageInOutlook(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("DoesEmailLogAsEmailMessageInOutlook", "urn:sobject.tooling.soap.sforce.com","DoesEmailLogAsEmailMessageInOutlook","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setDoesEmailLogAsEmailMessageInOutlook((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("DoesEmailLogAsEmailMessageInOutlook", "urn:sobject.tooling.soap.sforce.com","DoesEmailLogAsEmailMessageInOutlook","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDoesEmailLogAsEmailMessageInOutlook(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DoesEmailLogAsEmailMessageInOutlook", "urn:sobject.tooling.soap.sforce.com","DoesEmailLogAsEmailMessageInOutlook","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), DoesEmailLogAsEmailMessageInOutlook, DoesEmailLogAsEmailMessageInOutlook__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : DoesGmailStayConnectedToSalesforce of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean DoesGmailStayConnectedToSalesforce__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean DoesGmailStayConnectedToSalesforce;
|
||
|
|
|
||
|
|
public java.lang.Boolean getDoesGmailStayConnectedToSalesforce() {
|
||
|
|
return DoesGmailStayConnectedToSalesforce;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setDoesGmailStayConnectedToSalesforce(java.lang.Boolean DoesGmailStayConnectedToSalesforce) {
|
||
|
|
this.DoesGmailStayConnectedToSalesforce = DoesGmailStayConnectedToSalesforce;
|
||
|
|
DoesGmailStayConnectedToSalesforce__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setDoesGmailStayConnectedToSalesforce(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("DoesGmailStayConnectedToSalesforce", "urn:sobject.tooling.soap.sforce.com","DoesGmailStayConnectedToSalesforce","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setDoesGmailStayConnectedToSalesforce((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("DoesGmailStayConnectedToSalesforce", "urn:sobject.tooling.soap.sforce.com","DoesGmailStayConnectedToSalesforce","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldDoesGmailStayConnectedToSalesforce(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("DoesGmailStayConnectedToSalesforce", "urn:sobject.tooling.soap.sforce.com","DoesGmailStayConnectedToSalesforce","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), DoesGmailStayConnectedToSalesforce, DoesGmailStayConnectedToSalesforce__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* 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 : IsContactAndEventSyncEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsContactAndEventSyncEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsContactAndEventSyncEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsContactAndEventSyncEnabled() {
|
||
|
|
return IsContactAndEventSyncEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsContactAndEventSyncEnabled(java.lang.Boolean IsContactAndEventSyncEnabled) {
|
||
|
|
this.IsContactAndEventSyncEnabled = IsContactAndEventSyncEnabled;
|
||
|
|
IsContactAndEventSyncEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsContactAndEventSyncEnabled(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("IsContactAndEventSyncEnabled", "urn:sobject.tooling.soap.sforce.com","IsContactAndEventSyncEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsContactAndEventSyncEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContactAndEventSyncEnabled", "urn:sobject.tooling.soap.sforce.com","IsContactAndEventSyncEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsContactAndEventSyncEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContactAndEventSyncEnabled", "urn:sobject.tooling.soap.sforce.com","IsContactAndEventSyncEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContactAndEventSyncEnabled, IsContactAndEventSyncEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsContextualEverywhereEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsContextualEverywhereEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsContextualEverywhereEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsContextualEverywhereEnabled() {
|
||
|
|
return IsContextualEverywhereEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsContextualEverywhereEnabled(java.lang.Boolean IsContextualEverywhereEnabled) {
|
||
|
|
this.IsContextualEverywhereEnabled = IsContextualEverywhereEnabled;
|
||
|
|
IsContextualEverywhereEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsContextualEverywhereEnabled(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("IsContextualEverywhereEnabled", "urn:sobject.tooling.soap.sforce.com","IsContextualEverywhereEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsContextualEverywhereEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContextualEverywhereEnabled", "urn:sobject.tooling.soap.sforce.com","IsContextualEverywhereEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsContextualEverywhereEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContextualEverywhereEnabled", "urn:sobject.tooling.soap.sforce.com","IsContextualEverywhereEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContextualEverywhereEnabled, IsContextualEverywhereEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsEmailTrackingInMobileEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsEmailTrackingInMobileEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsEmailTrackingInMobileEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsEmailTrackingInMobileEnabled() {
|
||
|
|
return IsEmailTrackingInMobileEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsEmailTrackingInMobileEnabled(java.lang.Boolean IsEmailTrackingInMobileEnabled) {
|
||
|
|
this.IsEmailTrackingInMobileEnabled = IsEmailTrackingInMobileEnabled;
|
||
|
|
IsEmailTrackingInMobileEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsEmailTrackingInMobileEnabled(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("IsEmailTrackingInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsEmailTrackingInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsEmailTrackingInMobileEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEmailTrackingInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsEmailTrackingInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsEmailTrackingInMobileEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEmailTrackingInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsEmailTrackingInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEmailTrackingInMobileEnabled, IsEmailTrackingInMobileEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsEngageForOutlookEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsEngageForOutlookEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsEngageForOutlookEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsEngageForOutlookEnabled() {
|
||
|
|
return IsEngageForOutlookEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsEngageForOutlookEnabled(java.lang.Boolean IsEngageForOutlookEnabled) {
|
||
|
|
this.IsEngageForOutlookEnabled = IsEngageForOutlookEnabled;
|
||
|
|
IsEngageForOutlookEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsEngageForOutlookEnabled(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("IsEngageForOutlookEnabled", "urn:sobject.tooling.soap.sforce.com","IsEngageForOutlookEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsEngageForOutlookEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsEngageForOutlookEnabled", "urn:sobject.tooling.soap.sforce.com","IsEngageForOutlookEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsEngageForOutlookEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsEngageForOutlookEnabled", "urn:sobject.tooling.soap.sforce.com","IsEngageForOutlookEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsEngageForOutlookEnabled, IsEngageForOutlookEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsExtensionHostUnrestrictedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsExtensionHostUnrestrictedEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsExtensionHostUnrestrictedEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsExtensionHostUnrestrictedEnabled() {
|
||
|
|
return IsExtensionHostUnrestrictedEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsExtensionHostUnrestrictedEnabled(java.lang.Boolean IsExtensionHostUnrestrictedEnabled) {
|
||
|
|
this.IsExtensionHostUnrestrictedEnabled = IsExtensionHostUnrestrictedEnabled;
|
||
|
|
IsExtensionHostUnrestrictedEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsExtensionHostUnrestrictedEnabled(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("IsExtensionHostUnrestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsExtensionHostUnrestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsExtensionHostUnrestrictedEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsExtensionHostUnrestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsExtensionHostUnrestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsExtensionHostUnrestrictedEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsExtensionHostUnrestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsExtensionHostUnrestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsExtensionHostUnrestrictedEnabled, IsExtensionHostUnrestrictedEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsGmailIntegrationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsGmailIntegrationEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsGmailIntegrationEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsGmailIntegrationEnabled() {
|
||
|
|
return IsGmailIntegrationEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsGmailIntegrationEnabled(java.lang.Boolean IsGmailIntegrationEnabled) {
|
||
|
|
this.IsGmailIntegrationEnabled = IsGmailIntegrationEnabled;
|
||
|
|
IsGmailIntegrationEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsGmailIntegrationEnabled(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("IsGmailIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsGmailIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsGmailIntegrationEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsGmailIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsGmailIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsGmailIntegrationEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsGmailIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsGmailIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsGmailIntegrationEnabled, IsGmailIntegrationEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsInboxInternalEmailTrackingEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsInboxInternalEmailTrackingEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsInboxInternalEmailTrackingEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsInboxInternalEmailTrackingEnabled() {
|
||
|
|
return IsInboxInternalEmailTrackingEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsInboxInternalEmailTrackingEnabled(java.lang.Boolean IsInboxInternalEmailTrackingEnabled) {
|
||
|
|
this.IsInboxInternalEmailTrackingEnabled = IsInboxInternalEmailTrackingEnabled;
|
||
|
|
IsInboxInternalEmailTrackingEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsInboxInternalEmailTrackingEnabled(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("IsInboxInternalEmailTrackingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxInternalEmailTrackingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsInboxInternalEmailTrackingEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInboxInternalEmailTrackingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxInternalEmailTrackingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsInboxInternalEmailTrackingEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInboxInternalEmailTrackingEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxInternalEmailTrackingEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInboxInternalEmailTrackingEnabled, IsInboxInternalEmailTrackingEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsInboxMobileIntuneEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsInboxMobileIntuneEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsInboxMobileIntuneEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsInboxMobileIntuneEnabled() {
|
||
|
|
return IsInboxMobileIntuneEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsInboxMobileIntuneEnabled(java.lang.Boolean IsInboxMobileIntuneEnabled) {
|
||
|
|
this.IsInboxMobileIntuneEnabled = IsInboxMobileIntuneEnabled;
|
||
|
|
IsInboxMobileIntuneEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsInboxMobileIntuneEnabled(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("IsInboxMobileIntuneEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxMobileIntuneEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsInboxMobileIntuneEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInboxMobileIntuneEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxMobileIntuneEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsInboxMobileIntuneEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInboxMobileIntuneEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxMobileIntuneEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInboxMobileIntuneEnabled, IsInboxMobileIntuneEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsInboxUseGraphApiEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsInboxUseGraphApiEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsInboxUseGraphApiEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsInboxUseGraphApiEnabled() {
|
||
|
|
return IsInboxUseGraphApiEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsInboxUseGraphApiEnabled(java.lang.Boolean IsInboxUseGraphApiEnabled) {
|
||
|
|
this.IsInboxUseGraphApiEnabled = IsInboxUseGraphApiEnabled;
|
||
|
|
IsInboxUseGraphApiEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsInboxUseGraphApiEnabled(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("IsInboxUseGraphApiEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxUseGraphApiEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsInboxUseGraphApiEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsInboxUseGraphApiEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxUseGraphApiEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsInboxUseGraphApiEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsInboxUseGraphApiEnabled", "urn:sobject.tooling.soap.sforce.com","IsInboxUseGraphApiEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsInboxUseGraphApiEnabled, IsInboxUseGraphApiEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsLayoutCustomizationAllowed of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsLayoutCustomizationAllowed__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsLayoutCustomizationAllowed;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsLayoutCustomizationAllowed() {
|
||
|
|
return IsLayoutCustomizationAllowed;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsLayoutCustomizationAllowed(java.lang.Boolean IsLayoutCustomizationAllowed) {
|
||
|
|
this.IsLayoutCustomizationAllowed = IsLayoutCustomizationAllowed;
|
||
|
|
IsLayoutCustomizationAllowed__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsLayoutCustomizationAllowed(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("IsLayoutCustomizationAllowed", "urn:sobject.tooling.soap.sforce.com","IsLayoutCustomizationAllowed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsLayoutCustomizationAllowed((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsLayoutCustomizationAllowed", "urn:sobject.tooling.soap.sforce.com","IsLayoutCustomizationAllowed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsLayoutCustomizationAllowed(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsLayoutCustomizationAllowed", "urn:sobject.tooling.soap.sforce.com","IsLayoutCustomizationAllowed","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsLayoutCustomizationAllowed, IsLayoutCustomizationAllowed__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsOutlookIntegrationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsOutlookIntegrationEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsOutlookIntegrationEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsOutlookIntegrationEnabled() {
|
||
|
|
return IsOutlookIntegrationEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsOutlookIntegrationEnabled(java.lang.Boolean IsOutlookIntegrationEnabled) {
|
||
|
|
this.IsOutlookIntegrationEnabled = IsOutlookIntegrationEnabled;
|
||
|
|
IsOutlookIntegrationEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsOutlookIntegrationEnabled(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("IsOutlookIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsOutlookIntegrationEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsOutlookIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsOutlookIntegrationEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsOutlookIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsOutlookIntegrationEnabled, IsOutlookIntegrationEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsOutlookMobileIntegrationEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsOutlookMobileIntegrationEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsOutlookMobileIntegrationEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsOutlookMobileIntegrationEnabled() {
|
||
|
|
return IsOutlookMobileIntegrationEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsOutlookMobileIntegrationEnabled(java.lang.Boolean IsOutlookMobileIntegrationEnabled) {
|
||
|
|
this.IsOutlookMobileIntegrationEnabled = IsOutlookMobileIntegrationEnabled;
|
||
|
|
IsOutlookMobileIntegrationEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsOutlookMobileIntegrationEnabled(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("IsOutlookMobileIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookMobileIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsOutlookMobileIntegrationEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsOutlookMobileIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookMobileIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsOutlookMobileIntegrationEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsOutlookMobileIntegrationEnabled", "urn:sobject.tooling.soap.sforce.com","IsOutlookMobileIntegrationEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsOutlookMobileIntegrationEnabled, IsOutlookMobileIntegrationEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsProductivityFeaturesEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsProductivityFeaturesEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsProductivityFeaturesEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsProductivityFeaturesEnabled() {
|
||
|
|
return IsProductivityFeaturesEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsProductivityFeaturesEnabled(java.lang.Boolean IsProductivityFeaturesEnabled) {
|
||
|
|
this.IsProductivityFeaturesEnabled = IsProductivityFeaturesEnabled;
|
||
|
|
IsProductivityFeaturesEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsProductivityFeaturesEnabled(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("IsProductivityFeaturesEnabled", "urn:sobject.tooling.soap.sforce.com","IsProductivityFeaturesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsProductivityFeaturesEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsProductivityFeaturesEnabled", "urn:sobject.tooling.soap.sforce.com","IsProductivityFeaturesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsProductivityFeaturesEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsProductivityFeaturesEnabled", "urn:sobject.tooling.soap.sforce.com","IsProductivityFeaturesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsProductivityFeaturesEnabled, IsProductivityFeaturesEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : IsSupplementalContactInfoInMobileEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean IsSupplementalContactInfoInMobileEnabled__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean IsSupplementalContactInfoInMobileEnabled;
|
||
|
|
|
||
|
|
public java.lang.Boolean getIsSupplementalContactInfoInMobileEnabled() {
|
||
|
|
return IsSupplementalContactInfoInMobileEnabled;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setIsSupplementalContactInfoInMobileEnabled(java.lang.Boolean IsSupplementalContactInfoInMobileEnabled) {
|
||
|
|
this.IsSupplementalContactInfoInMobileEnabled = IsSupplementalContactInfoInMobileEnabled;
|
||
|
|
IsSupplementalContactInfoInMobileEnabled__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setIsSupplementalContactInfoInMobileEnabled(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("IsSupplementalContactInfoInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsSupplementalContactInfoInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setIsSupplementalContactInfoInMobileEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSupplementalContactInfoInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsSupplementalContactInfoInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldIsSupplementalContactInfoInMobileEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSupplementalContactInfoInMobileEnabled", "urn:sobject.tooling.soap.sforce.com","IsSupplementalContactInfoInMobileEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSupplementalContactInfoInMobileEnabled, IsSupplementalContactInfoInMobileEnabled__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}EmailIntegrationSettings
|
||
|
|
* java type: com.sforce.soap.tooling.metadata.EmailIntegrationSettings
|
||
|
|
*/
|
||
|
|
private boolean Metadata__is_set = false;
|
||
|
|
|
||
|
|
private com.sforce.soap.tooling.metadata.EmailIntegrationSettings Metadata;
|
||
|
|
|
||
|
|
public com.sforce.soap.tooling.metadata.EmailIntegrationSettings getMetadata() {
|
||
|
|
return Metadata;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.EmailIntegrationSettings 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","EmailIntegrationSettings",0,1,true))) {
|
||
|
|
setMetadata((com.sforce.soap.tooling.metadata.EmailIntegrationSettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","EmailIntegrationSettings",0,1,true), com.sforce.soap.tooling.metadata.EmailIntegrationSettings.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","EmailIntegrationSettings",0,1,true), Metadata, Metadata__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : OrgIsSyncingEventsOutbound of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean OrgIsSyncingEventsOutbound__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean OrgIsSyncingEventsOutbound;
|
||
|
|
|
||
|
|
public java.lang.Boolean getOrgIsSyncingEventsOutbound() {
|
||
|
|
return OrgIsSyncingEventsOutbound;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setOrgIsSyncingEventsOutbound(java.lang.Boolean OrgIsSyncingEventsOutbound) {
|
||
|
|
this.OrgIsSyncingEventsOutbound = OrgIsSyncingEventsOutbound;
|
||
|
|
OrgIsSyncingEventsOutbound__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setOrgIsSyncingEventsOutbound(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("OrgIsSyncingEventsOutbound", "urn:sobject.tooling.soap.sforce.com","OrgIsSyncingEventsOutbound","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setOrgIsSyncingEventsOutbound((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("OrgIsSyncingEventsOutbound", "urn:sobject.tooling.soap.sforce.com","OrgIsSyncingEventsOutbound","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldOrgIsSyncingEventsOutbound(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("OrgIsSyncingEventsOutbound", "urn:sobject.tooling.soap.sforce.com","OrgIsSyncingEventsOutbound","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), OrgIsSyncingEventsOutbound, OrgIsSyncingEventsOutbound__is_set);
|
||
|
|
}
|
||
|
|
|
||
|
|
/**
|
||
|
|
* element : ShouldUseTrustedDomainsList of type {http://www.w3.org/2001/XMLSchema}boolean
|
||
|
|
* java type: java.lang.Boolean
|
||
|
|
*/
|
||
|
|
private boolean ShouldUseTrustedDomainsList__is_set = false;
|
||
|
|
|
||
|
|
private java.lang.Boolean ShouldUseTrustedDomainsList;
|
||
|
|
|
||
|
|
public java.lang.Boolean getShouldUseTrustedDomainsList() {
|
||
|
|
return ShouldUseTrustedDomainsList;
|
||
|
|
}
|
||
|
|
|
||
|
|
public void setShouldUseTrustedDomainsList(java.lang.Boolean ShouldUseTrustedDomainsList) {
|
||
|
|
this.ShouldUseTrustedDomainsList = ShouldUseTrustedDomainsList;
|
||
|
|
ShouldUseTrustedDomainsList__is_set = true;
|
||
|
|
}
|
||
|
|
|
||
|
|
protected void setShouldUseTrustedDomainsList(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("ShouldUseTrustedDomainsList", "urn:sobject.tooling.soap.sforce.com","ShouldUseTrustedDomainsList","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
||
|
|
setShouldUseTrustedDomainsList((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("ShouldUseTrustedDomainsList", "urn:sobject.tooling.soap.sforce.com","ShouldUseTrustedDomainsList","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
private void writeFieldShouldUseTrustedDomainsList(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
||
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("ShouldUseTrustedDomainsList", "urn:sobject.tooling.soap.sforce.com","ShouldUseTrustedDomainsList","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), ShouldUseTrustedDomainsList, ShouldUseTrustedDomainsList__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", "EmailIntegrationSettings");
|
||
|
|
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("[EmailIntegrationSettings ");
|
||
|
|
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 {
|
||
|
|
writeFieldDoesEmailLogAsEmailMessageInOutlook(__out, __typeMapper);
|
||
|
|
writeFieldDoesGmailStayConnectedToSalesforce(__out, __typeMapper);
|
||
|
|
writeFieldDurableId(__out, __typeMapper);
|
||
|
|
writeFieldFullName(__out, __typeMapper);
|
||
|
|
writeFieldIsContactAndEventSyncEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsContextualEverywhereEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsEmailTrackingInMobileEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsEngageForOutlookEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsExtensionHostUnrestrictedEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsGmailIntegrationEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsInboxInternalEmailTrackingEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsInboxMobileIntuneEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsInboxUseGraphApiEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsLayoutCustomizationAllowed(__out, __typeMapper);
|
||
|
|
writeFieldIsOutlookIntegrationEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsOutlookMobileIntegrationEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsProductivityFeaturesEnabled(__out, __typeMapper);
|
||
|
|
writeFieldIsSupplementalContactInfoInMobileEnabled(__out, __typeMapper);
|
||
|
|
writeFieldMetadata(__out, __typeMapper);
|
||
|
|
writeFieldOrgIsSyncingEventsOutbound(__out, __typeMapper);
|
||
|
|
writeFieldShouldUseTrustedDomainsList(__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 {
|
||
|
|
setDoesEmailLogAsEmailMessageInOutlook(__in, __typeMapper);
|
||
|
|
setDoesGmailStayConnectedToSalesforce(__in, __typeMapper);
|
||
|
|
setDurableId(__in, __typeMapper);
|
||
|
|
setFullName(__in, __typeMapper);
|
||
|
|
setIsContactAndEventSyncEnabled(__in, __typeMapper);
|
||
|
|
setIsContextualEverywhereEnabled(__in, __typeMapper);
|
||
|
|
setIsEmailTrackingInMobileEnabled(__in, __typeMapper);
|
||
|
|
setIsEngageForOutlookEnabled(__in, __typeMapper);
|
||
|
|
setIsExtensionHostUnrestrictedEnabled(__in, __typeMapper);
|
||
|
|
setIsGmailIntegrationEnabled(__in, __typeMapper);
|
||
|
|
setIsInboxInternalEmailTrackingEnabled(__in, __typeMapper);
|
||
|
|
setIsInboxMobileIntuneEnabled(__in, __typeMapper);
|
||
|
|
setIsInboxUseGraphApiEnabled(__in, __typeMapper);
|
||
|
|
setIsLayoutCustomizationAllowed(__in, __typeMapper);
|
||
|
|
setIsOutlookIntegrationEnabled(__in, __typeMapper);
|
||
|
|
setIsOutlookMobileIntegrationEnabled(__in, __typeMapper);
|
||
|
|
setIsProductivityFeaturesEnabled(__in, __typeMapper);
|
||
|
|
setIsSupplementalContactInfoInMobileEnabled(__in, __typeMapper);
|
||
|
|
setMetadata(__in, __typeMapper);
|
||
|
|
setOrgIsSyncingEventsOutbound(__in, __typeMapper);
|
||
|
|
setShouldUseTrustedDomainsList(__in, __typeMapper);
|
||
|
|
}
|
||
|
|
|
||
|
|
private void toString1(StringBuilder sb) {
|
||
|
|
toStringHelper(sb, "DoesEmailLogAsEmailMessageInOutlook", DoesEmailLogAsEmailMessageInOutlook);
|
||
|
|
toStringHelper(sb, "DoesGmailStayConnectedToSalesforce", DoesGmailStayConnectedToSalesforce);
|
||
|
|
toStringHelper(sb, "DurableId", DurableId);
|
||
|
|
toStringHelper(sb, "FullName", FullName);
|
||
|
|
toStringHelper(sb, "IsContactAndEventSyncEnabled", IsContactAndEventSyncEnabled);
|
||
|
|
toStringHelper(sb, "IsContextualEverywhereEnabled", IsContextualEverywhereEnabled);
|
||
|
|
toStringHelper(sb, "IsEmailTrackingInMobileEnabled", IsEmailTrackingInMobileEnabled);
|
||
|
|
toStringHelper(sb, "IsEngageForOutlookEnabled", IsEngageForOutlookEnabled);
|
||
|
|
toStringHelper(sb, "IsExtensionHostUnrestrictedEnabled", IsExtensionHostUnrestrictedEnabled);
|
||
|
|
toStringHelper(sb, "IsGmailIntegrationEnabled", IsGmailIntegrationEnabled);
|
||
|
|
toStringHelper(sb, "IsInboxInternalEmailTrackingEnabled", IsInboxInternalEmailTrackingEnabled);
|
||
|
|
toStringHelper(sb, "IsInboxMobileIntuneEnabled", IsInboxMobileIntuneEnabled);
|
||
|
|
toStringHelper(sb, "IsInboxUseGraphApiEnabled", IsInboxUseGraphApiEnabled);
|
||
|
|
toStringHelper(sb, "IsLayoutCustomizationAllowed", IsLayoutCustomizationAllowed);
|
||
|
|
toStringHelper(sb, "IsOutlookIntegrationEnabled", IsOutlookIntegrationEnabled);
|
||
|
|
toStringHelper(sb, "IsOutlookMobileIntegrationEnabled", IsOutlookMobileIntegrationEnabled);
|
||
|
|
toStringHelper(sb, "IsProductivityFeaturesEnabled", IsProductivityFeaturesEnabled);
|
||
|
|
toStringHelper(sb, "IsSupplementalContactInfoInMobileEnabled", IsSupplementalContactInfoInMobileEnabled);
|
||
|
|
toStringHelper(sb, "Metadata", Metadata);
|
||
|
|
toStringHelper(sb, "OrgIsSyncingEventsOutbound", OrgIsSyncingEventsOutbound);
|
||
|
|
toStringHelper(sb, "ShouldUseTrustedDomainsList", ShouldUseTrustedDomainsList);
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|