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

94 строки
6.6 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.communication.common.UnknownIdentifier"
fullName: "com.azure.communication.common.UnknownIdentifier"
name: "UnknownIdentifier"
nameWithType: "UnknownIdentifier"
summary: "Catch-all for all other Communication identifiers for Communication Services"
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.equals(java.lang.Object)?alt=com.azure.communication.common.CommunicationIdentifier.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.fromRawId(java.lang.String)?alt=com.azure.communication.common.CommunicationIdentifier.fromRawId&text=fromRawId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.getRawId()?alt=com.azure.communication.common.CommunicationIdentifier.getRawId&text=getRawId\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.hashCode()?alt=com.azure.communication.common.CommunicationIdentifier.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.communication.common.CommunicationIdentifier.setRawId(java.lang.String)?alt=com.azure.communication.common.CommunicationIdentifier.setRawId&text=setRawId\" data-throw-if-not-resolved=\"False\" />"
- 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#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#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 **UnknownIdentifier**</br> extends <xref href=\"com.azure.communication.common.CommunicationIdentifier?alt=com.azure.communication.common.CommunicationIdentifier&text=CommunicationIdentifier\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.communication.common.UnknownIdentifier.UnknownIdentifier(java.lang.String)"
fullName: "com.azure.communication.common.UnknownIdentifier.UnknownIdentifier(String id)"
name: "UnknownIdentifier(String id)"
nameWithType: "UnknownIdentifier.UnknownIdentifier(String id)"
summary: "Creates an Unknown<wbr>Identifier object"
parameters:
- description: "the string identifier representing the identity"
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UnknownIdentifier(String id)"
desc: "Creates an UnknownIdentifier object"
methods:
- uid: "com.azure.communication.common.UnknownIdentifier.equals(java.lang.Object)"
fullName: "com.azure.communication.common.UnknownIdentifier.equals(Object that)"
name: "equals(Object that)"
nameWithType: "UnknownIdentifier.equals(Object that)"
overridden: "com.azure.communication.common.CommunicationIdentifier.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.UnknownIdentifier.getId()"
fullName: "com.azure.communication.common.UnknownIdentifier.getId()"
name: "getId()"
nameWithType: "UnknownIdentifier.getId()"
summary: "Get id of this identifier"
syntax: "public String getId()"
desc: "Get id of this identifier"
returns:
description: "id of this identifier"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.communication.common.UnknownIdentifier.hashCode()"
fullName: "com.azure.communication.common.UnknownIdentifier.hashCode()"
name: "hashCode()"
nameWithType: "UnknownIdentifier.hashCode()"
overridden: "com.azure.communication.common.CommunicationIdentifier.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.UnknownIdentifier.setRawId(java.lang.String)"
fullName: "com.azure.communication.common.UnknownIdentifier.setRawId(String rawId)"
name: "setRawId(String rawId)"
nameWithType: "UnknownIdentifier.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"
overridden: "com.azure.communication.common.CommunicationIdentifier.setRawId(java.lang.String)"
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 UnknownIdentifier 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: "UnknownIdentifier object itself"
type: "<xref href=\"com.azure.communication.common.UnknownIdentifier?alt=com.azure.communication.common.UnknownIdentifier&text=UnknownIdentifier\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Catch-all for all other Communication identifiers for Communication Services"
metadata: {}
package: "com.azure.communication.common"
artifact: com.azure:azure-communication-common:1.3.8