ConfluentListMetadata Class
- java.
lang. Object - com.
azure. resourcemanager. confluent. models. ConfluentListMetadata
- com.
Implements
public final class ConfluentListMetadata
implements JsonSerializable<ConfluentListMetadata>
Metadata of the list.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
first()
Get the first property: First page of the list. |
|
static
Confluent |
fromJson(JsonReader jsonReader)
Reads an instance of Confluent |
| String |
last()
Get the last property: Last page of the list. |
| String |
next()
Get the next property: Next page of the list. |
| String |
prev()
Get the prev property: Previous page of the list. |
|
Json |
toJson(JsonWriter jsonWriter) |
| Integer |
totalSize()
Get the total |
Methods inherited from java.lang.Object
Method Details
first
public String first()
Get the first property: First page of the list.
Returns:
fromJson
public static ConfluentListMetadata fromJson(JsonReader jsonReader)
Reads an instance of ConfluentListMetadata from the JsonReader.
Parameters:
Returns:
Throws:
last
public String last()
Get the last property: Last page of the list.
Returns:
next
public String next()
Get the next property: Next page of the list.
Returns:
prev
public String prev()
Get the prev property: Previous page of the list.
Returns:
toJson
totalSize
public Integer totalSize()
Get the totalSize property: Total size of the list.
Returns: