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

public final class RelationList extends Object
List of relations.
  • Constructor Details

    • RelationList

      public RelationList()
  • Method Details

    • nextLink

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

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

      public RelationList withValue(List<RelationInner> value)
      Set the value property: Array of relations.
      Parameters:
      value - the value value to set.
      Returns:
      the RelationList object itself.
    • validate

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