azure-docs-sdk-java/docs-ref-autogen/com.azure.communication.cha...

118 строки
7.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.chat.models.ChatThreadItem"
fullName: "com.azure.communication.chat.models.ChatThreadItem"
name: "ChatThreadItem"
nameWithType: "ChatThreadItem"
summary: "Summary information of a chat thread."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **ChatThreadItem**"
constructors:
- uid: "com.azure.communication.chat.models.ChatThreadItem.ChatThreadItem()"
fullName: "com.azure.communication.chat.models.ChatThreadItem.ChatThreadItem()"
name: "ChatThreadItem()"
nameWithType: "ChatThreadItem.ChatThreadItem()"
syntax: "public ChatThreadItem()"
methods:
- uid: "com.azure.communication.chat.models.ChatThreadItem.getDeletedOn()"
fullName: "com.azure.communication.chat.models.ChatThreadItem.getDeletedOn()"
name: "getDeletedOn()"
nameWithType: "ChatThreadItem.getDeletedOn()"
summary: "Get the deleted<wbr>On property: The timestamp when the chat thread was deleted."
syntax: "public OffsetDateTime getDeletedOn()"
desc: "Get the deletedOn property: The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: \\`yyyy-MM-ddTHH:mm:ssZ\\`."
returns:
description: "the deletedOn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.communication.chat.models.ChatThreadItem.getId()"
fullName: "com.azure.communication.chat.models.ChatThreadItem.getId()"
name: "getId()"
nameWithType: "ChatThreadItem.getId()"
summary: "Get the id property: Chat thread id."
syntax: "public String getId()"
desc: "Get the id property: Chat thread id."
returns:
description: "the id value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.chat.models.ChatThreadItem.getLastMessageReceivedOn()"
fullName: "com.azure.communication.chat.models.ChatThreadItem.getLastMessageReceivedOn()"
name: "getLastMessageReceivedOn()"
nameWithType: "ChatThreadItem.getLastMessageReceivedOn()"
summary: "Get the last<wbr>Message<wbr>Received<wbr>On property: The timestamp when the last message arrived at the server."
syntax: "public OffsetDateTime getLastMessageReceivedOn()"
desc: "Get the lastMessageReceivedOn property: The timestamp when the last message arrived at the server. The timestamp is in RFC3339 format: \\`yyyy-MM-ddTHH:mm:ssZ\\`."
returns:
description: "the lastMessageReceivedOn value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.communication.chat.models.ChatThreadItem.getTopic()"
fullName: "com.azure.communication.chat.models.ChatThreadItem.getTopic()"
name: "getTopic()"
nameWithType: "ChatThreadItem.getTopic()"
summary: "Get the topic property: Chat thread topic."
syntax: "public String getTopic()"
desc: "Get the topic property: Chat thread topic."
returns:
description: "the topic value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.chat.models.ChatThreadItem.setDeletedOn(java.time.OffsetDateTime)"
fullName: "com.azure.communication.chat.models.ChatThreadItem.setDeletedOn(OffsetDateTime deletedOn)"
name: "setDeletedOn(OffsetDateTime deletedOn)"
nameWithType: "ChatThreadItem.setDeletedOn(OffsetDateTime deletedOn)"
summary: "Set the deleted<wbr>On property: The timestamp when the chat thread was deleted."
parameters:
- description: "the deletedOn value to set."
name: "deletedOn"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public ChatThreadItem setDeletedOn(OffsetDateTime deletedOn)"
desc: "Set the deletedOn property: The timestamp when the chat thread was deleted. The timestamp is in RFC3339 format: \\`yyyy-MM-ddTHH:mm:ssZ\\`."
returns:
description: "the ChatThreadItem object itself."
type: "<xref href=\"com.azure.communication.chat.models.ChatThreadItem?alt=com.azure.communication.chat.models.ChatThreadItem&text=ChatThreadItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.chat.models.ChatThreadItem.setId(java.lang.String)"
fullName: "com.azure.communication.chat.models.ChatThreadItem.setId(String id)"
name: "setId(String id)"
nameWithType: "ChatThreadItem.setId(String id)"
summary: "Set the id property: Chat thread id."
parameters:
- description: "the id value to set."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ChatThreadItem setId(String id)"
desc: "Set the id property: Chat thread id."
returns:
description: "the ChatThreadItem object itself."
type: "<xref href=\"com.azure.communication.chat.models.ChatThreadItem?alt=com.azure.communication.chat.models.ChatThreadItem&text=ChatThreadItem\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.communication.chat.models.ChatThreadItem.setTopic(java.lang.String)"
fullName: "com.azure.communication.chat.models.ChatThreadItem.setTopic(String topic)"
name: "setTopic(String topic)"
nameWithType: "ChatThreadItem.setTopic(String topic)"
summary: "Set the topic property: Chat thread topic."
parameters:
- description: "the topic value to set."
name: "topic"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ChatThreadItem setTopic(String topic)"
desc: "Set the topic property: Chat thread topic."
returns:
description: "the ChatThreadItem object itself."
type: "<xref href=\"com.azure.communication.chat.models.ChatThreadItem?alt=com.azure.communication.chat.models.ChatThreadItem&text=ChatThreadItem\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Summary information of a chat thread."
metadata: {}
package: "com.azure.communication.chat.models"
artifact: com.azure:azure-communication-chat:1.3.6