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

com.alogient.cameleon.sdk.community.interspire.response.IUnSubscriberResponse Maven / Gradle / Ivy

package com.alogient.cameleon.sdk.community.interspire.response;

/**
 *
 * @author jmirc
 */
public interface IUnSubscriberResponse extends IResponse {

    /**
     * @return The count of subscribers removed correctly
     */
    public Integer getCountNumberOfRemovedSubscriber();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy