default BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.batchChannelMemberships(Consumer<BatchChannelMemberships.Builder> batchChannelMemberships) |
The list of channel memberships in the response.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.batchChannelMemberships(BatchChannelMemberships batchChannelMemberships) |
The list of channel memberships in the response.
|
static BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.builder() |
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(Collection<BatchCreateChannelMembershipError> errors) |
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(Consumer<BatchCreateChannelMembershipError.Builder>... errors) |
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.Builder.errors(BatchCreateChannelMembershipError... errors) |
If the action fails for one or more of the memberships in the request, a list of the memberships is returned,
along with error codes and error messages.
|
BatchCreateChannelMembershipResponse.Builder |
BatchCreateChannelMembershipResponse.toBuilder() |
|