Package com.netflix.recipes.rss.impl

Examples of com.netflix.recipes.rss.impl.SubscriptionsImpl


            if (rss.getItems() != null && !rss.getItems().isEmpty()) {
                feeds.add(rss);
            }
        }

        return new SubscriptionsImpl(userId, feeds);
    }
View Full Code Here

TOP

Related Classes of com.netflix.recipes.rss.impl.SubscriptionsImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.