Class IncidentCommentList

java.lang.Object
com.azure.resourcemanager.securityinsights.models.IncidentCommentList

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

    • IncidentCommentList

      public IncidentCommentList()
  • Method Details

    • 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.