次の方法で共有


ClientGroupsListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.eventgrid.models.ClientGroupsListResult

Implements

public final class ClientGroupsListResult
implements JsonSerializable<ClientGroupsListResult>

Result of the List Client Group operation.

Constructor Summary

Constructor Description
ClientGroupsListResult()

Creates an instance of ClientGroupsListResult class.

Method Summary

Modifier and Type Method and Description
static ClientGroupsListResult fromJson(JsonReader jsonReader)

Reads an instance of ClientGroupsListResult from the JsonReader.

String nextLink()

Get the nextLink property: A link for the next page of Client Group.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ClientGroupInner> value()

Get the value property: A collection of Client Group.

ClientGroupsListResult withNextLink(String nextLink)

Set the nextLink property: A link for the next page of Client Group.

ClientGroupsListResult 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ClientGroupsListResult if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ClientGroupsListResult.

nextLink

public String nextLink()

Get the nextLink property: A link for the next page of Client Group.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ClientGroupInner> value()

Get the value property: A collection of Client Group.

Returns:

the value value.

withNextLink

public ClientGroupsListResult withNextLink(String nextLink)

Set the nextLink property: A link for the next page of Client Group.

Parameters:

nextLink - the nextLink value to set.

Returns:

the ClientGroupsListResult object itself.

withValue

public ClientGroupsListResult withValue(List<ClientGroupInner> value)

Set the value property: A collection of Client Group.

Parameters:

value - the value value to set.

Returns:

the ClientGroupsListResult object itself.

Applies to