Skip to content

Commit 826c8dc

Browse files
Updates samples
1 parent fd35e20 commit 826c8dc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+149
-13
lines changed

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/auth/Authentication.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
import org.springframework.http.HttpHeaders;
1717
import org.springframework.util.MultiValueMap;
1818

19+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.13.0-SNAPSHOT")
1920
public interface Authentication {
2021
/**
2122
* Apply authentication settings to header and / or query parameters.
23+
*
2224
* @param queryParams The query parameters for the request
2325
* @param headerParams The header parameters for the request
2426
* @param cookieParams The cookie parameters for the request
2527
*/
26-
public void applyToParams(MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams);
28+
void applyToParams(MultiValueMap<String, String> queryParams, HttpHeaders headerParams, MultiValueMap<String, String> cookieParams);
2729
}

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/AdditionalPropertiesClass.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public void setMapOfMapProperty(@jakarta.annotation.Nullable Map<String, Map<Str
111111
this.mapOfMapProperty = mapOfMapProperty;
112112
}
113113

114+
114115
@Override
115116
public boolean equals(Object o) {
116117
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/AllOfWithSingleRef.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ public void setSingleRefType(@jakarta.annotation.Nullable SingleRefType singleRe
9494
this.singleRefType = singleRefType;
9595
}
9696

97+
9798
@Override
9899
public boolean equals(Object o) {
99100
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/Animal.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ public void setColor(@jakarta.annotation.Nullable String color) {
106106
this.color = color;
107107
}
108108

109+
109110
@Override
110111
public boolean equals(Object o) {
111112
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/ArrayOfArrayOfNumberOnly.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public void setArrayArrayNumber(@jakarta.annotation.Nullable List<List<BigDecima
7575
this.arrayArrayNumber = arrayArrayNumber;
7676
}
7777

78+
7879
@Override
7980
public boolean equals(Object o) {
8081
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/ArrayOfNumberOnly.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public void setArrayNumber(@jakarta.annotation.Nullable List<BigDecimal> arrayNu
7575
this.arrayNumber = arrayNumber;
7676
}
7777

78+
7879
@Override
7980
public boolean equals(Object o) {
8081
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/ArrayTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ public void setArrayArrayOfModel(@jakarta.annotation.Nullable List<List<ReadOnly
151151
this.arrayArrayOfModel = arrayArrayOfModel;
152152
}
153153

154+
154155
@Override
155156
public boolean equals(Object o) {
156157
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/Capitalization.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ public void setATTNAME(@jakarta.annotation.Nullable String ATT_NAME) {
213213
this.ATT_NAME = ATT_NAME;
214214
}
215215

216+
216217
@Override
217218
public boolean equals(Object o) {
218219
if (this == o) {

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/Cat.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ public void setDeclawed(@jakarta.annotation.Nullable Boolean declawed) {
7474
this.declawed = declawed;
7575
}
7676

77+
7778
@Override
7879
public Cat className(@jakarta.annotation.Nonnull String className) {
7980
this.setClassName(className);

samples/client/petstore/java/restclient-useSingleRequestParameter-static/src/main/java/org/openapitools/client/model/Category.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ public void setName(@jakarta.annotation.Nonnull String name) {
9393
this.name = name;
9494
}
9595

96+
9697
@Override
9798
public boolean equals(Object o) {
9899
if (this == o) {

0 commit comments

Comments
 (0)