package com.linkedin.restli.examples.greetings.client; import javax.annotation.Generated; import com.linkedin.restli.client.RestliRequestOptions; import com.linkedin.restli.client.base.BatchGetEntityRequestBuilderBase; import com.linkedin.restli.common.ComplexResourceKey; import com.linkedin.restli.common.ResourceSpec; import com.linkedin.restli.examples.greetings.api.ComplexArray; import com.linkedin.restli.examples.greetings.api.Greeting; @Generated(value = "com.linkedin.pegasus.generator.JavaCodeUtil", comments = "Rest.li Request Builder", date = "Thu Mar 31 14:16:21 PDT 2016") public class ComplexArrayBatchGetRequestBuilder extends BatchGetEntityRequestBuilderBase<ComplexResourceKey<ComplexArray, ComplexArray> , Greeting, ComplexArrayBatchGetRequestBuilder> { public ComplexArrayBatchGetRequestBuilder(String baseUriTemplate, ResourceSpec resourceSpec, RestliRequestOptions requestOptions) { super(baseUriTemplate, resourceSpec, requestOptions); } }