ScheduleListResult Class
- java.
lang. Object - com.
azure. resourcemanager. automation. models. ScheduleListResult
- com.
Implements
public final class ScheduleListResult
implements JsonSerializable<ScheduleListResult>
The response model for the list schedule operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ScheduleListResult() |
Creates an instance of Schedule |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Schedule |
fromJson(JsonReader jsonReader)
Reads an instance of Schedule |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Schedule |
value()
Get the value property: Gets or sets a list of schedules. |
|
Schedule |
withNextLink(String nextLink)
Set the next |
|
Schedule |
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()
Creates an instance of ScheduleListResult class.
Method Details
fromJson
public static ScheduleListResult fromJson(JsonReader jsonReader)
Reads an instance of ScheduleListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Gets or sets the next link.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ScheduleInner> value()
Get the value property: Gets or sets a list of schedules.
Returns:
withNextLink
public ScheduleListResult withNextLink(String nextLink)
Set the nextLink property: Gets or sets the next link.
Parameters:
Returns:
withValue
public ScheduleListResult withValue(List<ScheduleInner> value)
Set the value property: Gets or sets a list of schedules.
Parameters:
Returns: