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

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

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

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

public class DeleteSpecificDeviceRequest extends DeleteRequest {

    public DeleteSpecificDeviceRequest(String deviceIdentity) {
        super(Urls.DEVICES + "/" + deviceIdentity);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy