ClientsListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. ClientsListResult
- com.
Implements
public final class ClientsListResult
implements JsonSerializable<ClientsListResult>
Result of the List Client operation.
Constructor Summary
| Constructor | Description |
|---|---|
| ClientsListResult() |
Creates an instance of Clients |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Clients |
fromJson(JsonReader jsonReader)
Reads an instance of Clients |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Client |
value()
Get the value property: A collection of Client. |
|
Clients |
withNextLink(String nextLink)
Set the next |
|
Clients |
withValue(List<ClientInner> value)
Set the value property: A collection of Client. |
Methods inherited from java.lang.Object
Constructor Details
ClientsListResult
public ClientsListResult()
Creates an instance of ClientsListResult class.
Method Details
fromJson
public static ClientsListResult fromJson(JsonReader jsonReader)
Reads an instance of ClientsListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of Client.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ClientInner> value()
Get the value property: A collection of Client.
Returns:
withNextLink
public ClientsListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of Client.
Parameters:
Returns:
withValue
public ClientsListResult withValue(List<ClientInner> value)
Set the value property: A collection of Client.
Parameters:
Returns: