ListOnCallNotificationRulesResponse |
OnCallApi.listUserNotificationRules(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|
CompletableFuture<ListOnCallNotificationRulesResponse> |
OnCallApi.listUserNotificationRulesAsync(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|
ApiResponse<ListOnCallNotificationRulesResponse> |
OnCallApi.listUserNotificationRulesWithHttpInfo(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List the notification rules for a user.
|
CompletableFuture<ApiResponse<ListOnCallNotificationRulesResponse>> |
OnCallApi.listUserNotificationRulesWithHttpInfoAsync(String userId,
OnCallApi.ListUserNotificationRulesOptionalParameters parameters)
List On-Call notification rules for a user.
|