public class SchSource
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private int |
source
Specifies schedule source
ESchSource |
private int[] |
sourceID
Used to specify
ESchSourceID when source = ESchSource.SCH_SOURCE_DEFINED
is used. |
private int |
sourceIDNSizeIs
A number of elements in sourceID array
|
Constructor and Description |
---|
SchSource() |
SchSource(int source,
int sourceIDNSizeIs,
int[] sourceID) |
Modifier and Type | Method and Description |
---|---|
int |
getSource()
Gets the source value for this SchSource.
|
int[] |
getSourceID()
Gets the sourceID value for this SchSource.
|
int |
getSourceIDNSizeIs()
Gets the sourceIDNSizeIs value for this SchSource.
|
void |
setSource(int source)
Sets the source value for this SchSource.
|
void |
setSourceID(int[] sourceID)
Sets the sourceID value for this SchSource.
|
void |
setSourceIDNSizeIs(int sourceIDNSizeIs)
Sets the sourceIDNSizeIs value for this SchSource.
|
private int source
ESchSource
private int sourceIDNSizeIs
private int[] sourceID
ESchSourceID
when source = ESchSource.SCH_SOURCE_DEFINED
is used. It allows to retrieve schedule from several different sources in one request.
To retrieve user pending schedules specify User ID(s) as a source ID.
However, if source is ESchSource.SCH_SOURCE_DEFINED and sourceID array is left empty,
server returns all user pending schedules plus agents' pending schedules.public SchSource()
public SchSource(int source, int sourceIDNSizeIs, int[] sourceID)
public int getSource()
public void setSource(int source)
source
- public int getSourceIDNSizeIs()
public void setSourceIDNSizeIs(int sourceIDNSizeIs)
sourceIDNSizeIs
- public int[] getSourceID()
public void setSourceID(int[] sourceID)
sourceID
- Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.