TaskListResult Class

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

public final class TaskListResult

The collection of tasks.

Constructor Summary

Constructor Description
TaskListResult()

Creates an instance of TaskListResult class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: The URI that can be used to request the next set of paged results.

void validate()

Validates the instance.

List<TaskInner> value()

Get the value property: The collection value.

TaskListResult withNextLink(String nextLink)

Set the nextLink property: The URI that can be used to request the next set of paged results.

TaskListResult withValue(List<TaskInner> value)

Set the value property: The collection value.

Methods inherited from java.lang.Object

Constructor Details

TaskListResult

public TaskListResult()

Creates an instance of TaskListResult class.

Method Details

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.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The collection value.

Returns:

the value 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.

withValue

public TaskListResult withValue(List value)

Set the value property: The collection value.

Parameters:

value - the value value to set.

Returns:

the TaskListResult object itself.

Applies to