Package com.sforce.soap.metadata
Class DevHubSettings
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.DevHubSettings
-
-
Constructor Summary
Constructors Constructor Description DevHubSettings()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
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
-
getEnableScratchOrgSnapshotPref
public boolean getEnableScratchOrgSnapshotPref()
-
isEnableScratchOrgSnapshotPref
public boolean isEnableScratchOrgSnapshotPref()
-
setEnableScratchOrgSnapshotPref
public void setEnableScratchOrgSnapshotPref(boolean enableScratchOrgSnapshotPref)
-
setEnableScratchOrgSnapshotPref
protected void setEnableScratchOrgSnapshotPref(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-