1014 lines
61 KiB
Java
1014 lines
61 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 ContentSettings extends com.sforce.soap.tooling.sobject.SObject {
|
|
|
|
/**
|
|
* Constructor
|
|
*/
|
|
public ContentSettings() {}
|
|
|
|
/* 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 : IsChatterFileLinkEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsChatterFileLinkEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsChatterFileLinkEnabled;
|
|
|
|
public java.lang.Boolean getIsChatterFileLinkEnabled() {
|
|
return IsChatterFileLinkEnabled;
|
|
}
|
|
|
|
public void setIsChatterFileLinkEnabled(java.lang.Boolean IsChatterFileLinkEnabled) {
|
|
this.IsChatterFileLinkEnabled = IsChatterFileLinkEnabled;
|
|
IsChatterFileLinkEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsChatterFileLinkEnabled(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("IsChatterFileLinkEnabled", "urn:sobject.tooling.soap.sforce.com","IsChatterFileLinkEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsChatterFileLinkEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsChatterFileLinkEnabled", "urn:sobject.tooling.soap.sforce.com","IsChatterFileLinkEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsChatterFileLinkEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsChatterFileLinkEnabled", "urn:sobject.tooling.soap.sforce.com","IsChatterFileLinkEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsChatterFileLinkEnabled, IsChatterFileLinkEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsCmsC2CconnectionsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsCmsC2CconnectionsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsCmsC2CconnectionsEnabled;
|
|
|
|
public java.lang.Boolean getIsCmsC2CconnectionsEnabled() {
|
|
return IsCmsC2CconnectionsEnabled;
|
|
}
|
|
|
|
public void setIsCmsC2CconnectionsEnabled(java.lang.Boolean IsCmsC2CconnectionsEnabled) {
|
|
this.IsCmsC2CconnectionsEnabled = IsCmsC2CconnectionsEnabled;
|
|
IsCmsC2CconnectionsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsCmsC2CconnectionsEnabled(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("IsCmsC2CconnectionsEnabled", "urn:sobject.tooling.soap.sforce.com","IsCmsC2CconnectionsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsCmsC2CconnectionsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsCmsC2CconnectionsEnabled", "urn:sobject.tooling.soap.sforce.com","IsCmsC2CconnectionsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsCmsC2CconnectionsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsCmsC2CconnectionsEnabled", "urn:sobject.tooling.soap.sforce.com","IsCmsC2CconnectionsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsCmsC2CconnectionsEnabled, IsCmsC2CconnectionsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentAutoAssignEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentAutoAssignEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentAutoAssignEnabled;
|
|
|
|
public java.lang.Boolean getIsContentAutoAssignEnabled() {
|
|
return IsContentAutoAssignEnabled;
|
|
}
|
|
|
|
public void setIsContentAutoAssignEnabled(java.lang.Boolean IsContentAutoAssignEnabled) {
|
|
this.IsContentAutoAssignEnabled = IsContentAutoAssignEnabled;
|
|
IsContentAutoAssignEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentAutoAssignEnabled(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("IsContentAutoAssignEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentAutoAssignEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentAutoAssignEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentAutoAssignEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentAutoAssignEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentAutoAssignEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentAutoAssignEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentAutoAssignEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentAutoAssignEnabled, IsContentAutoAssignEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentDistForPortalUsersEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentDistForPortalUsersEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentDistForPortalUsersEnabled;
|
|
|
|
public java.lang.Boolean getIsContentDistForPortalUsersEnabled() {
|
|
return IsContentDistForPortalUsersEnabled;
|
|
}
|
|
|
|
public void setIsContentDistForPortalUsersEnabled(java.lang.Boolean IsContentDistForPortalUsersEnabled) {
|
|
this.IsContentDistForPortalUsersEnabled = IsContentDistForPortalUsersEnabled;
|
|
IsContentDistForPortalUsersEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentDistForPortalUsersEnabled(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("IsContentDistForPortalUsersEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistForPortalUsersEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentDistForPortalUsersEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentDistForPortalUsersEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistForPortalUsersEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentDistForPortalUsersEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentDistForPortalUsersEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistForPortalUsersEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentDistForPortalUsersEnabled, IsContentDistForPortalUsersEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentDistPwOptionsBit1Enabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentDistPwOptionsBit1Enabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentDistPwOptionsBit1Enabled;
|
|
|
|
public java.lang.Boolean getIsContentDistPwOptionsBit1Enabled() {
|
|
return IsContentDistPwOptionsBit1Enabled;
|
|
}
|
|
|
|
public void setIsContentDistPwOptionsBit1Enabled(java.lang.Boolean IsContentDistPwOptionsBit1Enabled) {
|
|
this.IsContentDistPwOptionsBit1Enabled = IsContentDistPwOptionsBit1Enabled;
|
|
IsContentDistPwOptionsBit1Enabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentDistPwOptionsBit1Enabled(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("IsContentDistPwOptionsBit1Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit1Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentDistPwOptionsBit1Enabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentDistPwOptionsBit1Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit1Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentDistPwOptionsBit1Enabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentDistPwOptionsBit1Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit1Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentDistPwOptionsBit1Enabled, IsContentDistPwOptionsBit1Enabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentDistPwOptionsBit2Enabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentDistPwOptionsBit2Enabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentDistPwOptionsBit2Enabled;
|
|
|
|
public java.lang.Boolean getIsContentDistPwOptionsBit2Enabled() {
|
|
return IsContentDistPwOptionsBit2Enabled;
|
|
}
|
|
|
|
public void setIsContentDistPwOptionsBit2Enabled(java.lang.Boolean IsContentDistPwOptionsBit2Enabled) {
|
|
this.IsContentDistPwOptionsBit2Enabled = IsContentDistPwOptionsBit2Enabled;
|
|
IsContentDistPwOptionsBit2Enabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentDistPwOptionsBit2Enabled(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("IsContentDistPwOptionsBit2Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit2Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentDistPwOptionsBit2Enabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentDistPwOptionsBit2Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit2Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentDistPwOptionsBit2Enabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentDistPwOptionsBit2Enabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistPwOptionsBit2Enabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentDistPwOptionsBit2Enabled, IsContentDistPwOptionsBit2Enabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentDistributionEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentDistributionEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentDistributionEnabled;
|
|
|
|
public java.lang.Boolean getIsContentDistributionEnabled() {
|
|
return IsContentDistributionEnabled;
|
|
}
|
|
|
|
public void setIsContentDistributionEnabled(java.lang.Boolean IsContentDistributionEnabled) {
|
|
this.IsContentDistributionEnabled = IsContentDistributionEnabled;
|
|
IsContentDistributionEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentDistributionEnabled(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("IsContentDistributionEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistributionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentDistributionEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentDistributionEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistributionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentDistributionEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentDistributionEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentDistributionEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentDistributionEnabled, IsContentDistributionEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentEnabled;
|
|
|
|
public java.lang.Boolean getIsContentEnabled() {
|
|
return IsContentEnabled;
|
|
}
|
|
|
|
public void setIsContentEnabled(java.lang.Boolean IsContentEnabled) {
|
|
this.IsContentEnabled = IsContentEnabled;
|
|
IsContentEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentEnabled(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("IsContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentEnabled, IsContentEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentHubAwsS3PrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentHubAwsS3PrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentHubAwsS3PrefEnabled;
|
|
|
|
public java.lang.Boolean getIsContentHubAwsS3PrefEnabled() {
|
|
return IsContentHubAwsS3PrefEnabled;
|
|
}
|
|
|
|
public void setIsContentHubAwsS3PrefEnabled(java.lang.Boolean IsContentHubAwsS3PrefEnabled) {
|
|
this.IsContentHubAwsS3PrefEnabled = IsContentHubAwsS3PrefEnabled;
|
|
IsContentHubAwsS3PrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentHubAwsS3PrefEnabled(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("IsContentHubAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentHubAwsS3PrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentHubAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentHubAwsS3PrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentHubAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentHubAwsS3PrefEnabled, IsContentHubAwsS3PrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentHubUploadAwsS3PrefEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentHubUploadAwsS3PrefEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentHubUploadAwsS3PrefEnabled;
|
|
|
|
public java.lang.Boolean getIsContentHubUploadAwsS3PrefEnabled() {
|
|
return IsContentHubUploadAwsS3PrefEnabled;
|
|
}
|
|
|
|
public void setIsContentHubUploadAwsS3PrefEnabled(java.lang.Boolean IsContentHubUploadAwsS3PrefEnabled) {
|
|
this.IsContentHubUploadAwsS3PrefEnabled = IsContentHubUploadAwsS3PrefEnabled;
|
|
IsContentHubUploadAwsS3PrefEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentHubUploadAwsS3PrefEnabled(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("IsContentHubUploadAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubUploadAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentHubUploadAwsS3PrefEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentHubUploadAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubUploadAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentHubUploadAwsS3PrefEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentHubUploadAwsS3PrefEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentHubUploadAwsS3PrefEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentHubUploadAwsS3PrefEnabled, IsContentHubUploadAwsS3PrefEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentSupportMultiLanguageEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentSupportMultiLanguageEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentSupportMultiLanguageEnabled;
|
|
|
|
public java.lang.Boolean getIsContentSupportMultiLanguageEnabled() {
|
|
return IsContentSupportMultiLanguageEnabled;
|
|
}
|
|
|
|
public void setIsContentSupportMultiLanguageEnabled(java.lang.Boolean IsContentSupportMultiLanguageEnabled) {
|
|
this.IsContentSupportMultiLanguageEnabled = IsContentSupportMultiLanguageEnabled;
|
|
IsContentSupportMultiLanguageEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentSupportMultiLanguageEnabled(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("IsContentSupportMultiLanguageEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentSupportMultiLanguageEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentSupportMultiLanguageEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentSupportMultiLanguageEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentSupportMultiLanguageEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentSupportMultiLanguageEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentSupportMultiLanguageEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentSupportMultiLanguageEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentSupportMultiLanguageEnabled, IsContentSupportMultiLanguageEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsContentWorkspaceAccessEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsContentWorkspaceAccessEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsContentWorkspaceAccessEnabled;
|
|
|
|
public java.lang.Boolean getIsContentWorkspaceAccessEnabled() {
|
|
return IsContentWorkspaceAccessEnabled;
|
|
}
|
|
|
|
public void setIsContentWorkspaceAccessEnabled(java.lang.Boolean IsContentWorkspaceAccessEnabled) {
|
|
this.IsContentWorkspaceAccessEnabled = IsContentWorkspaceAccessEnabled;
|
|
IsContentWorkspaceAccessEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsContentWorkspaceAccessEnabled(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("IsContentWorkspaceAccessEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentWorkspaceAccessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsContentWorkspaceAccessEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsContentWorkspaceAccessEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentWorkspaceAccessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsContentWorkspaceAccessEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsContentWorkspaceAccessEnabled", "urn:sobject.tooling.soap.sforce.com","IsContentWorkspaceAccessEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsContentWorkspaceAccessEnabled, IsContentWorkspaceAccessEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsDeleteFileInContentPacksEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsDeleteFileInContentPacksEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsDeleteFileInContentPacksEnabled;
|
|
|
|
public java.lang.Boolean getIsDeleteFileInContentPacksEnabled() {
|
|
return IsDeleteFileInContentPacksEnabled;
|
|
}
|
|
|
|
public void setIsDeleteFileInContentPacksEnabled(java.lang.Boolean IsDeleteFileInContentPacksEnabled) {
|
|
this.IsDeleteFileInContentPacksEnabled = IsDeleteFileInContentPacksEnabled;
|
|
IsDeleteFileInContentPacksEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsDeleteFileInContentPacksEnabled(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("IsDeleteFileInContentPacksEnabled", "urn:sobject.tooling.soap.sforce.com","IsDeleteFileInContentPacksEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsDeleteFileInContentPacksEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsDeleteFileInContentPacksEnabled", "urn:sobject.tooling.soap.sforce.com","IsDeleteFileInContentPacksEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsDeleteFileInContentPacksEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsDeleteFileInContentPacksEnabled", "urn:sobject.tooling.soap.sforce.com","IsDeleteFileInContentPacksEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsDeleteFileInContentPacksEnabled, IsDeleteFileInContentPacksEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFileIngestToDataCloudEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFileIngestToDataCloudEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFileIngestToDataCloudEnabled;
|
|
|
|
public java.lang.Boolean getIsFileIngestToDataCloudEnabled() {
|
|
return IsFileIngestToDataCloudEnabled;
|
|
}
|
|
|
|
public void setIsFileIngestToDataCloudEnabled(java.lang.Boolean IsFileIngestToDataCloudEnabled) {
|
|
this.IsFileIngestToDataCloudEnabled = IsFileIngestToDataCloudEnabled;
|
|
IsFileIngestToDataCloudEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFileIngestToDataCloudEnabled(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("IsFileIngestToDataCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileIngestToDataCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFileIngestToDataCloudEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFileIngestToDataCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileIngestToDataCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFileIngestToDataCloudEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFileIngestToDataCloudEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileIngestToDataCloudEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFileIngestToDataCloudEnabled, IsFileIngestToDataCloudEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFileShareSetByRecordEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFileShareSetByRecordEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFileShareSetByRecordEnabled;
|
|
|
|
public java.lang.Boolean getIsFileShareSetByRecordEnabled() {
|
|
return IsFileShareSetByRecordEnabled;
|
|
}
|
|
|
|
public void setIsFileShareSetByRecordEnabled(java.lang.Boolean IsFileShareSetByRecordEnabled) {
|
|
this.IsFileShareSetByRecordEnabled = IsFileShareSetByRecordEnabled;
|
|
IsFileShareSetByRecordEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFileShareSetByRecordEnabled(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("IsFileShareSetByRecordEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileShareSetByRecordEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFileShareSetByRecordEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFileShareSetByRecordEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileShareSetByRecordEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFileShareSetByRecordEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFileShareSetByRecordEnabled", "urn:sobject.tooling.soap.sforce.com","IsFileShareSetByRecordEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFileShareSetByRecordEnabled, IsFileShareSetByRecordEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsFilesUsrShareNetRestrictedEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsFilesUsrShareNetRestrictedEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsFilesUsrShareNetRestrictedEnabled;
|
|
|
|
public java.lang.Boolean getIsFilesUsrShareNetRestrictedEnabled() {
|
|
return IsFilesUsrShareNetRestrictedEnabled;
|
|
}
|
|
|
|
public void setIsFilesUsrShareNetRestrictedEnabled(java.lang.Boolean IsFilesUsrShareNetRestrictedEnabled) {
|
|
this.IsFilesUsrShareNetRestrictedEnabled = IsFilesUsrShareNetRestrictedEnabled;
|
|
IsFilesUsrShareNetRestrictedEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsFilesUsrShareNetRestrictedEnabled(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("IsFilesUsrShareNetRestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFilesUsrShareNetRestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsFilesUsrShareNetRestrictedEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsFilesUsrShareNetRestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFilesUsrShareNetRestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsFilesUsrShareNetRestrictedEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsFilesUsrShareNetRestrictedEnabled", "urn:sobject.tooling.soap.sforce.com","IsFilesUsrShareNetRestrictedEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsFilesUsrShareNetRestrictedEnabled, IsFilesUsrShareNetRestrictedEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsJpgPreviewsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsJpgPreviewsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsJpgPreviewsEnabled;
|
|
|
|
public java.lang.Boolean getIsJpgPreviewsEnabled() {
|
|
return IsJpgPreviewsEnabled;
|
|
}
|
|
|
|
public void setIsJpgPreviewsEnabled(java.lang.Boolean IsJpgPreviewsEnabled) {
|
|
this.IsJpgPreviewsEnabled = IsJpgPreviewsEnabled;
|
|
IsJpgPreviewsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsJpgPreviewsEnabled(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("IsJpgPreviewsEnabled", "urn:sobject.tooling.soap.sforce.com","IsJpgPreviewsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsJpgPreviewsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsJpgPreviewsEnabled", "urn:sobject.tooling.soap.sforce.com","IsJpgPreviewsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsJpgPreviewsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsJpgPreviewsEnabled", "urn:sobject.tooling.soap.sforce.com","IsJpgPreviewsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsJpgPreviewsEnabled, IsJpgPreviewsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsLibraryManagedFilesEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsLibraryManagedFilesEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsLibraryManagedFilesEnabled;
|
|
|
|
public java.lang.Boolean getIsLibraryManagedFilesEnabled() {
|
|
return IsLibraryManagedFilesEnabled;
|
|
}
|
|
|
|
public void setIsLibraryManagedFilesEnabled(java.lang.Boolean IsLibraryManagedFilesEnabled) {
|
|
this.IsLibraryManagedFilesEnabled = IsLibraryManagedFilesEnabled;
|
|
IsLibraryManagedFilesEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsLibraryManagedFilesEnabled(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("IsLibraryManagedFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsLibraryManagedFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsLibraryManagedFilesEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsLibraryManagedFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsLibraryManagedFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsLibraryManagedFilesEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsLibraryManagedFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsLibraryManagedFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsLibraryManagedFilesEnabled, IsLibraryManagedFilesEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsLwcFileUploadEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsLwcFileUploadEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsLwcFileUploadEnabled;
|
|
|
|
public java.lang.Boolean getIsLwcFileUploadEnabled() {
|
|
return IsLwcFileUploadEnabled;
|
|
}
|
|
|
|
public void setIsLwcFileUploadEnabled(java.lang.Boolean IsLwcFileUploadEnabled) {
|
|
this.IsLwcFileUploadEnabled = IsLwcFileUploadEnabled;
|
|
IsLwcFileUploadEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsLwcFileUploadEnabled(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("IsLwcFileUploadEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsLwcFileUploadEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsLwcFileUploadEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsLwcFileUploadEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsLwcFileUploadEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsLwcFileUploadEnabled, IsLwcFileUploadEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsLwcFileUploadInFlowsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsLwcFileUploadInFlowsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsLwcFileUploadInFlowsEnabled;
|
|
|
|
public java.lang.Boolean getIsLwcFileUploadInFlowsEnabled() {
|
|
return IsLwcFileUploadInFlowsEnabled;
|
|
}
|
|
|
|
public void setIsLwcFileUploadInFlowsEnabled(java.lang.Boolean IsLwcFileUploadInFlowsEnabled) {
|
|
this.IsLwcFileUploadInFlowsEnabled = IsLwcFileUploadInFlowsEnabled;
|
|
IsLwcFileUploadInFlowsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsLwcFileUploadInFlowsEnabled(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("IsLwcFileUploadInFlowsEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadInFlowsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsLwcFileUploadInFlowsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsLwcFileUploadInFlowsEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadInFlowsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsLwcFileUploadInFlowsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsLwcFileUploadInFlowsEnabled", "urn:sobject.tooling.soap.sforce.com","IsLwcFileUploadInFlowsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsLwcFileUploadInFlowsEnabled, IsLwcFileUploadInFlowsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsShowChatterFilesInContentEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsShowChatterFilesInContentEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsShowChatterFilesInContentEnabled;
|
|
|
|
public java.lang.Boolean getIsShowChatterFilesInContentEnabled() {
|
|
return IsShowChatterFilesInContentEnabled;
|
|
}
|
|
|
|
public void setIsShowChatterFilesInContentEnabled(java.lang.Boolean IsShowChatterFilesInContentEnabled) {
|
|
this.IsShowChatterFilesInContentEnabled = IsShowChatterFilesInContentEnabled;
|
|
IsShowChatterFilesInContentEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsShowChatterFilesInContentEnabled(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("IsShowChatterFilesInContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsShowChatterFilesInContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsShowChatterFilesInContentEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsShowChatterFilesInContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsShowChatterFilesInContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsShowChatterFilesInContentEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsShowChatterFilesInContentEnabled", "urn:sobject.tooling.soap.sforce.com","IsShowChatterFilesInContentEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsShowChatterFilesInContentEnabled, IsShowChatterFilesInContentEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsSiteGuestUserToUploadFilesEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsSiteGuestUserToUploadFilesEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsSiteGuestUserToUploadFilesEnabled;
|
|
|
|
public java.lang.Boolean getIsSiteGuestUserToUploadFilesEnabled() {
|
|
return IsSiteGuestUserToUploadFilesEnabled;
|
|
}
|
|
|
|
public void setIsSiteGuestUserToUploadFilesEnabled(java.lang.Boolean IsSiteGuestUserToUploadFilesEnabled) {
|
|
this.IsSiteGuestUserToUploadFilesEnabled = IsSiteGuestUserToUploadFilesEnabled;
|
|
IsSiteGuestUserToUploadFilesEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsSiteGuestUserToUploadFilesEnabled(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("IsSiteGuestUserToUploadFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsSiteGuestUserToUploadFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsSiteGuestUserToUploadFilesEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsSiteGuestUserToUploadFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsSiteGuestUserToUploadFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsSiteGuestUserToUploadFilesEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsSiteGuestUserToUploadFilesEnabled", "urn:sobject.tooling.soap.sforce.com","IsSiteGuestUserToUploadFilesEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsSiteGuestUserToUploadFilesEnabled, IsSiteGuestUserToUploadFilesEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : IsUploadFilesOnAttachmentsEnabled of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean IsUploadFilesOnAttachmentsEnabled__is_set = false;
|
|
|
|
private java.lang.Boolean IsUploadFilesOnAttachmentsEnabled;
|
|
|
|
public java.lang.Boolean getIsUploadFilesOnAttachmentsEnabled() {
|
|
return IsUploadFilesOnAttachmentsEnabled;
|
|
}
|
|
|
|
public void setIsUploadFilesOnAttachmentsEnabled(java.lang.Boolean IsUploadFilesOnAttachmentsEnabled) {
|
|
this.IsUploadFilesOnAttachmentsEnabled = IsUploadFilesOnAttachmentsEnabled;
|
|
IsUploadFilesOnAttachmentsEnabled__is_set = true;
|
|
}
|
|
|
|
protected void setIsUploadFilesOnAttachmentsEnabled(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("IsUploadFilesOnAttachmentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsUploadFilesOnAttachmentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setIsUploadFilesOnAttachmentsEnabled((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("IsUploadFilesOnAttachmentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsUploadFilesOnAttachmentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldIsUploadFilesOnAttachmentsEnabled(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("IsUploadFilesOnAttachmentsEnabled", "urn:sobject.tooling.soap.sforce.com","IsUploadFilesOnAttachmentsEnabled","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), IsUploadFilesOnAttachmentsEnabled, IsUploadFilesOnAttachmentsEnabled__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : Metadata of type {urn:metadata.tooling.soap.sforce.com}ContentSettings
|
|
* java type: com.sforce.soap.tooling.metadata.ContentSettings
|
|
*/
|
|
private boolean Metadata__is_set = false;
|
|
|
|
private com.sforce.soap.tooling.metadata.ContentSettings Metadata;
|
|
|
|
public com.sforce.soap.tooling.metadata.ContentSettings getMetadata() {
|
|
return Metadata;
|
|
}
|
|
|
|
public void setMetadata(com.sforce.soap.tooling.metadata.ContentSettings 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","ContentSettings",0,1,true))) {
|
|
setMetadata((com.sforce.soap.tooling.metadata.ContentSettings)__typeMapper.readObject(__in, _lookupTypeInfo("Metadata", "urn:sobject.tooling.soap.sforce.com","Metadata","urn:metadata.tooling.soap.sforce.com","ContentSettings",0,1,true), com.sforce.soap.tooling.metadata.ContentSettings.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","ContentSettings",0,1,true), Metadata, Metadata__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SetValidContentTypeForAtchDocDownload of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SetValidContentTypeForAtchDocDownload__is_set = false;
|
|
|
|
private java.lang.Boolean SetValidContentTypeForAtchDocDownload;
|
|
|
|
public java.lang.Boolean getSetValidContentTypeForAtchDocDownload() {
|
|
return SetValidContentTypeForAtchDocDownload;
|
|
}
|
|
|
|
public void setSetValidContentTypeForAtchDocDownload(java.lang.Boolean SetValidContentTypeForAtchDocDownload) {
|
|
this.SetValidContentTypeForAtchDocDownload = SetValidContentTypeForAtchDocDownload;
|
|
SetValidContentTypeForAtchDocDownload__is_set = true;
|
|
}
|
|
|
|
protected void setSetValidContentTypeForAtchDocDownload(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("SetValidContentTypeForAtchDocDownload", "urn:sobject.tooling.soap.sforce.com","SetValidContentTypeForAtchDocDownload","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSetValidContentTypeForAtchDocDownload((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SetValidContentTypeForAtchDocDownload", "urn:sobject.tooling.soap.sforce.com","SetValidContentTypeForAtchDocDownload","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSetValidContentTypeForAtchDocDownload(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SetValidContentTypeForAtchDocDownload", "urn:sobject.tooling.soap.sforce.com","SetValidContentTypeForAtchDocDownload","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SetValidContentTypeForAtchDocDownload, SetValidContentTypeForAtchDocDownload__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SkipContentAssetTriggers of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SkipContentAssetTriggers__is_set = false;
|
|
|
|
private java.lang.Boolean SkipContentAssetTriggers;
|
|
|
|
public java.lang.Boolean getSkipContentAssetTriggers() {
|
|
return SkipContentAssetTriggers;
|
|
}
|
|
|
|
public void setSkipContentAssetTriggers(java.lang.Boolean SkipContentAssetTriggers) {
|
|
this.SkipContentAssetTriggers = SkipContentAssetTriggers;
|
|
SkipContentAssetTriggers__is_set = true;
|
|
}
|
|
|
|
protected void setSkipContentAssetTriggers(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("SkipContentAssetTriggers", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSkipContentAssetTriggers((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SkipContentAssetTriggers", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSkipContentAssetTriggers(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SkipContentAssetTriggers", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggers","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SkipContentAssetTriggers, SkipContentAssetTriggers__is_set);
|
|
}
|
|
|
|
/**
|
|
* element : SkipContentAssetTriggersOnDeploy of type {http://www.w3.org/2001/XMLSchema}boolean
|
|
* java type: java.lang.Boolean
|
|
*/
|
|
private boolean SkipContentAssetTriggersOnDeploy__is_set = false;
|
|
|
|
private java.lang.Boolean SkipContentAssetTriggersOnDeploy;
|
|
|
|
public java.lang.Boolean getSkipContentAssetTriggersOnDeploy() {
|
|
return SkipContentAssetTriggersOnDeploy;
|
|
}
|
|
|
|
public void setSkipContentAssetTriggersOnDeploy(java.lang.Boolean SkipContentAssetTriggersOnDeploy) {
|
|
this.SkipContentAssetTriggersOnDeploy = SkipContentAssetTriggersOnDeploy;
|
|
SkipContentAssetTriggersOnDeploy__is_set = true;
|
|
}
|
|
|
|
protected void setSkipContentAssetTriggersOnDeploy(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("SkipContentAssetTriggersOnDeploy", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggersOnDeploy","http://www.w3.org/2001/XMLSchema","boolean",0,1,true))) {
|
|
setSkipContentAssetTriggersOnDeploy((java.lang.Boolean)__typeMapper.readObject(__in, _lookupTypeInfo("SkipContentAssetTriggersOnDeploy", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggersOnDeploy","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), java.lang.Boolean.class));
|
|
}
|
|
}
|
|
|
|
private void writeFieldSkipContentAssetTriggersOnDeploy(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws java.io.IOException {
|
|
__typeMapper.writeObject(__out, _lookupTypeInfo("SkipContentAssetTriggersOnDeploy", "urn:sobject.tooling.soap.sforce.com","SkipContentAssetTriggersOnDeploy","http://www.w3.org/2001/XMLSchema","boolean",0,1,true), SkipContentAssetTriggersOnDeploy, SkipContentAssetTriggersOnDeploy__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", "ContentSettings");
|
|
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("[ContentSettings ");
|
|
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);
|
|
writeFieldIsChatterFileLinkEnabled(__out, __typeMapper);
|
|
writeFieldIsCmsC2CconnectionsEnabled(__out, __typeMapper);
|
|
writeFieldIsContentAutoAssignEnabled(__out, __typeMapper);
|
|
writeFieldIsContentDistForPortalUsersEnabled(__out, __typeMapper);
|
|
writeFieldIsContentDistPwOptionsBit1Enabled(__out, __typeMapper);
|
|
writeFieldIsContentDistPwOptionsBit2Enabled(__out, __typeMapper);
|
|
writeFieldIsContentDistributionEnabled(__out, __typeMapper);
|
|
writeFieldIsContentEnabled(__out, __typeMapper);
|
|
writeFieldIsContentHubAwsS3PrefEnabled(__out, __typeMapper);
|
|
writeFieldIsContentHubUploadAwsS3PrefEnabled(__out, __typeMapper);
|
|
writeFieldIsContentSupportMultiLanguageEnabled(__out, __typeMapper);
|
|
writeFieldIsContentWorkspaceAccessEnabled(__out, __typeMapper);
|
|
writeFieldIsDeleteFileInContentPacksEnabled(__out, __typeMapper);
|
|
writeFieldIsFileIngestToDataCloudEnabled(__out, __typeMapper);
|
|
writeFieldIsFileShareSetByRecordEnabled(__out, __typeMapper);
|
|
writeFieldIsFilesUsrShareNetRestrictedEnabled(__out, __typeMapper);
|
|
writeFieldIsJpgPreviewsEnabled(__out, __typeMapper);
|
|
writeFieldIsLibraryManagedFilesEnabled(__out, __typeMapper);
|
|
writeFieldIsLwcFileUploadEnabled(__out, __typeMapper);
|
|
writeFieldIsLwcFileUploadInFlowsEnabled(__out, __typeMapper);
|
|
writeFieldIsShowChatterFilesInContentEnabled(__out, __typeMapper);
|
|
writeFieldIsSiteGuestUserToUploadFilesEnabled(__out, __typeMapper);
|
|
writeFieldIsUploadFilesOnAttachmentsEnabled(__out, __typeMapper);
|
|
writeFieldMetadata(__out, __typeMapper);
|
|
writeFieldSetValidContentTypeForAtchDocDownload(__out, __typeMapper);
|
|
writeFieldSkipContentAssetTriggers(__out, __typeMapper);
|
|
writeFieldSkipContentAssetTriggersOnDeploy(__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);
|
|
setIsChatterFileLinkEnabled(__in, __typeMapper);
|
|
setIsCmsC2CconnectionsEnabled(__in, __typeMapper);
|
|
setIsContentAutoAssignEnabled(__in, __typeMapper);
|
|
setIsContentDistForPortalUsersEnabled(__in, __typeMapper);
|
|
setIsContentDistPwOptionsBit1Enabled(__in, __typeMapper);
|
|
setIsContentDistPwOptionsBit2Enabled(__in, __typeMapper);
|
|
setIsContentDistributionEnabled(__in, __typeMapper);
|
|
setIsContentEnabled(__in, __typeMapper);
|
|
setIsContentHubAwsS3PrefEnabled(__in, __typeMapper);
|
|
setIsContentHubUploadAwsS3PrefEnabled(__in, __typeMapper);
|
|
setIsContentSupportMultiLanguageEnabled(__in, __typeMapper);
|
|
setIsContentWorkspaceAccessEnabled(__in, __typeMapper);
|
|
setIsDeleteFileInContentPacksEnabled(__in, __typeMapper);
|
|
setIsFileIngestToDataCloudEnabled(__in, __typeMapper);
|
|
setIsFileShareSetByRecordEnabled(__in, __typeMapper);
|
|
setIsFilesUsrShareNetRestrictedEnabled(__in, __typeMapper);
|
|
setIsJpgPreviewsEnabled(__in, __typeMapper);
|
|
setIsLibraryManagedFilesEnabled(__in, __typeMapper);
|
|
setIsLwcFileUploadEnabled(__in, __typeMapper);
|
|
setIsLwcFileUploadInFlowsEnabled(__in, __typeMapper);
|
|
setIsShowChatterFilesInContentEnabled(__in, __typeMapper);
|
|
setIsSiteGuestUserToUploadFilesEnabled(__in, __typeMapper);
|
|
setIsUploadFilesOnAttachmentsEnabled(__in, __typeMapper);
|
|
setMetadata(__in, __typeMapper);
|
|
setSetValidContentTypeForAtchDocDownload(__in, __typeMapper);
|
|
setSkipContentAssetTriggers(__in, __typeMapper);
|
|
setSkipContentAssetTriggersOnDeploy(__in, __typeMapper);
|
|
}
|
|
|
|
private void toString1(StringBuilder sb) {
|
|
toStringHelper(sb, "DurableId", DurableId);
|
|
toStringHelper(sb, "FullName", FullName);
|
|
toStringHelper(sb, "IsChatterFileLinkEnabled", IsChatterFileLinkEnabled);
|
|
toStringHelper(sb, "IsCmsC2CconnectionsEnabled", IsCmsC2CconnectionsEnabled);
|
|
toStringHelper(sb, "IsContentAutoAssignEnabled", IsContentAutoAssignEnabled);
|
|
toStringHelper(sb, "IsContentDistForPortalUsersEnabled", IsContentDistForPortalUsersEnabled);
|
|
toStringHelper(sb, "IsContentDistPwOptionsBit1Enabled", IsContentDistPwOptionsBit1Enabled);
|
|
toStringHelper(sb, "IsContentDistPwOptionsBit2Enabled", IsContentDistPwOptionsBit2Enabled);
|
|
toStringHelper(sb, "IsContentDistributionEnabled", IsContentDistributionEnabled);
|
|
toStringHelper(sb, "IsContentEnabled", IsContentEnabled);
|
|
toStringHelper(sb, "IsContentHubAwsS3PrefEnabled", IsContentHubAwsS3PrefEnabled);
|
|
toStringHelper(sb, "IsContentHubUploadAwsS3PrefEnabled", IsContentHubUploadAwsS3PrefEnabled);
|
|
toStringHelper(sb, "IsContentSupportMultiLanguageEnabled", IsContentSupportMultiLanguageEnabled);
|
|
toStringHelper(sb, "IsContentWorkspaceAccessEnabled", IsContentWorkspaceAccessEnabled);
|
|
toStringHelper(sb, "IsDeleteFileInContentPacksEnabled", IsDeleteFileInContentPacksEnabled);
|
|
toStringHelper(sb, "IsFileIngestToDataCloudEnabled", IsFileIngestToDataCloudEnabled);
|
|
toStringHelper(sb, "IsFileShareSetByRecordEnabled", IsFileShareSetByRecordEnabled);
|
|
toStringHelper(sb, "IsFilesUsrShareNetRestrictedEnabled", IsFilesUsrShareNetRestrictedEnabled);
|
|
toStringHelper(sb, "IsJpgPreviewsEnabled", IsJpgPreviewsEnabled);
|
|
toStringHelper(sb, "IsLibraryManagedFilesEnabled", IsLibraryManagedFilesEnabled);
|
|
toStringHelper(sb, "IsLwcFileUploadEnabled", IsLwcFileUploadEnabled);
|
|
toStringHelper(sb, "IsLwcFileUploadInFlowsEnabled", IsLwcFileUploadInFlowsEnabled);
|
|
toStringHelper(sb, "IsShowChatterFilesInContentEnabled", IsShowChatterFilesInContentEnabled);
|
|
toStringHelper(sb, "IsSiteGuestUserToUploadFilesEnabled", IsSiteGuestUserToUploadFilesEnabled);
|
|
toStringHelper(sb, "IsUploadFilesOnAttachmentsEnabled", IsUploadFilesOnAttachmentsEnabled);
|
|
toStringHelper(sb, "Metadata", Metadata);
|
|
toStringHelper(sb, "SetValidContentTypeForAtchDocDownload", SetValidContentTypeForAtchDocDownload);
|
|
toStringHelper(sb, "SkipContentAssetTriggers", SkipContentAssetTriggers);
|
|
toStringHelper(sb, "SkipContentAssetTriggersOnDeploy", SkipContentAssetTriggersOnDeploy);
|
|
}
|
|
|
|
|
|
}
|