java.lang.Object
com.azure.resourcemanager.containerregistry.models.TaskListResult

public final class TaskListResult extends Object
The collection of tasks.
  • Constructor Details

    • TaskListResult

      public TaskListResult()
      Creates an instance of TaskListResult class.
  • Method Details

    • value

      public List<TaskInner> value()
      Get the value property: The collection value.
      Returns:
      the value value.
    • withValue

      public TaskListResult withValue(List<TaskInner> value)
      Set the value property: The collection value.
      Parameters:
      value - the value value to set.
      Returns:
      the TaskListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URI that can be used to request the next set of paged results.
      Returns:
      the nextLink value.
    • withNextLink

      public TaskListResult withNextLink(String nextLink)
      Set the nextLink property: The URI that can be used to request the next set of paged results.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the TaskListResult object itself.
    • validate

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