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

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

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

public class RoutePointTarget extends DnTarget {

    public RoutePointTarget(String name, String number) {
        super(TargetType.ROUTE_POINT, name, number);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy