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)
Get Installation of specified Variant
|
javax.ws.rs.core.Response |
findInstallations(String variantId,
Integer page,
Integer pageSize,
String search,
javax.ws.rs.core.UriInfo uri)
List Installations of specified Variant
|
javax.ws.rs.core.Response |
removeInstallation(String variantId,
String installationId)
Delete Installation of specified Variant
|
javax.ws.rs.core.Response |
updateInstallation(org.jboss.aerogear.unifiedpush.api.Installation entity,
String variantId,
String installationId)
Update Installation of specified Variant
|
public javax.ws.rs.core.Response findInstallations(String variantId, Integer page, Integer pageSize, String search, @Context javax.ws.rs.core.UriInfo uri)
variantId - id of Variantpage - page numberpageSize - number of items per pagesearch - search queryuri - uriInstallationspublic javax.ws.rs.core.Response findInstallation(String variantId, String installationId)
variantId - id of VariantinstallationId - id of InstallationInstallationpublic javax.ws.rs.core.Response updateInstallation(org.jboss.aerogear.unifiedpush.api.Installation entity,
String variantId,
String installationId)
entity - new info of InstallationvariantId - id of VariantinstallationId - id of InstallationInstallationpublic javax.ws.rs.core.Response removeInstallation(String variantId, String installationId)
variantId - id of VariantinstallationId - id of InstallationCopyright © 2019 JBoss by Red Hat. All rights reserved.