Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -289,8 +289,8 @@ public class ApiClient {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g {{{basePath}}}
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g {{{basePath}}})
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -338,7 +338,7 @@ public class ApiClient {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://localhost:3000
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://localhost:3000)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -209,7 +209,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://localhost
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://localhost)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -205,7 +205,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://localhost
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://localhost)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -205,7 +205,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://localhost:8082
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://localhost:8082)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -205,7 +205,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -285,7 +285,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -298,7 +298,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -284,7 +284,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -287,7 +287,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -281,7 +281,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,8 @@ public String getBasePath() {
/**
* Set base path
*
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2
* @return An instance of OkHttpClient
* @param basePath Base path of the URL (e.g http://petstore.swagger.io:80/v2)
* @return An instance of ApiClient
*/
public ApiClient setBasePath(String basePath) {
this.basePath = basePath;
Expand Down Expand Up @@ -333,7 +333,7 @@ public OkHttpClient getHttpClient() {
* Set HTTP client, which must never be null.
*
* @param newHttpClient An instance of OkHttpClient
* @return Api Client
* @return ApiClient
* @throws java.lang.NullPointerException when newHttpClient is null
*/
public ApiClient setHttpClient(OkHttpClient newHttpClient) {
Expand Down
Loading