TimeZoneListResult Class
- java.
lang. Object - com.
azure. resourcemanager. sql. models. TimeZoneListResult
- com.
Implements
public final class TimeZoneListResult
implements JsonSerializable<TimeZoneListResult>
A list of time zones.
Constructor Summary
| Constructor | Description |
|---|---|
| TimeZoneListResult() |
Creates an instance of Time |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Time |
fromJson(JsonReader jsonReader)
Reads an instance of Time |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Time |
value()
Get the value property: Array of results. |
Methods inherited from java.lang.Object
Constructor Details
TimeZoneListResult
public TimeZoneListResult()
Creates an instance of TimeZoneListResult class.
Method Details
fromJson
public static TimeZoneListResult fromJson(JsonReader jsonReader)
Reads an instance of TimeZoneListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: Link to retrieve next page of results.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<TimeZoneInner> value()
Get the value property: Array of results.
Returns: