com.mypurecloud.sdk.v2.connector.ApiClientConnectorProperties Maven / Gradle / Ivy
package com.mypurecloud.sdk.v2.guest.connector;
public interface ApiClientConnectorProperties {
T getProperty(String key, Class propertyClass, T defaultValue);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy