Udostępnij za pośrednictwem


ClientsListResult Class

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

Implements

public final class ClientsListResult
implements JsonSerializable<ClientsListResult>

Result of the List Client operation.

Constructor Summary

Constructor Description
ClientsListResult()

Creates an instance of ClientsListResult class.

Method Summary

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

Reads an instance of ClientsListResult from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ClientInner> value()

Get the value property: A collection of Client.

ClientsListResult withNextLink(String nextLink)

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

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

jsonReader - The JsonReader being read.

Returns:

An instance of ClientsListResult 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 ClientsListResult.

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ClientInner> value()

Get the value property: A collection of Client.

Returns:

the value value.

withNextLink

public ClientsListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the ClientsListResult object itself.

withValue

public ClientsListResult withValue(List<ClientInner> value)

Set the value property: A collection of Client.

Parameters:

value - the value value to set.

Returns:

the ClientsListResult object itself.

Applies to