ScheduleList Class
- java.
lang. Object - com.
azure. resourcemanager. devtestlabs. models. ScheduleList
- com.
public final class ScheduleList
The response of a list operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduleList() |
Creates an instance of Schedule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Schedule |
value()
Get the value property: Results of the list operation. |
|
Schedule |
withNextLink(String nextLink)
Set the next |
|
Schedule |
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:
validate
public void validate()
Validates the instance.
value
public List<ScheduleInner> value()
Get the value property: Results of the list operation.
Returns:
withNextLink
public ScheduleList withNextLink(String nextLink)
Set the nextLink property: Link for next set of results.
Parameters:
Returns:
withValue
public ScheduleList withValue(List<ScheduleInner> value)
Set the value property: Results of the list operation.
Parameters:
Returns: