Skip to content

Commit

Permalink
Updating Java SDK to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
Release Pipeline committed Jan 26, 2023
1 parent ed026bd commit a2c9c0e
Show file tree
Hide file tree
Showing 166 changed files with 53,707 additions and 3,871 deletions.
289 changes: 144 additions & 145 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

146 changes: 64 additions & 82 deletions README.md

Large diffs are not rendered by default.

13,926 changes: 10,377 additions & 3,549 deletions api/openapi.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'com.lodgea'
version = '1.0.2'
version = ''

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "com.lodgea",
name := "lodgea",
version := "1.0.2",
version := "",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
59 changes: 59 additions & 0 deletions docs/AvailabilitySearchPost200Response.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@


# AvailabilitySearchPost200Response


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**languageCode** | [**LanguageCodeEnum**](#LanguageCodeEnum) | The language code of the language in which the descriptive texts for each found property are returned.<p>Please note that beside the general restrictions listed below only languages configured during system setup for your respective tenant are allowed.</p><p>See also <a href=\"#isolanguage-codes\">in the appendix</a>.</p> | |
|**_list** | [**List<AvailablePropertiesInner1>**](AvailablePropertiesInner1.md) | A list of available properties matching the given criteria. | |



## Enum: LanguageCodeEnum

| Name | Value |
|---- | -----|
| AF | "af" |
| AR | "ar" |
| BG | "bg" |
| CA | "ca" |
| CS | "cs" |
| DA | "da" |
| DE | "de" |
| EL | "el" |
| EN | "en" |
| ES | "es" |
| ET | "et" |
| FI | "fi" |
| FR | "fr" |
| HE | "he" |
| HI | "hi" |
| HR | "hr" |
| HU | "hu" |
| ID | "id" |
| IS | "is" |
| IT | "it" |
| JA | "ja" |
| KO | "ko" |
| LT | "lt" |
| LV | "lv" |
| NL | "nl" |
| NO | "no" |
| PL | "pl" |
| PT | "pt" |
| RO | "ro" |
| RU | "ru" |
| SK | "sk" |
| SL | "sl" |
| SR | "sr" |
| SV | "sv" |
| TH | "th" |
| TR | "tr" |
| VI | "vi" |
| ZH | "zh" |



Loading

0 comments on commit a2c9c0e

Please sign in to comment.