public class AgentPrivileges
extends java.lang.Object
Java class for agentPrivileges complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="agentPrivileges">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="canNonSkillsetObserve" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="canNonSkillsetBargeIn" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
AgentPrivileges() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isCanNonSkillsetBargeIn()
Gets the value of the canNonSkillsetBargeIn property.
|
boolean |
isCanNonSkillsetObserve()
Gets the value of the canNonSkillsetObserve property.
|
void |
setCanNonSkillsetBargeIn(boolean value)
Sets the value of the canNonSkillsetBargeIn property.
|
void |
setCanNonSkillsetObserve(boolean value)
Sets the value of the canNonSkillsetObserve property.
|
public boolean isCanNonSkillsetObserve()
public void setCanNonSkillsetObserve(boolean value)
public boolean isCanNonSkillsetBargeIn()
public void setCanNonSkillsetBargeIn(boolean value)
Copyright © 2010 All Rights Reserved.