Class AllExternalIds


  • public abstract class AllExternalIds
    extends Object
    Cache value containing all external IDs.
    • Constructor Detail

      • AllExternalIds

        public AllExternalIds()
    • Method Detail

      • byAccount

        public abstract com.google.common.collect.ImmutableSetMultimap<Account.Id,​ExternalId> byAccount()
      • byEmail

        public abstract com.google.common.collect.ImmutableSetMultimap<String,​ExternalId> byEmail()