
com.github.sheigutn.pushbullet.http.defaults.delete.DeleteSpecificSubscriptionRequest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pushbullet-java-8 Show documentation
Show all versions of pushbullet-java-8 Show documentation
Pushbullet Library for Java 8
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