Package com.lbslocal.api.objects.external

Examples of com.lbslocal.api.objects.external.AddressOptions


 
  private AddressFinderTest givenADefaultSearchOptions() {
    ResultRange resultRange = new ResultRange();
    resultRange.setPageIndex(0);
    resultRange.setRecordsPerPage(0);
    this.options = new AddressOptions();
    this.options.setUsePhonetic(true);
    this.options.setSearchType("2");
    this.options.setResultRange(resultRange);
    return this;
  }
View Full Code Here

TOP

Related Classes of com.lbslocal.api.objects.external.AddressOptions

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.