Uses of Class
com.slack.api.model.CallParticipant.CallParticipantBuilder
-
Packages that use CallParticipant.CallParticipantBuilder Package Description com.slack.api.model The classes representing the Slack core objects such as conversations, messages, users, blocks, and surfaces. -
-
Uses of CallParticipant.CallParticipantBuilder in com.slack.api.model
Methods in com.slack.api.model that return CallParticipant.CallParticipantBuilder Modifier and Type Method Description CallParticipant.CallParticipantBuilderCallParticipant.CallParticipantBuilder. avatarUrl(String avatarUrl)static CallParticipant.CallParticipantBuilderCallParticipant. builder()CallParticipant.CallParticipantBuilderCallParticipant.CallParticipantBuilder. displayName(String displayName)CallParticipant.CallParticipantBuilderCallParticipant.CallParticipantBuilder. externalId(String externalId)CallParticipant.CallParticipantBuilderCallParticipant.CallParticipantBuilder. slackId(String slackId)
-