File tree Expand file tree Collapse file tree
src/main/java/io/apimatic/core/types/pagination Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ public boolean isNumberPagination() {
7575
7676 /**
7777 * Sets the next link input
78- * @param strategy value of next link input
78+ * @param nextLinkInput value of next link input
7979 */
8080 public void setNextLinkInput (String nextLinkInput ) {
8181 this .nextLinkInput = nextLinkInput ;
@@ -91,7 +91,7 @@ public String getNextLinkInput() {
9191
9292 /**
9393 * Sets the cursor input
94- * @param strategy value of cursor input
94+ * @param cursorInput value of cursor input
9595 */
9696 public void setCursorInput (String cursorInput ) {
9797 this .cursorInput = cursorInput ;
@@ -107,7 +107,7 @@ public String getCursorInput() {
107107
108108 /**
109109 * Sets the offset input
110- * @param strategy value of offset input
110+ * @param offsetInput value of offset input
111111 */
112112 public void setOffsetInput (int offsetInput ) {
113113 this .offsetInput = offsetInput ;
@@ -123,7 +123,7 @@ public int getOffsetInput() {
123123
124124 /**
125125 * Sets the page input
126- * @param strategy value of page input
126+ * @param pageInput value of page input
127127 */
128128 public void setPageInput (int pageInput ) {
129129 this .pageInput = pageInput ;
You can’t perform that action at this time.
0 commit comments