Package com.tridion.webservices.odata.builders

Examples of com.tridion.webservices.odata.builders.PageEntryBuilder


public class QueryPageResolver extends ResolverBase {

  private final Logger log = LoggerFactory.getLogger(QueryPageResolver.class);

  public QueryPageResolver(ODataInputElement oDataInputElement) {
    super(oDataInputElement, new PageEntryBuilder());
  }
View Full Code Here

TOP

Related Classes of com.tridion.webservices.odata.builders.PageEntryBuilder

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.