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

com.box.restclientv2.requestsbase.ICookie Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package com.box.restclientv2.requestsbase;


/**
 * Interface for API cookie.
 */
public interface ICookie {

    /**
     * Set cookie into API request.
     * 
     * @param request
     *            api request.
     */
    void setCookie(IBoxRequest request);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy