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