Package com.sforce.soap.metadata
Class OmniSupervisorConfig
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.OmniSupervisorConfig
- 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 TypeMethodDescriptionbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetIsTimelineHidden(boolean isTimelineHidden) protected voidsetIsTimelineHidden(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) voidsetOmniSpvsrConfigAIAgent(OmniSpvsrConfigAIAgent[] omniSpvsrConfigAIAgent) protected voidsetOmniSpvsrConfigAIAgent(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigAction(OmniSupervisorConfigAction[] omniSupervisorConfigAction) protected voidsetOmniSupervisorConfigAction(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigGroup(OmniSupervisorConfigGroup[] omniSupervisorConfigGroup) protected voidsetOmniSupervisorConfigGroup(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigProfile(OmniSupervisorConfigProfile[] omniSupervisorConfigProfile) protected voidsetOmniSupervisorConfigProfile(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigQueue(OmniSupervisorConfigQueue[] omniSupervisorConfigQueue) protected voidsetOmniSupervisorConfigQueue(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigSkill(OmniSupervisorConfigSkill[] omniSupervisorConfigSkill) protected voidsetOmniSupervisorConfigSkill(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigTab(OmniSupervisorConfigTab[] omniSupervisorConfigTab) protected voidsetOmniSupervisorConfigTab(XmlInputStream __in, TypeMapper __typeMapper) voidsetOmniSupervisorConfigUser(OmniSupervisorConfigUser[] omniSupervisorConfigUser) protected voidsetOmniSupervisorConfigUser(XmlInputStream __in, TypeMapper __typeMapper) voidsetSkillVisibility(OmniSuperSkillVisibilityType skillVisibility) protected voidsetSkillVisibility(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
-
OmniSupervisorConfig
public OmniSupervisorConfig()Constructor
-
-
Method Details
-
getIsTimelineHidden
public boolean getIsTimelineHidden() -
isIsTimelineHidden
public boolean isIsTimelineHidden() -
setIsTimelineHidden
public void setIsTimelineHidden(boolean isTimelineHidden) -
setIsTimelineHidden
protected void setIsTimelineHidden(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSpvsrConfigAIAgent
-
setOmniSpvsrConfigAIAgent
-
setOmniSpvsrConfigAIAgent
protected void setOmniSpvsrConfigAIAgent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigAction
-
setOmniSupervisorConfigAction
-
setOmniSupervisorConfigAction
protected void setOmniSupervisorConfigAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigGroup
-
setOmniSupervisorConfigGroup
-
setOmniSupervisorConfigGroup
protected void setOmniSupervisorConfigGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigProfile
-
setOmniSupervisorConfigProfile
public void setOmniSupervisorConfigProfile(OmniSupervisorConfigProfile[] omniSupervisorConfigProfile) -
setOmniSupervisorConfigProfile
protected void setOmniSupervisorConfigProfile(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigQueue
-
setOmniSupervisorConfigQueue
-
setOmniSupervisorConfigQueue
protected void setOmniSupervisorConfigQueue(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigSkill
-
setOmniSupervisorConfigSkill
-
setOmniSupervisorConfigSkill
protected void setOmniSupervisorConfigSkill(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigTab
-
setOmniSupervisorConfigTab
-
setOmniSupervisorConfigTab
protected void setOmniSupervisorConfigTab(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOmniSupervisorConfigUser
-
setOmniSupervisorConfigUser
-
setOmniSupervisorConfigUser
protected void setOmniSupervisorConfigUser(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSkillVisibility
-
setSkillVisibility
-
setSkillVisibility
protected void setSkillVisibility(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
-