All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gobblin.restli.throttling.PermitsGetRequestBuilder Maven / Gradle / Ivy


package gobblin.restli.throttling;

import javax.annotation.Generated;
import com.linkedin.restli.client.RestliRequestOptions;
import com.linkedin.restli.client.base.GetRequestBuilderBase;
import com.linkedin.restli.common.ComplexResourceKey;
import com.linkedin.restli.common.EmptyRecord;
import com.linkedin.restli.common.ResourceSpec;


/**
 * Request permits from the limiter server. The returned {@link PermitAllocation} specifies the number of permits
 *  that the client can use.
 * 
 */
@Generated(value = "com.linkedin.pegasus.generator.JavaCodeUtil", comments = "Rest.li Request Builder", date = "Tue May 09 09:51:52 PDT 2017")
public class PermitsGetRequestBuilder
    extends GetRequestBuilderBase , PermitAllocation, PermitsGetRequestBuilder>
{


    public PermitsGetRequestBuilder(String baseUriTemplate, ResourceSpec resourceSpec, RestliRequestOptions requestOptions) {
        super(baseUriTemplate, PermitAllocation.class, resourceSpec, requestOptions);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy