forked from wso2/carbon-apimgt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename name of checklist API to API Product
- Loading branch information
1 parent
d2b2889
commit db93064
Showing
3 changed files
with
23 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -134,7 +134,7 @@ public APIProductInfoDTO version(String version) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "1.0.0", value = "") | ||
@JsonProperty("version") | ||
public String getVersion() { | ||
|
@@ -221,7 +221,7 @@ public APIProductInfoDTO monetizedInfo(Boolean monetizedInfo) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "true", value = "") | ||
@JsonProperty("monetizedInfo") | ||
public Boolean isMonetizedInfo() { | ||
|
@@ -238,7 +238,7 @@ public APIProductInfoDTO businessOwner(String businessOwner) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "Business Owner", value = "") | ||
@JsonProperty("businessOwner") | ||
public String getBusinessOwner() { | ||
|
@@ -255,7 +255,7 @@ public APIProductInfoDTO businessOwnerEmail(String businessOwnerEmail) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "[email protected]", value = "") | ||
@JsonProperty("businessOwnerEmail") | ||
public String getBusinessOwnerEmail() { | ||
|
@@ -272,7 +272,7 @@ public APIProductInfoDTO technicalOwner(String technicalOwner) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "Technical Owner", value = "") | ||
@JsonProperty("TechnicalOwner") | ||
public String getTechnicalOwner() { | ||
|
@@ -289,7 +289,7 @@ public APIProductInfoDTO technicalOwnerEmail(String technicalOwnerEmail) { | |
return this; | ||
} | ||
|
||
|
||
@ApiModelProperty(example = "[email protected]", value = "") | ||
@JsonProperty("TechnicalOwnerEmail") | ||
public String getTechnicalOwnerEmail() { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters