Skip to content

/AWS1/CL_CMTGETCOMMENTSFORPU01

GetCommentsForPullRequestOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_COMMENTSFORPULLREQDATA TYPE /AWS1/CL_CMTCOMMENTSFORPULLREQ=>TT_COMMENTSFORPULLREQUESTDATA TT_COMMENTSFORPULLREQUESTDATA

An array of comment objects on the pull request.

IV_NEXTTOKEN TYPE /AWS1/CMTNEXTTOKEN /AWS1/CMTNEXTTOKEN

An enumeration token that can be used in a request to return the next batch of the results.


Queryable Attributes

commentsForPullRequestData

An array of comment objects on the pull request.

Accessible with the following methods

Method Description
GET_COMMENTSFORPULLREQDATA() Getter for COMMENTSFORPULLREQUESTDATA, with configurable def
ASK_COMMENTSFORPULLREQDATA() Getter for COMMENTSFORPULLREQUESTDATA w/ exceptions if field
HAS_COMMENTSFORPULLREQDATA() Determine if COMMENTSFORPULLREQUESTDATA has a value

nextToken

An enumeration token that can be used in a request to return the next batch of the results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value