ScheduleListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.automation.models.ScheduleListResult

public final class ScheduleListResult

The response model for the list schedule operation.

Constructor Summary

Constructor Description
ScheduleListResult()

Method Summary

Modifier and Type Method and Description
String nextLink()

Get the nextLink property: Gets or sets the next link.

void validate()

Validates the instance.

List<ScheduleInner> value()

Get the value property: Gets or sets a list of schedules.

ScheduleListResult withNextLink(String nextLink)

Set the nextLink property: Gets or sets the next link.

ScheduleListResult withValue(List<ScheduleInner> value)

Set the value property: Gets or sets a list of schedules.

Methods inherited from java.lang.Object

Constructor Details

ScheduleListResult

public ScheduleListResult()

Method Details

nextLink

public String nextLink()

Get the nextLink property: Gets or sets the next link.

Returns:

the nextLink value.

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: Gets or sets a list of schedules.

Returns:

the value value.

withNextLink

public ScheduleListResult withNextLink(String nextLink)

Set the nextLink property: Gets or sets the next link.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ScheduleListResult object itself.

withValue

public ScheduleListResult withValue(List value)

Set the value property: Gets or sets a list of schedules.

Parameters:

value - the value value to set.

Returns:

the ScheduleListResult object itself.

Applies to