public class InstallationManagementEndpoint extends Object
| Constructor and Description |
|---|
InstallationManagementEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
findInstallation(String variantId,
String installationId) |
javax.ws.rs.core.Response |
findInstallations(String variantId,
Integer page,
Integer pageSize,
javax.ws.rs.core.UriInfo uri) |
javax.ws.rs.core.Response |
removeInstallation(String variantId,
String installationId) |
javax.ws.rs.core.Response |
updateInstallation(org.jboss.aerogear.unifiedpush.api.Installation entity,
String variantId,
String installationId) |
public javax.ws.rs.core.Response findInstallations(String variantId, Integer page, Integer pageSize, @Context javax.ws.rs.core.UriInfo uri)
public javax.ws.rs.core.Response findInstallation(String variantId, String installationId)
public javax.ws.rs.core.Response updateInstallation(org.jboss.aerogear.unifiedpush.api.Installation entity,
String variantId,
String installationId)
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.