Class NotificationApi
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<NotificationViewAffiliate> markAsRead(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) Mark As Read Mark notification as read.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> markAsReadWithHttpInfo(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) Mark As Read Mark notification as read.org.springframework.web.reactive.function.client.WebClient.ResponseSpecmarkAsReadWithResponseSpec(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) Mark As Read Mark notification as read.reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeNotification(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove notification specified by its identifier.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeNotificationWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove notification specified by its identifier.org.springframework.web.reactive.function.client.WebClient.ResponseSpecremoveNotificationWithResponseSpec(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Delete Notification Remove notification specified by its identifier.voidsetApiClient(ApiClient apiClient) reactor.core.publisher.Mono<NotificationViewAffiliate> showNotifications(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Flux<NotificationViewAffiliate> showNotifications1(String companyIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<NotificationViewAffiliate>>> showNotifications1WithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowNotifications1WithResponseSpec(String companyIdentifier, String winkVersion, String accept) Show Notifications Retrieve all the messages for this companyreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> showNotificationsWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowNotificationsWithResponseSpec(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) Show Notification Retrieve messages for a specific company by IDreactor.core.publisher.Mono<CountResponseAffiliate> showUnreadMessageCount(String companyIdentifier, String winkVersion, String accept) Show Unread Count Retrieve count of unread messagesreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseAffiliate>> showUnreadMessageCountWithHttpInfo(String companyIdentifier, String winkVersion, String accept) Show Unread Count Retrieve count of unread messagesorg.springframework.web.reactive.function.client.WebClient.ResponseSpecshowUnreadMessageCountWithResponseSpec(String companyIdentifier, String winkVersion, String accept) Show Unread Count Retrieve count of unread messages
-
Constructor Details
-
NotificationApi
public NotificationApi() -
NotificationApi
-
-
Method Details
-
getApiClient
-
setApiClient
-
markAsRead
public reactor.core.publisher.Mono<NotificationViewAffiliate> markAsRead(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Mark As Read Mark notification as read.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Mark message as read that belongs to this company identifiermessageIdentifier- Message identifier to be marked as readbody- Empty request bodywinkVersion- The winkVersion parameter- Returns:
- NotificationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
markAsReadWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> markAsReadWithHttpInfo(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Mark As Read Mark notification as read.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Mark message as read that belongs to this company identifiermessageIdentifier- Message identifier to be marked as readbody- Empty request bodywinkVersion- The winkVersion parameter- Returns:
- ResponseEntity<NotificationViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
markAsReadWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec markAsReadWithResponseSpec(String companyIdentifier, String messageIdentifier, Object body, String winkVersion) throws org.springframework.web.reactive.function.client.WebClientResponseException Mark As Read Mark notification as read.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Mark message as read that belongs to this company identifiermessageIdentifier- Message identifier to be marked as readbody- Empty request bodywinkVersion- The winkVersion parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeNotification
public reactor.core.publisher.Mono<RemoveEntryResponseAffiliate> removeNotification(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Notification Remove notification specified by its identifier.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove a message that belongs to this company identifiermessageIdentifier- Message identifier to be removedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- RemoveEntryResponseAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeNotificationWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<RemoveEntryResponseAffiliate>> removeNotificationWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Notification Remove notification specified by its identifier.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove a message that belongs to this company identifiermessageIdentifier- Message identifier to be removedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<RemoveEntryResponseAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
removeNotificationWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec removeNotificationWithResponseSpec(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Delete Notification Remove notification specified by its identifier.500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Remove a message that belongs to this company identifiermessageIdentifier- Message identifier to be removedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotifications
public reactor.core.publisher.Mono<NotificationViewAffiliate> showNotifications(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notification Retrieve messages for a specific company by ID500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Retrieve a message for this company identifiermessageIdentifier- Message identifier to be retrievedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- NotificationViewAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotificationsWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<NotificationViewAffiliate>> showNotificationsWithHttpInfo(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notification Retrieve messages for a specific company by ID500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Retrieve a message for this company identifiermessageIdentifier- Message identifier to be retrievedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<NotificationViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotificationsWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showNotificationsWithResponseSpec(String companyIdentifier, String messageIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notification Retrieve messages for a specific company by ID500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Retrieve a message for this company identifiermessageIdentifier- Message identifier to be retrievedwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotifications1
public reactor.core.publisher.Flux<NotificationViewAffiliate> showNotifications1(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notifications Retrieve all the messages for this company500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show all messages for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- List<NotificationViewAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotifications1WithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<List<NotificationViewAffiliate>>> showNotifications1WithHttpInfo(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notifications Retrieve all the messages for this company500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show all messages for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<List<NotificationViewAffiliate>>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showNotifications1WithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showNotifications1WithResponseSpec(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Notifications Retrieve all the messages for this company500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show all messages for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUnreadMessageCount
public reactor.core.publisher.Mono<CountResponseAffiliate> showUnreadMessageCount(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Unread Count Retrieve count of unread messages500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show unread message count for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- CountResponseAffiliate
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUnreadMessageCountWithHttpInfo
public reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<CountResponseAffiliate>> showUnreadMessageCountWithHttpInfo(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Unread Count Retrieve count of unread messages500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show unread message count for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseEntity<CountResponseAffiliate>
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-
showUnreadMessageCountWithResponseSpec
public org.springframework.web.reactive.function.client.WebClient.ResponseSpec showUnreadMessageCountWithResponseSpec(String companyIdentifier, String winkVersion, String accept) throws org.springframework.web.reactive.function.client.WebClientResponseException Show Unread Count Retrieve count of unread messages500 - Internal Server Error
403 - Forbidden
401 - Unauthorized
400 - Bad Request
200 - OK
- Parameters:
companyIdentifier- Show unread message count for this company identifierwinkVersion- The winkVersion parameteraccept- The accept parameter- Returns:
- ResponseSpec
- Throws:
org.springframework.web.reactive.function.client.WebClientResponseException- if an error occurs while attempting to invoke the API
-