All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.genesys.workspace.models.targets.SkillTarget Maven / Gradle / Ivy

There is a newer version: 9.0.73
Show newest version
package com.genesys.workspace.models.targets;

public class SkillTarget extends Target {

    public SkillTarget(String name, String number) {
        super(TargetType.SKILL, name, number);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy