File tree Expand file tree Collapse file tree
jersey2-java8-localdatetime/docs
microprofile-rest-client-3.0-jackson/docs
microprofile-rest-client-3.0/docs
microprofile-rest-client/docs
okhttp-gson-dynamicOperations/docs
okhttp-gson-parcelableModel/docs
restclient-useSingleRequestParameter-static/docs
restclient-useSingleRequestParameter/docs
resttemplate-withXml/docs
vertx-supportVertxFuture/docs
webclient-useSingleRequestParameter/docs Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ public class Example {
261261 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
262262
263263 PetApi apiInstance = new PetApi (defaultClient);
264- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
264+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
265265 try {
266266 Set<Pet > result = apiInstance. findPetsByTags(tags);
267267 System . out. println(result);
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ public class Example {
261261 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
262262
263263 PetApi apiInstance = new PetApi (defaultClient);
264- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
264+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
265265 try {
266266 Set<Pet > result = apiInstance. findPetsByTags(tags);
267267 System . out. println(result);
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ public class Example {
261261 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
262262
263263 PetApi apiInstance = new PetApi (defaultClient);
264- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
264+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
265265 try {
266266 Set<Pet > result = apiInstance. findPetsByTags(tags);
267267 System . out. println(result);
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ public class Example {
257257 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
258258
259259 PetApi apiInstance = new PetApi (defaultClient);
260- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
260+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
261261 try {
262262 Set<Pet > result = apiInstance. findPetsByTags(tags);
263263 System . out. println(result);
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ public class Example {
254254 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
255255
256256 PetApi apiInstance = new PetApi (defaultClient);
257- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
257+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
258258 try {
259259 Set<Pet > result = apiInstance. findPetsByTags(tags);
260260 System . out. println(result);
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ public class Example {
254254 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
255255
256256 PetApi apiInstance = new PetApi (defaultClient);
257- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
257+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
258258 try {
259259 Set<Pet > result = apiInstance. findPetsByTags(tags);
260260 System . out. println(result);
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ public class Example {
263263 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
264264
265265 PetApi apiInstance = new PetApi (defaultClient);
266- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
266+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
267267 try {
268268 Set<Pet > result = apiInstance. findPetsByTags(tags);
269269 System . out. println(result);
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ public class Example {
263263 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
264264
265265 PetApi apiInstance = new PetApi (defaultClient);
266- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
266+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
267267 try {
268268 Set<Pet > result = apiInstance. findPetsByTags(tags);
269269 System . out. println(result);
Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ public class Example {
263263 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
264264
265265 PetApi apiInstance = new PetApi (defaultClient);
266- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
266+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
267267 try {
268268 Set<Pet > result = apiInstance. findPetsByTags(tags);
269269 System . out. println(result);
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ public class Example {
243243 petstore_auth. setAccessToken(" YOUR ACCESS TOKEN" );
244244
245245 PetApi apiInstance = new PetApi (defaultClient);
246- Set<String > tags = new LinkedHashSet<> (); // Set<String> | Tags to filter by
246+ Set<String > tags = Arrays . asList (); // Set<String> | Tags to filter by
247247 try {
248248 Set<Pet > result = apiInstance. findPetsByTags(tags);
249249 System . out. println(result);
You can’t perform that action at this time.
0 commit comments