Package com.sforce.soap.metadata
Class DevHubSettings
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.DevHubSettings
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetDevOpsCenterBetaMsa(boolean devOpsCenterBetaMsa) protected voidsetDevOpsCenterBetaMsa(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDevOpsCenter(boolean enableDevOpsCenter) protected voidsetEnableDevOpsCenter(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableDevOpsCenterGA(boolean enableDevOpsCenterGA) protected voidsetEnableDevOpsCenterGA(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnablePackaging2(boolean enablePackaging2) protected voidsetEnablePackaging2(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableScratchOrgManagementPref(boolean enableScratchOrgManagementPref) protected voidsetEnableScratchOrgManagementPref(XmlInputStream __in, TypeMapper __typeMapper) voidsetEnableShapeExportPref(boolean enableShapeExportPref) protected voidsetEnableShapeExportPref(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
DevHubSettings
public DevHubSettings()Constructor
-
-
Method Details
-
getDevOpsCenterBetaMsa
public boolean getDevOpsCenterBetaMsa() -
isDevOpsCenterBetaMsa
public boolean isDevOpsCenterBetaMsa() -
setDevOpsCenterBetaMsa
public void setDevOpsCenterBetaMsa(boolean devOpsCenterBetaMsa) -
setDevOpsCenterBetaMsa
protected void setDevOpsCenterBetaMsa(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableDevOpsCenter
public boolean getEnableDevOpsCenter() -
isEnableDevOpsCenter
public boolean isEnableDevOpsCenter() -
setEnableDevOpsCenter
public void setEnableDevOpsCenter(boolean enableDevOpsCenter) -
setEnableDevOpsCenter
protected void setEnableDevOpsCenter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableDevOpsCenterGA
public boolean getEnableDevOpsCenterGA() -
isEnableDevOpsCenterGA
public boolean isEnableDevOpsCenterGA() -
setEnableDevOpsCenterGA
public void setEnableDevOpsCenterGA(boolean enableDevOpsCenterGA) -
setEnableDevOpsCenterGA
protected void setEnableDevOpsCenterGA(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnablePackaging2
public boolean getEnablePackaging2() -
isEnablePackaging2
public boolean isEnablePackaging2() -
setEnablePackaging2
public void setEnablePackaging2(boolean enablePackaging2) -
setEnablePackaging2
protected void setEnablePackaging2(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableScratchOrgManagementPref
public boolean getEnableScratchOrgManagementPref() -
isEnableScratchOrgManagementPref
public boolean isEnableScratchOrgManagementPref() -
setEnableScratchOrgManagementPref
public void setEnableScratchOrgManagementPref(boolean enableScratchOrgManagementPref) -
setEnableScratchOrgManagementPref
protected void setEnableScratchOrgManagementPref(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEnableShapeExportPref
public boolean getEnableShapeExportPref() -
isEnableShapeExportPref
public boolean isEnableShapeExportPref() -
setEnableShapeExportPref
public void setEnableShapeExportPref(boolean enableShapeExportPref) -
setEnableShapeExportPref
protected void setEnableShapeExportPref(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-