Class UnknownIdentifier

java.lang.Object
com.azure.communication.common.CommunicationIdentifier
com.azure.communication.common.UnknownIdentifier

public final class UnknownIdentifier extends CommunicationIdentifier
Catch-all for all other Communication identifiers for Communication Services
  • Constructor Details

    • UnknownIdentifier

      public UnknownIdentifier(String id)
      Creates an UnknownIdentifier object
      Parameters:
      id - the string identifier representing the identity
      Throws:
      IllegalArgumentException - thrown if id parameter fail the validation.
  • Method Details