次の方法で共有


ScheduleList Class

  • java.lang.Object
    • com.azure.resourcemanager.devtestlabs.models.ScheduleList

public final class ScheduleList

The response of a list operation.

Constructor Summary

Constructor Description
ScheduleList()

Creates an instance of ScheduleList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Link for next set of results.

void validate()

Validates the instance.

List<ScheduleInner> value()

Get the value property: Results of the list operation.

ScheduleList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

ScheduleList withValue(List<ScheduleInner> value)

Set the value property: Results of the list operation.

Methods inherited from java.lang.Object

Constructor Details

ScheduleList

public ScheduleList()

Creates an instance of ScheduleList class.

Method Details

nextLink

public String nextLink()

Get the nextLink property: Link for next set of results.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List<ScheduleInner> value()

Get the value property: Results of the list operation.

Returns:

the value value.

withNextLink

public ScheduleList withNextLink(String nextLink)

Set the nextLink property: Link for next set of results.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ScheduleList object itself.

withValue

public ScheduleList withValue(List<ScheduleInner> value)

Set the value property: Results of the list operation.

Parameters:

value - the value value to set.

Returns:

the ScheduleList object itself.

Applies to