public class Notifications extends Object
| Constructor and Description |
|---|
Notifications(CloudHubConnection cloudHubConnection) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> |
get(String domain,
int limit,
int offset,
String status,
String search) |
CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> |
post(InputStream notification) |
CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> |
put(String notificationId,
String notificationStatus) |
public Notifications(CloudHubConnection cloudHubConnection)
public CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> get(String domain, int limit, int offset, String status, String search)
public CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> post(InputStream notification)
public CompletableFuture<org.mule.runtime.http.api.domain.message.response.HttpResponse> put(String notificationId, String notificationStatus)
Copyright © 2023 MuleSoft, Inc.. All rights reserved.