Uses of Class
com.azure.communication.chat.models.ChatParticipant
Packages that use ChatParticipant
Package
Description
Package containing the classes for AzureCommunicationChatService.
Package containing classes for AzureCommunicationChatService.
-
Uses of ChatParticipant in com.azure.communication.chat
Methods in com.azure.communication.chat that return types with arguments of type ChatParticipantModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<ChatParticipant>ChatThreadAsyncClient.listParticipants()Gets the participants of a thread.com.azure.core.http.rest.PagedFlux<ChatParticipant>ChatThreadAsyncClient.listParticipants(ListParticipantsOptions listParticipantsOptions) Gets the participants of a thread.com.azure.core.http.rest.PagedIterable<ChatParticipant>ChatThreadClient.listParticipants()Gets the participants of a thread.com.azure.core.http.rest.PagedIterable<ChatParticipant>ChatThreadClient.listParticipants(ListParticipantsOptions listParticipantsOptions, com.azure.core.util.Context context) Gets the participants of a thread.Methods in com.azure.communication.chat with parameters of type ChatParticipantModifier and TypeMethodDescriptionChatThreadAsyncClient.addParticipant(ChatParticipant participant) Adds a participant to a thread.voidChatThreadClient.addParticipant(ChatParticipant participant) Adds a participant to a thread.ChatThreadAsyncClient.addParticipantWithResponse(ChatParticipant participant) Adds a participant to a thread.com.azure.core.http.rest.Response<Void>ChatThreadClient.addParticipantWithResponse(ChatParticipant participant, com.azure.core.util.Context context) Adds a participant to a thread.Method parameters in com.azure.communication.chat with type arguments of type ChatParticipantModifier and TypeMethodDescriptionChatThreadAsyncClient.addParticipants(Iterable<ChatParticipant> participants) Adds participants to a thread.ChatThreadClient.addParticipants(Iterable<ChatParticipant> participants) Adds participants to a thread.Mono<com.azure.core.http.rest.Response<AddChatParticipantsResult>>ChatThreadAsyncClient.addParticipantsWithResponse(Iterable<ChatParticipant> participants) Adds participants to a thread.com.azure.core.http.rest.Response<AddChatParticipantsResult>ChatThreadClient.addParticipantsWithResponse(Iterable<ChatParticipant> participants, com.azure.core.util.Context context) Adds participants to a thread. -
Uses of ChatParticipant in com.azure.communication.chat.models
Methods in com.azure.communication.chat.models that return ChatParticipantModifier and TypeMethodDescriptionChatParticipant.setCommunicationIdentifier(com.azure.communication.common.CommunicationIdentifier communicationIdentifier) Set the communicationIdentifier property: Identifies a participant in Azure Communication services.ChatParticipant.setDisplayName(String displayName) Set the displayName property: Display name for the chat participant.ChatParticipant.setShareHistoryTime(OffsetDateTime shareHistoryTime) Set the shareHistoryTime property: Time from which the chat history is shared with the chat participant.Methods in com.azure.communication.chat.models that return types with arguments of type ChatParticipantModifier and TypeMethodDescriptionChatMessageContent.getParticipants()Get the participants property: Chat message content for messages of types participantAdded or participantRemoved.CreateChatThreadOptions.getParticipants()Get the participants property: Participants to be added to the chat thread.Methods in com.azure.communication.chat.models with parameters of type ChatParticipantModifier and TypeMethodDescriptionCreateChatThreadOptions.addParticipant(ChatParticipant participant) Adds another participant to the list of participants to create the chat thread withMethod parameters in com.azure.communication.chat.models with type arguments of type ChatParticipantModifier and TypeMethodDescriptionCreateChatThreadOptions.setParticipants(List<ChatParticipant> participants) Set the participants property: Participants to be added to the chat thread.Constructor parameters in com.azure.communication.chat.models with type arguments of type ChatParticipantModifierConstructorDescriptionChatMessageContent(String message, String topic, Iterable<ChatParticipant> participants, com.azure.communication.common.CommunicationIdentifier initiator) Constructs a new ChatMessageContent