398399400401402403404405406
return interestingnessInterface; } public LicensesInterface getLicensesInterface() { if (licensesInterface == null) { licensesInterface = new LicensesInterface(apiKey, sharedSecret, transport); } return licensesInterface; }