TeamNotificationRuleResponse |
TeamsApi.createTeamNotificationRule(String teamId,
TeamNotificationRuleRequest body)
Create team notification rule.
|
CompletableFuture<TeamNotificationRuleResponse> |
TeamsApi.createTeamNotificationRuleAsync(String teamId,
TeamNotificationRuleRequest body)
Create team notification rule.
|
ApiResponse<TeamNotificationRuleResponse> |
TeamsApi.createTeamNotificationRuleWithHttpInfo(String teamId,
TeamNotificationRuleRequest body) |
CompletableFuture<ApiResponse<TeamNotificationRuleResponse>> |
TeamsApi.createTeamNotificationRuleWithHttpInfoAsync(String teamId,
TeamNotificationRuleRequest body)
Create team notification rule.
|
TeamNotificationRuleResponse |
TeamsApi.updateTeamNotificationRule(String teamId,
String ruleId,
TeamNotificationRuleRequest body)
Update team notification rule.
|
CompletableFuture<TeamNotificationRuleResponse> |
TeamsApi.updateTeamNotificationRuleAsync(String teamId,
String ruleId,
TeamNotificationRuleRequest body)
Update team notification rule.
|
ApiResponse<TeamNotificationRuleResponse> |
TeamsApi.updateTeamNotificationRuleWithHttpInfo(String teamId,
String ruleId,
TeamNotificationRuleRequest body) |
CompletableFuture<ApiResponse<TeamNotificationRuleResponse>> |
TeamsApi.updateTeamNotificationRuleWithHttpInfoAsync(String teamId,
String ruleId,
TeamNotificationRuleRequest body)
Update team notification rule.
|