UnknownIdentifier Class
- java.
lang. Object - com.
azure. communication. common. CommunicationIdentifier - com.
azure. communication. common. UnknownIdentifier
- com.
- com.
public final class UnknownIdentifier
extends CommunicationIdentifier
Catch-all for all other Communication identifiers for Communication Services
Constructor Summary
Constructor | Description |
---|---|
UnknownIdentifier(String id) |
Creates an Unknown |
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object that) |
String |
getId()
Get id of this identifier |
int | hashCode() |
protected
Unknown |
setRawId(String rawId)
Set full id of the identifier Raw |
Methods inherited from CommunicationIdentifier
Methods inherited from java.lang.Object
Constructor Details
UnknownIdentifier
public UnknownIdentifier(String id)
Creates an UnknownIdentifier object
Parameters:
Method Details
equals
public boolean equals(Object that)
Overrides:
UnknownIdentifier.equals(Object that)Parameters:
getId
public String getId()
Get id of this identifier
Returns:
hashCode
public int hashCode()
Overrides:
UnknownIdentifier.hashCode()setRawId
protected UnknownIdentifier setRawId(String rawId)
Set full id of the identifier RawId is the encoded format for identifiers to store in databases or as stable keys in general.
Overrides:
UnknownIdentifier.setRawId(String rawId)Parameters:
Returns:
Applies to
Azure SDK for Java