package com.conference.app.lib.network.jsonkeys; public interface SpeakerKeys { String PARENT_KEY = "speakers"; String UNIQUE_ID = "uniqueId"; String DISPLAY_NAME = "displayName"; String FIRST_NAME = "firstName"; String LAST_NAME = "lastName"; String COMPANY = "company"; String DETAILS = "details"; String IMAGE = "image"; String URL = "url"; String EMAIL = "email"; String TWITTER_ACCOUNT = "twitterAccount"; String TWITTER = "twitter"; }