196197198199200201202203204205206
throw new UnsupportedOperationException(); } @Override protected SchemaProvider createSchemas() { return new ConversationSchemas(); } }; } @Override
85868788899091
this.otherParticipants = otherParticipants; } @Override protected SchemaProvider createSchemas() { return new ConversationSchemas(); }
574575576577578579580581582583584
throw new UnsupportedOperationException(); } @Override protected SchemaProvider createSchemas() { return new ConversationSchemas(); } @Override protected Builder installDoodads(Builder doodads) { doodads = super.installDoodads(doodads);
186187188189190191192193194195196
77787980818283
this.profiles = profiles; } @Override protected SchemaProvider createSchemas() { return new ConversationSchemas(); }