com.genesys.workspace.models.targets.AcdQueueTarget Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of workspace Show documentation
Show all versions of workspace Show documentation
A Java library to interface to Genesys Workspace public API
package com.genesys.workspace.models.targets;
public class AcdQueueTarget extends DnTarget {
public AcdQueueTarget(String name, String number) {
super(TargetType.ACD_QUEUE, name, number);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy