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

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

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

public class CustomContractTarget extends Target {

    public CustomContractTarget(String name, String number) {
        super(TargetType.CUSTOM_CONTACT, name, number);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy