Class IncidentCommentList


  • public final class IncidentCommentList
    extends Object
    List of incident comments.
    • Constructor Detail

      • IncidentCommentList

        public IncidentCommentList()
    • Method Detail

      • nextLink

        public String nextLink()
        Get the nextLink property: URL to fetch the next set of comments.
        Returns:
        the nextLink value.
      • value

        public List<IncidentCommentInner> value()
        Get the value property: Array of comments.
        Returns:
        the value value.
      • withValue

        public IncidentCommentList withValue​(List<IncidentCommentInner> value)
        Set the value property: Array of comments.
        Parameters:
        value - the value value to set.
        Returns:
        the IncidentCommentList object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.