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

com.github.sheigutn.pushbullet.http.defaults.delete.DeleteSpecificSubscriptionRequest Maven / Gradle / Ivy

The newest version!
package com.github.sheigutn.pushbullet.http.defaults.delete;

import com.github.sheigutn.pushbullet.http.DeleteRequest;
import com.github.sheigutn.pushbullet.http.Urls;

public class DeleteSpecificSubscriptionRequest extends DeleteRequest {

    public DeleteSpecificSubscriptionRequest(String channelIdentity) {
        super(Urls.SUBSCRIPTIONS + "/" + channelIdentity);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy