And here is the swagger @ApiModelProperty specifications for the above lines:
@ApiModelProperty(value = "End timestamp of the resource", readOnly = true)
protected Date versionEnd = endDate;
@ApiModelProperty(value = "The reviewId of the resource - ...", required = true)
protected String reviewId;
@ApiModelProperty(value = "NoteId of the resource. Points to a note resource", readOnly = true)
protected Long noteId;
@ApiModelProperty(value = "UserPK of the person that edited the resource", readOnly = true)
protected String createdBy;
@ApiModelProperty(value = "The system that has edited the resource", readOnly = true)
protected String createdByClientId;
@ApiModelProperty(value = "UserPK of the person that has deleted the resource (if it is deleted)", readOnly = true)
protected String deletedBy;
@ApiModelProperty(value = "The system that has deleted the resource (if it is deleted)", readOnly = true)
protected String deletedByClientId;
--
You received this message because you are subscribed to the Google Groups "Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email to swagger-swaggers...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.