public static final class RemoveGroupRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
RemoveGroupRequest |
build() |
RemoveGroupRequest.Builder |
businessChannel(String businessChannel)
BusinessChannel.
|
RemoveGroupRequest.Builder |
groupId(String groupId)
The ID of the user group to be deleted.
|
RemoveGroupRequest.Builder |
groupIds(List<String> groupIds)
The IDs of the user groups to be deleted.
|
public RemoveGroupRequest.Builder businessChannel(String businessChannel)
public RemoveGroupRequest.Builder groupId(String groupId)
The ID of the user group to be deleted.
example:ug-12341234****
public RemoveGroupRequest.Builder groupIds(List<String> groupIds)
The IDs of the user groups to be deleted.
public RemoveGroupRequest build()
Copyright © 2026. All rights reserved.