97 строки
6.0 KiB
YAML
97 строки
6.0 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.communication.common.CommunicationIdentifier"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier"
|
|
name: "CommunicationIdentifier"
|
|
nameWithType: "CommunicationIdentifier"
|
|
summary: "Common communication identifier for Communication Services"
|
|
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 abstract class **CommunicationIdentifier**"
|
|
constructors:
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.CommunicationIdentifier()"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.CommunicationIdentifier()"
|
|
name: "CommunicationIdentifier()"
|
|
nameWithType: "CommunicationIdentifier.CommunicationIdentifier()"
|
|
syntax: "public CommunicationIdentifier()"
|
|
methods:
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.equals(java.lang.Object)"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.equals(Object that)"
|
|
name: "equals(Object that)"
|
|
nameWithType: "CommunicationIdentifier.equals(Object that)"
|
|
overridden: "java.lang.Object.equals(java.lang.Object)"
|
|
parameters:
|
|
- name: "that"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public boolean equals(Object that)"
|
|
returns:
|
|
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.fromRawId(java.lang.String)"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.fromRawId(String rawId)"
|
|
name: "fromRawId(String rawId)"
|
|
nameWithType: "CommunicationIdentifier.fromRawId(String rawId)"
|
|
summary: "When storing raw<wbr>Ids, use this function to restore the identifier that was encoded in the raw<wbr>Id."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "raw id."
|
|
name: "rawId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public static CommunicationIdentifier fromRawId(String rawId)"
|
|
desc: "When storing rawIds, use this function to restore the identifier that was encoded in the rawId."
|
|
returns:
|
|
description: "CommunicationIdentifier"
|
|
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.getRawId()"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.getRawId()"
|
|
name: "getRawId()"
|
|
nameWithType: "CommunicationIdentifier.getRawId()"
|
|
summary: "Returns the raw<wbr>Id for a given Communication<wbr>Identifier."
|
|
syntax: "public String getRawId()"
|
|
desc: "Returns the rawId for a given CommunicationIdentifier. You can use the rawId for encoding the identifier and then use it as a key in a database."
|
|
returns:
|
|
description: "raw id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.hashCode()"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.hashCode()"
|
|
name: "hashCode()"
|
|
nameWithType: "CommunicationIdentifier.hashCode()"
|
|
overridden: "java.lang.Object.hashCode()"
|
|
syntax: "public int hashCode()"
|
|
returns:
|
|
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.communication.common.CommunicationIdentifier.setRawId(java.lang.String)"
|
|
fullName: "com.azure.communication.common.CommunicationIdentifier.setRawId(String rawId)"
|
|
name: "setRawId(String rawId)"
|
|
nameWithType: "CommunicationIdentifier.setRawId(String rawId)"
|
|
summary: "Set full id of the identifier Raw<wbr>Id is the encoded format for identifiers to store in databases or as stable keys in general."
|
|
modifiers:
|
|
- "protected"
|
|
parameters:
|
|
- description: "full id of the identifier"
|
|
name: "rawId"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "protected CommunicationIdentifier setRawId(String rawId)"
|
|
desc: "Set full id of the identifier RawId is the encoded format for identifiers to store in databases or as stable keys in general."
|
|
returns:
|
|
description: "CommunicationIdentifier object itself"
|
|
type: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Common communication identifier for Communication Services"
|
|
metadata: {}
|
|
package: "com.azure.communication.common"
|
|
artifact: com.azure:azure-communication-common:1.3.8
|