Skip to content

Commit a2afe3d

Browse files
committed
Remove date generation for annoation
1 parent af576b0 commit a2afe3d

File tree

113 files changed

+112
-113
lines changed

Some content is hidden

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

113 files changed

+112
-113
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
FreeClimb API
44
- API version: 1.0.0
5-
- Build date: 2022-10-31T13:04:20.214-05:00[America/Chicago]
65

76
FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.
87

src/main/java/com/github/freeclimbapi/AccountRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* AccountRequest
3434
*/
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
3636
public class AccountRequest {
3737
public static final String SERIALIZED_NAME_ALIAS = "alias";
3838
@SerializedName(SERIALIZED_NAME_ALIAS)

src/main/java/com/github/freeclimbapi/AccountResult.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* AccountResult
3737
*/
38-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
38+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
3939
public class AccountResult {
4040
public static final String SERIALIZED_NAME_URI = "uri";
4141
@SerializedName(SERIALIZED_NAME_URI)

src/main/java/com/github/freeclimbapi/AccountResultAllOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
/**
3434
* AccountResultAllOf
3535
*/
36-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
36+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
3737
public class AccountResultAllOf {
3838
public static final String SERIALIZED_NAME_ACCOUNT_ID = "accountId";
3939
@SerializedName(SERIALIZED_NAME_ACCOUNT_ID)

src/main/java/com/github/freeclimbapi/AddToConference.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
* The `AddToConference` command adds a Participant to a Conference. If this Participant currently is in another Conference, the Participant is first removed from that Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via `AddToConference`.
6060
*/
6161
@ApiModel(description = "The `AddToConference` command adds a Participant to a Conference. If this Participant currently is in another Conference, the Participant is first removed from that Conference. Two Call legs can be bridged together by creating a Conference and adding both Call legs to it via `AddToConference`.")
62-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
62+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
6363
public class AddToConference extends PerclCommand {
6464
public static final String SERIALIZED_NAME_ALLOW_CALL_CONTROL = "allowCallControl";
6565
@SerializedName(SERIALIZED_NAME_ALLOW_CALL_CONTROL)

src/main/java/com/github/freeclimbapi/AddToConferenceAllOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* AddToConferenceAllOf
3434
*/
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
3636
public class AddToConferenceAllOf {
3737
public static final String SERIALIZED_NAME_ALLOW_CALL_CONTROL = "allowCallControl";
3838
@SerializedName(SERIALIZED_NAME_ALLOW_CALL_CONTROL)

src/main/java/com/github/freeclimbapi/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* <p>ApiException class.</p>
2121
*/
2222
@SuppressWarnings("serial")
23-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
23+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
2424
public class ApiException extends Exception {
2525
private int code = 0;
2626
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/github/freeclimbapi/ApplicationList.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
/**
3939
* ApplicationList
4040
*/
41-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
41+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
4242
public class ApplicationList {
4343
public static final String SERIALIZED_NAME_TOTAL = "total";
4444
@SerializedName(SERIALIZED_NAME_TOTAL)

src/main/java/com/github/freeclimbapi/ApplicationListAllOf.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
/**
3737
* ApplicationListAllOf
3838
*/
39-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
39+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
4040
public class ApplicationListAllOf {
4141
public static final String SERIALIZED_NAME_APPLICATIONS = "applications";
4242
@SerializedName(SERIALIZED_NAME_APPLICATIONS)

src/main/java/com/github/freeclimbapi/ApplicationRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* ApplicationRequest
3434
*/
35-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2022-10-31T13:04:20.214-05:00[America/Chicago]")
35+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
3636
public class ApplicationRequest {
3737
public static final String SERIALIZED_NAME_ALIAS = "alias";
3838
@SerializedName(SERIALIZED_NAME_ALIAS)

0 commit comments

Comments
 (0)