Skip to content

Commit 75f599c

Browse files
Merge pull request #564 from zowe/jul13
Javadoc updates specially API reference links
2 parents 35a7694 + 4bf4647 commit 75f599c

34 files changed

Lines changed: 69 additions & 11 deletions

src/main/java/zowe/client/sdk/zosconsole/input/ConsoleCmdInputData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* The z/OSMF console command API parameters. See the z/OSMF REST API documentation for full details.
18+
* <p>
19+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=services-issue-command-from-system-console">z/OSMF REST API</a>
1820
*
1921
* @author Frank Giordano
2022
* @version 7.0

src/main/java/zowe/client/sdk/zosconsole/methods/ConsoleCmd.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@
4444
* you can use the cmd-response-url field in the response body to retrieve the command response.
4545
* You might do this several times to ensure that all messages that are related to the command
4646
* are retrieved. This is prebuilt for you via the ConsoleGet class in this package.
47+
* <p>
48+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=services-issue-command-from-system-console">z/OSMF REST API</a>
4749
*
4850
* @author Frank Giordano
4951
* @version 7.0

src/main/java/zowe/client/sdk/zosconsole/methods/ConsoleGet.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
* the time interval and can be retrieved.
2323
* <p>
2424
* Response messages are stored in the response key of the console issue command request.
25+
* <p>
26+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=services-get-command-response">z/OSMF REST API</a>
2527
*
2628
* @author Frank Giordano
2729
* @version 7.0

src/main/java/zowe/client/sdk/zosconsole/response/ConsoleCmdResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* z/OSMF synchronous console command response messages. See the z/OSMF REST API publication for complete details.
18+
* <p>
19+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=services-issue-command-from-system-console">z/OSMF REST API</a>
1820
*
1921
* @author Frank Giordano
2022
* @version 7.0

src/main/java/zowe/client/sdk/zosconsole/response/ConsoleGetResponse.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* The console response for a z/OSMF synchronous issue console command request.
18+
* <p>
19+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=services-get-command-response">z/OSMF REST API</a>
1820
*
1921
* @author Frank Giordano
2022
* @version 7.0

src/main/java/zowe/client/sdk/zosfiles/dsn/input/DsnCopyInputData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515

1616
/**
1717
* Parameter container class for the copy data set function.
18+
* <p>
19+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=interface-zos-data-set-member-utilities">z/OSMF REST API</a>
1820
*
1921
* @author Leonid Baranov
2022
* @version 7.0

src/main/java/zowe/client/sdk/zosfiles/dsn/input/DsnCreateInputData.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
/**
1616
* Parameter container class for create dataset API
17-
* z/OSMF REST API information:
18-
* <a href="https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.izua700/IZUHPINFO_API_CreateDataSet.htm#CreateDataSet">...</a>
17+
* <p>
18+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=interface-create-sequential-partitioned-data-set">z/OSMF REST API</a>
1919
*
2020
* @author Leonid Baranov
2121
* @version 7.0

src/main/java/zowe/client/sdk/zosfiles/dsn/input/DsnDownloadInputData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* Parameter container class for the download data set function
19+
* <p>
20+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=interface-retrieve-contents-zos-data-set-member">z/OSMF REST API</a>
1921
*
2022
* @author Nikunj Goyal
2123
* @version 7.0

src/main/java/zowe/client/sdk/zosfiles/dsn/input/DsnListInputData.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
/**
1818
* Parameter container class for the list data set function
19+
* <p>
20+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=interface-list-zos-data-sets-system">z/OSMF REST API</a>
1921
*
2022
* @author Leonid Baranov
2123
* @version 7.0

src/main/java/zowe/client/sdk/zosfiles/dsn/methods/DsnCopy.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
/**
2626
* Provides copy dataset and dataset member functionality
27+
* <p>
28+
* <a href="https://www.ibm.com/docs/en/zos/3.2.0?topic=interface-zos-data-set-member-utilities">z/OSMF REST API</a>
2729
*
2830
* @author Leonid Baranov
2931
* @author Frank Giordano

0 commit comments

Comments
 (0)