Package 

Class VerizonMediaExternalId

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getUserId() The user identifier.
      Array<String> getExternalId() A list of external identifiers.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerizonMediaExternalId

        VerizonMediaExternalId(String userId, String externalId)
        Creates a VerizonMediaExternalId with a single external identifier.
        Parameters:
        userId - The identifier of the user.
        externalId - The external identifier.
      • VerizonMediaExternalId

        VerizonMediaExternalId(String userId, Array<String> externalId)
        Creates a VerizonMediaExternalId with multiple external identifiers.
        Parameters:
        userId - The identifier of the user.
        externalId - The external identifiers.