-
- All Implemented Interfaces:
public class VerizonMediaExternalId
The Verizon Media external identifier.
-
-
Field Summary
Fields Modifier and Type Field Description private final String
userId
private final Array<String>
externalId
-
Constructor Summary
Constructors Constructor Description VerizonMediaExternalId(String userId, String externalId)
Creates a VerizonMediaExternalId with a single external identifier. VerizonMediaExternalId(String userId, Array<String> externalId)
Creates a VerizonMediaExternalId with multiple external identifiers.
-