Class ThreatIntelligenceInformationList

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

public final class ThreatIntelligenceInformationList extends Object
List of all the threat intelligence information objects.
  • Constructor Details

    • ThreatIntelligenceInformationList

      public ThreatIntelligenceInformationList()
  • Method Details

    • nextLink

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

      Get the value property: Array of threat intelligence information objects.
      Returns:
      the value value.
    • withValue

      Set the value property: Array of threat intelligence information objects.
      Parameters:
      value - the value value to set.
      Returns:
      the ThreatIntelligenceInformationList object itself.
    • validate

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