diff --git a/docs/CombinedStatus.md b/docs/CombinedStatus.md
index 56822c3..ada5e73 100644
--- a/docs/CombinedStatus.md
+++ b/docs/CombinedStatus.md
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
**commitUrl** | **String** | CommitURL is the API URL for the commit | [optional]
**repository** | [**Repository**](Repository.md) | | [optional]
**sha** | **String** | SHA is the commit SHA this status applies to | [optional]
-**state** | [**StateEnum**](#StateEnum) | State is the overall combined status state pending CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
+**state** | [**StateEnum**](#StateEnum) | State is the overall combined status state pending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
**statuses** | [**List<CommitStatus>**](CommitStatus.md) | Statuses contains all individual commit statuses | [optional]
**totalCount** | **Long** | TotalCount is the total number of statuses | [optional]
**url** | **String** | URL is the API URL for this combined status | [optional]
diff --git a/docs/CommitStatus.md b/docs/CommitStatus.md
index 0eb03aa..a044402 100644
--- a/docs/CommitStatus.md
+++ b/docs/CommitStatus.md
@@ -8,7 +8,7 @@ Name | Type | Description | Notes
**creator** | [**User**](User.md) | | [optional]
**description** | **String** | Description provides a brief description of the status | [optional]
**id** | **Long** | ID is the unique identifier for the commit status | [optional]
-**status** | [**StatusEnum**](#StatusEnum) | State represents the status state (pending, success, error, failure) pending CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
+**status** | [**StatusEnum**](#StatusEnum) | State represents the status state (pending, success, error, failure) pending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
**targetUrl** | **String** | TargetURL is the URL to link to for more details | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]
**url** | **String** | URL is the API URL for this status | [optional]
diff --git a/docs/CreateStatusOption.md b/docs/CreateStatusOption.md
index 6e796e0..667b37a 100644
--- a/docs/CreateStatusOption.md
+++ b/docs/CreateStatusOption.md
@@ -5,7 +5,7 @@ Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**context** | **String** | Context is the unique context identifier for the status | [optional]
**description** | **String** | Description provides a brief description of the status | [optional]
-**state** | [**StateEnum**](#StateEnum) | State represents the status state to set (pending, success, error, failure) pending CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
+**state** | [**StateEnum**](#StateEnum) | State represents the status state to set (pending, success, error, failure) pending CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped | [optional]
**targetUrl** | **String** | TargetURL is the URL to link to for more details | [optional]
diff --git a/docs/MarkdownOption.md b/docs/MarkdownOption.md
index ffe6bd9..975b2b7 100644
--- a/docs/MarkdownOption.md
+++ b/docs/MarkdownOption.md
@@ -3,7 +3,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**context** | **String** | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body | [optional]
-**mode** | **String** | Mode to render (markdown, comment, wiki, file) in: body | [optional]
-**text** | **String** | Text markdown to render in: body | [optional]
-**wiki** | **Boolean** | Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body | [optional]
+**context** | **String** | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} | [optional]
+**mode** | **String** | Mode to render (markdown, comment, wiki, file) | [optional]
+**text** | **String** | Text markdown to render | [optional]
+**wiki** | **Boolean** | Is it a wiki page? (use mode=wiki instead) Deprecated: true | [optional]
diff --git a/docs/MarkupOption.md b/docs/MarkupOption.md
index 08c20aa..d49a9f2 100644
--- a/docs/MarkupOption.md
+++ b/docs/MarkupOption.md
@@ -3,8 +3,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**context** | **String** | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body | [optional]
-**filePath** | **String** | File path for detecting extension in file mode in: body | [optional]
-**mode** | **String** | Mode to render (markdown, comment, wiki, file) in: body | [optional]
-**text** | **String** | Text markup to render in: body | [optional]
-**wiki** | **Boolean** | Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body | [optional]
+**context** | **String** | URL path for rendering issue, media and file links Expected format: /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} | [optional]
+**filePath** | **String** | File path for detecting extension in file mode | [optional]
+**mode** | **String** | Mode to render (markdown, comment, wiki, file) | [optional]
+**text** | **String** | Text markup to render | [optional]
+**wiki** | **Boolean** | Is it a wiki page? (use mode=wiki instead) Deprecated: true | [optional]
diff --git a/docs/Milestone.md b/docs/Milestone.md
index 0486664..20d556f 100644
--- a/docs/Milestone.md
+++ b/docs/Milestone.md
@@ -10,7 +10,7 @@ Name | Type | Description | Notes
**dueOn** | [**Date**](Date.md) | | [optional]
**id** | **Long** | ID is the unique identifier for the milestone | [optional]
**openIssues** | **Long** | OpenIssues is the number of open issues in this milestone | [optional]
-**state** | [**StateEnum**](#StateEnum) | State indicates if the milestone is open or closed open StateOpen StateOpen pr is opened closed StateClosed StateClosed pr is closed | [optional]
+**state** | [**StateEnum**](#StateEnum) | State indicates if the milestone is open or closed open StateOpen pr is opened closed StateClosed pr is closed | [optional]
**title** | **String** | Title is the title of the milestone | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]
diff --git a/docs/NotificationSubject.md b/docs/NotificationSubject.md
index e190908..b871324 100644
--- a/docs/NotificationSubject.md
+++ b/docs/NotificationSubject.md
@@ -6,9 +6,9 @@ Name | Type | Description | Notes
**htmlUrl** | **String** | HTMLURL is the web URL for the notification subject | [optional]
**latestCommentHtmlUrl** | **String** | LatestCommentHTMLURL is the web URL for the latest comment | [optional]
**latestCommentUrl** | **String** | LatestCommentURL is the API URL for the latest comment | [optional]
-**state** | [**StateEnum**](#StateEnum) | State indicates the current state of the notification subject open NotifySubjectStateOpen NotifySubjectStateOpen is an open subject closed NotifySubjectStateClosed NotifySubjectStateClosed is a closed subject merged NotifySubjectStateMerged NotifySubjectStateMerged is a merged pull request | [optional]
+**state** | [**StateEnum**](#StateEnum) | State indicates the current state of the notification subject open NotifySubjectStateOpen is an open subject closed NotifySubjectStateClosed is a closed subject merged NotifySubjectStateMerged is a merged pull request | [optional]
**title** | **String** | Title is the title of the notification subject | [optional]
-**type** | [**TypeEnum**](#TypeEnum) | Type indicates the type of the notification subject Issue NotifySubjectIssue NotifySubjectIssue a issue is subject of an notification Pull NotifySubjectPull NotifySubjectPull a pull is subject of an notification Commit NotifySubjectCommit NotifySubjectCommit a commit is subject of an notification Repository NotifySubjectRepository NotifySubjectRepository a repository is subject of an notification | [optional]
+**type** | [**TypeEnum**](#TypeEnum) | Type indicates the type of the notification subject Issue NotifySubjectIssue a issue is subject of an notification Pull NotifySubjectPull a pull is subject of an notification Commit NotifySubjectCommit a commit is subject of an notification Repository NotifySubjectRepository a repository is subject of an notification | [optional]
**url** | **String** | URL is the API URL for the notification subject | [optional]
diff --git a/docs/PullRequest.md b/docs/PullRequest.md
index 6edf321..82ada82 100644
--- a/docs/PullRequest.md
+++ b/docs/PullRequest.md
@@ -36,7 +36,7 @@ Name | Type | Description | Notes
**requestedReviewers** | [**List<User>**](User.md) | The users requested to review the pull request | [optional]
**requestedReviewersTeams** | [**List<Team>**](Team.md) | The teams requested to review the pull request | [optional]
**reviewComments** | **Long** | number of review comments made on the diff of a PR review (not including comments on commits or issues in a PR) | [optional]
-**state** | [**StateEnum**](#StateEnum) | The current state of the pull request open StateOpen StateOpen pr is opened closed StateClosed StateClosed pr is closed | [optional]
+**state** | [**StateEnum**](#StateEnum) | The current state of the pull request open StateOpen pr is opened closed StateClosed pr is closed | [optional]
**title** | **String** | The title of the pull request | [optional]
**updatedAt** | [**Date**](Date.md) | | [optional]
**url** | **String** | The API URL of the pull request | [optional]
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/CombinedStatus.java b/src/main/java/org/gitnex/tea4j/v2/models/CombinedStatus.java
index 7e98021..6fa615c 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/CombinedStatus.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/CombinedStatus.java
@@ -40,13 +40,11 @@ public class CombinedStatus implements Serializable {
private String sha = null;
/**
- * State is the overall combined status state pending CommitStatusPending CommitStatusPending is
- * for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for
- * when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the
- * CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the
- * CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the
- * CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when
- * CommitStatus is Skipped
+ * State is the overall combined status state pending CommitStatusPending is for when the
+ * CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success
+ * error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is
+ * for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus
+ * is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped
*/
@JsonAdapter(StateEnum.Adapter.class)
public enum StateEnum {
@@ -171,26 +169,22 @@ public class CombinedStatus implements Serializable {
}
/**
- * State is the overall combined status state pending CommitStatusPending CommitStatusPending is
- * for when the CommitStatus is Pending success CommitStatusSuccess CommitStatusSuccess is for
- * when the CommitStatus is Success error CommitStatusError CommitStatusError is for when the
- * CommitStatus is Error failure CommitStatusFailure CommitStatusFailure is for when the
- * CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for when the
- * CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for when
- * CommitStatus is Skipped
+ * State is the overall combined status state pending CommitStatusPending is for when the
+ * CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus is Success
+ * error CommitStatusError is for when the CommitStatus is Error failure CommitStatusFailure is
+ * for when the CommitStatus is Failure warning CommitStatusWarning is for when the CommitStatus
+ * is Warning skipped CommitStatusSkipped is for when CommitStatus is Skipped
*
* @return state
*/
@Schema(
description =
- "State is the overall combined status state pending CommitStatusPending "
- + " CommitStatusPending is for when the CommitStatus is Pending success"
- + " CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success"
- + " error CommitStatusError CommitStatusError is for when the CommitStatus is Error"
- + " failure CommitStatusFailure CommitStatusFailure is for when the CommitStatus is"
- + " Failure warning CommitStatusWarning CommitStatusWarning is for when the"
- + " CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped is for"
- + " when CommitStatus is Skipped")
+ "State is the overall combined status state pending CommitStatusPending is for when the"
+ + " CommitStatus is Pending success CommitStatusSuccess is for when the CommitStatus"
+ + " is Success error CommitStatusError is for when the CommitStatus is Error failure"
+ + " CommitStatusFailure is for when the CommitStatus is Failure warning"
+ + " CommitStatusWarning is for when the CommitStatus is Warning skipped"
+ + " CommitStatusSkipped is for when CommitStatus is Skipped")
public StateEnum getState() {
return state;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/CommitStatus.java b/src/main/java/org/gitnex/tea4j/v2/models/CommitStatus.java
index 6cc0ad0..510c311 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/CommitStatus.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/CommitStatus.java
@@ -45,12 +45,11 @@ public class CommitStatus implements Serializable {
/**
* State represents the status state (pending, success, error, failure) pending
- * CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success
- * CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error
- * CommitStatusError CommitStatusError is for when the CommitStatus is Error failure
- * CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning
- * CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped
- * CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped
+ * CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for
+ * when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error
+ * failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning
+ * is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is
+ * Skipped
*/
@JsonAdapter(StatusEnum.Adapter.class)
public enum StatusEnum {
@@ -214,25 +213,23 @@ public class CommitStatus implements Serializable {
/**
* State represents the status state (pending, success, error, failure) pending
- * CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success
- * CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error
- * CommitStatusError CommitStatusError is for when the CommitStatus is Error failure
- * CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning
- * CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped
- * CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped
+ * CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for
+ * when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error
+ * failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning
+ * is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is
+ * Skipped
*
* @return status
*/
@Schema(
description =
"State represents the status state (pending, success, error, failure) pending"
- + " CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending"
- + " success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is"
- + " Success error CommitStatusError CommitStatusError is for when the CommitStatus"
- + " is Error failure CommitStatusFailure CommitStatusFailure is for when the"
- + " CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for"
- + " when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped"
- + " is for when CommitStatus is Skipped")
+ + " CommitStatusPending is for when the CommitStatus is Pending success"
+ + " CommitStatusSuccess is for when the CommitStatus is Success error"
+ + " CommitStatusError is for when the CommitStatus is Error failure"
+ + " CommitStatusFailure is for when the CommitStatus is Failure warning"
+ + " CommitStatusWarning is for when the CommitStatus is Warning skipped"
+ + " CommitStatusSkipped is for when CommitStatus is Skipped")
public StatusEnum getStatus() {
return status;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/CreateStatusOption.java b/src/main/java/org/gitnex/tea4j/v2/models/CreateStatusOption.java
index c15d0de..f536946 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/CreateStatusOption.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/CreateStatusOption.java
@@ -37,12 +37,11 @@ public class CreateStatusOption implements Serializable {
/**
* State represents the status state to set (pending, success, error, failure) pending
- * CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success
- * CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error
- * CommitStatusError CommitStatusError is for when the CommitStatus is Error failure
- * CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning
- * CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped
- * CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped
+ * CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for
+ * when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error
+ * failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning
+ * is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is
+ * Skipped
*/
@JsonAdapter(StateEnum.Adapter.class)
public enum StateEnum {
@@ -143,25 +142,23 @@ public class CreateStatusOption implements Serializable {
/**
* State represents the status state to set (pending, success, error, failure) pending
- * CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending success
- * CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is Success error
- * CommitStatusError CommitStatusError is for when the CommitStatus is Error failure
- * CommitStatusFailure CommitStatusFailure is for when the CommitStatus is Failure warning
- * CommitStatusWarning CommitStatusWarning is for when the CommitStatus is Warning skipped
- * CommitStatusSkipped CommitStatusSkipped is for when CommitStatus is Skipped
+ * CommitStatusPending is for when the CommitStatus is Pending success CommitStatusSuccess is for
+ * when the CommitStatus is Success error CommitStatusError is for when the CommitStatus is Error
+ * failure CommitStatusFailure is for when the CommitStatus is Failure warning CommitStatusWarning
+ * is for when the CommitStatus is Warning skipped CommitStatusSkipped is for when CommitStatus is
+ * Skipped
*
* @return state
*/
@Schema(
description =
"State represents the status state to set (pending, success, error, failure) pending"
- + " CommitStatusPending CommitStatusPending is for when the CommitStatus is Pending"
- + " success CommitStatusSuccess CommitStatusSuccess is for when the CommitStatus is"
- + " Success error CommitStatusError CommitStatusError is for when the CommitStatus"
- + " is Error failure CommitStatusFailure CommitStatusFailure is for when the"
- + " CommitStatus is Failure warning CommitStatusWarning CommitStatusWarning is for"
- + " when the CommitStatus is Warning skipped CommitStatusSkipped CommitStatusSkipped"
- + " is for when CommitStatus is Skipped")
+ + " CommitStatusPending is for when the CommitStatus is Pending success"
+ + " CommitStatusSuccess is for when the CommitStatus is Success error"
+ + " CommitStatusError is for when the CommitStatus is Error failure"
+ + " CommitStatusFailure is for when the CommitStatus is Failure warning"
+ + " CommitStatusWarning is for when the CommitStatus is Warning skipped"
+ + " CommitStatusSkipped is for when CommitStatus is Skipped")
public StateEnum getState() {
return state;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/MarkdownOption.java b/src/main/java/org/gitnex/tea4j/v2/models/MarkdownOption.java
index c52a4ff..a6e1088 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/MarkdownOption.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/MarkdownOption.java
@@ -41,15 +41,14 @@ public class MarkdownOption implements Serializable {
/**
* URL path for rendering issue, media and file links Expected format:
- * /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
+ * /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir}
*
* @return context
*/
@Schema(
description =
"URL path for rendering issue, media and file links Expected format:"
- + " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
- + " in: body")
+ + " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir}")
public String getContext() {
return context;
}
@@ -64,11 +63,11 @@ public class MarkdownOption implements Serializable {
}
/**
- * Mode to render (markdown, comment, wiki, file) in: body
+ * Mode to render (markdown, comment, wiki, file)
*
* @return mode
*/
- @Schema(description = "Mode to render (markdown, comment, wiki, file) in: body")
+ @Schema(description = "Mode to render (markdown, comment, wiki, file)")
public String getMode() {
return mode;
}
@@ -83,11 +82,11 @@ public class MarkdownOption implements Serializable {
}
/**
- * Text markdown to render in: body
+ * Text markdown to render
*
* @return text
*/
- @Schema(description = "Text markdown to render in: body")
+ @Schema(description = "Text markdown to render")
public String getText() {
return text;
}
@@ -102,11 +101,11 @@ public class MarkdownOption implements Serializable {
}
/**
- * Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body
+ * Is it a wiki page? (use mode=wiki instead) Deprecated: true
*
* @return wiki
*/
- @Schema(description = "Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body")
+ @Schema(description = "Is it a wiki page? (use mode=wiki instead) Deprecated: true")
public Boolean isWiki() {
return wiki;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/MarkupOption.java b/src/main/java/org/gitnex/tea4j/v2/models/MarkupOption.java
index e6d0d44..d657bce 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/MarkupOption.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/MarkupOption.java
@@ -44,15 +44,14 @@ public class MarkupOption implements Serializable {
/**
* URL path for rendering issue, media and file links Expected format:
- * /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} in: body
+ * /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir}
*
* @return context
*/
@Schema(
description =
"URL path for rendering issue, media and file links Expected format:"
- + " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir} "
- + " in: body")
+ + " /subpath/{user}/{repo}/src/{branch, commit, tag}/{identifier/path}/{file/dir}")
public String getContext() {
return context;
}
@@ -67,11 +66,11 @@ public class MarkupOption implements Serializable {
}
/**
- * File path for detecting extension in file mode in: body
+ * File path for detecting extension in file mode
*
* @return filePath
*/
- @Schema(description = "File path for detecting extension in file mode in: body")
+ @Schema(description = "File path for detecting extension in file mode")
public String getFilePath() {
return filePath;
}
@@ -86,11 +85,11 @@ public class MarkupOption implements Serializable {
}
/**
- * Mode to render (markdown, comment, wiki, file) in: body
+ * Mode to render (markdown, comment, wiki, file)
*
* @return mode
*/
- @Schema(description = "Mode to render (markdown, comment, wiki, file) in: body")
+ @Schema(description = "Mode to render (markdown, comment, wiki, file)")
public String getMode() {
return mode;
}
@@ -105,11 +104,11 @@ public class MarkupOption implements Serializable {
}
/**
- * Text markup to render in: body
+ * Text markup to render
*
* @return text
*/
- @Schema(description = "Text markup to render in: body")
+ @Schema(description = "Text markup to render")
public String getText() {
return text;
}
@@ -124,11 +123,11 @@ public class MarkupOption implements Serializable {
}
/**
- * Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body
+ * Is it a wiki page? (use mode=wiki instead) Deprecated: true
*
* @return wiki
*/
- @Schema(description = "Is it a wiki page? (use mode=wiki instead) Deprecated: true in: body")
+ @Schema(description = "Is it a wiki page? (use mode=wiki instead) Deprecated: true")
public Boolean isWiki() {
return wiki;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/Milestone.java b/src/main/java/org/gitnex/tea4j/v2/models/Milestone.java
index 6f2d859..e5aa25f 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/Milestone.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/Milestone.java
@@ -50,8 +50,8 @@ public class Milestone implements Serializable {
private Long openIssues = null;
/**
- * State indicates if the milestone is open or closed open StateOpen StateOpen pr is opened closed
- * StateClosed StateClosed pr is closed
+ * State indicates if the milestone is open or closed open StateOpen pr is opened closed
+ * StateClosed pr is closed
*/
@JsonAdapter(StateEnum.Adapter.class)
public enum StateEnum {
@@ -245,15 +245,15 @@ public class Milestone implements Serializable {
}
/**
- * State indicates if the milestone is open or closed open StateOpen StateOpen pr is opened closed
- * StateClosed StateClosed pr is closed
+ * State indicates if the milestone is open or closed open StateOpen pr is opened closed
+ * StateClosed pr is closed
*
* @return state
*/
@Schema(
description =
- "State indicates if the milestone is open or closed open StateOpen StateOpen pr is"
- + " opened closed StateClosed StateClosed pr is closed")
+ "State indicates if the milestone is open or closed open StateOpen pr is opened closed"
+ + " StateClosed pr is closed")
public StateEnum getState() {
return state;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/NotificationSubject.java b/src/main/java/org/gitnex/tea4j/v2/models/NotificationSubject.java
index 12f300a..f26897c 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/NotificationSubject.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/NotificationSubject.java
@@ -37,9 +37,8 @@ public class NotificationSubject implements Serializable {
private String latestCommentUrl = null;
/**
- * State indicates the current state of the notification subject open NotifySubjectStateOpen
- * NotifySubjectStateOpen is an open subject closed NotifySubjectStateClosed
- * NotifySubjectStateClosed is a closed subject merged NotifySubjectStateMerged
+ * State indicates the current state of the notification subject open NotifySubjectStateOpen is an
+ * open subject closed NotifySubjectStateClosed is a closed subject merged
* NotifySubjectStateMerged is a merged pull request
*/
@JsonAdapter(StateEnum.Adapter.class)
@@ -94,11 +93,10 @@ public class NotificationSubject implements Serializable {
private String title = null;
/**
- * Type indicates the type of the notification subject Issue NotifySubjectIssue NotifySubjectIssue
- * a issue is subject of an notification Pull NotifySubjectPull NotifySubjectPull a pull is
- * subject of an notification Commit NotifySubjectCommit NotifySubjectCommit a commit is subject
- * of an notification Repository NotifySubjectRepository NotifySubjectRepository a repository is
- * subject of an notification
+ * Type indicates the type of the notification subject Issue NotifySubjectIssue a issue is subject
+ * of an notification Pull NotifySubjectPull a pull is subject of an notification Commit
+ * NotifySubjectCommit a commit is subject of an notification Repository NotifySubjectRepository a
+ * repository is subject of an notification
*/
@JsonAdapter(TypeEnum.Adapter.class)
public enum TypeEnum {
@@ -215,9 +213,8 @@ public class NotificationSubject implements Serializable {
}
/**
- * State indicates the current state of the notification subject open NotifySubjectStateOpen
- * NotifySubjectStateOpen is an open subject closed NotifySubjectStateClosed
- * NotifySubjectStateClosed is a closed subject merged NotifySubjectStateMerged
+ * State indicates the current state of the notification subject open NotifySubjectStateOpen is an
+ * open subject closed NotifySubjectStateClosed is a closed subject merged
* NotifySubjectStateMerged is a merged pull request
*
* @return state
@@ -225,9 +222,8 @@ public class NotificationSubject implements Serializable {
@Schema(
description =
"State indicates the current state of the notification subject open"
- + " NotifySubjectStateOpen NotifySubjectStateOpen is an open subject closed"
- + " NotifySubjectStateClosed NotifySubjectStateClosed is a closed subject merged"
- + " NotifySubjectStateMerged NotifySubjectStateMerged is a merged pull request")
+ + " NotifySubjectStateOpen is an open subject closed NotifySubjectStateClosed is a"
+ + " closed subject merged NotifySubjectStateMerged is a merged pull request")
public StateEnum getState() {
return state;
}
@@ -261,22 +257,19 @@ public class NotificationSubject implements Serializable {
}
/**
- * Type indicates the type of the notification subject Issue NotifySubjectIssue NotifySubjectIssue
- * a issue is subject of an notification Pull NotifySubjectPull NotifySubjectPull a pull is
- * subject of an notification Commit NotifySubjectCommit NotifySubjectCommit a commit is subject
- * of an notification Repository NotifySubjectRepository NotifySubjectRepository a repository is
- * subject of an notification
+ * Type indicates the type of the notification subject Issue NotifySubjectIssue a issue is subject
+ * of an notification Pull NotifySubjectPull a pull is subject of an notification Commit
+ * NotifySubjectCommit a commit is subject of an notification Repository NotifySubjectRepository a
+ * repository is subject of an notification
*
* @return type
*/
@Schema(
description =
- "Type indicates the type of the notification subject Issue NotifySubjectIssue "
- + " NotifySubjectIssue a issue is subject of an notification Pull NotifySubjectPull "
- + " NotifySubjectPull a pull is subject of an notification Commit NotifySubjectCommit"
- + " NotifySubjectCommit a commit is subject of an notification Repository"
- + " NotifySubjectRepository NotifySubjectRepository a repository is subject of an"
- + " notification")
+ "Type indicates the type of the notification subject Issue NotifySubjectIssue a issue is"
+ + " subject of an notification Pull NotifySubjectPull a pull is subject of an"
+ + " notification Commit NotifySubjectCommit a commit is subject of an notification"
+ + " Repository NotifySubjectRepository a repository is subject of an notification")
public TypeEnum getType() {
return type;
}
diff --git a/src/main/java/org/gitnex/tea4j/v2/models/PullRequest.java b/src/main/java/org/gitnex/tea4j/v2/models/PullRequest.java
index 62cb513..5f175f8 100644
--- a/src/main/java/org/gitnex/tea4j/v2/models/PullRequest.java
+++ b/src/main/java/org/gitnex/tea4j/v2/models/PullRequest.java
@@ -130,8 +130,8 @@ public class PullRequest implements Serializable {
private Long reviewComments = null;
/**
- * The current state of the pull request open StateOpen StateOpen pr is opened closed StateClosed
- * StateClosed pr is closed
+ * The current state of the pull request open StateOpen pr is opened closed StateClosed pr is
+ * closed
*/
@JsonAdapter(StateEnum.Adapter.class)
public enum StateEnum {
@@ -861,15 +861,15 @@ public class PullRequest implements Serializable {
}
/**
- * The current state of the pull request open StateOpen StateOpen pr is opened closed StateClosed
- * StateClosed pr is closed
+ * The current state of the pull request open StateOpen pr is opened closed StateClosed pr is
+ * closed
*
* @return state
*/
@Schema(
description =
- "The current state of the pull request open StateOpen StateOpen pr is opened closed"
- + " StateClosed StateClosed pr is closed")
+ "The current state of the pull request open StateOpen pr is opened closed StateClosed pr"
+ + " is closed")
public StateEnum getState() {
return state;
}