次の方法で共有


VerifiedPartnersListResult Class

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

Implements

public final class VerifiedPartnersListResult
implements JsonSerializable<VerifiedPartnersListResult>

Result of the List verified partners operation.

Constructor Summary

Constructor Description
VerifiedPartnersListResult()

Creates an instance of VerifiedPartnersListResult class.

Method Summary

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

Reads an instance of VerifiedPartnersListResult from the JsonReader.

String nextLink()

Get the nextLink property: A link for the next page of verified partners if any.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<VerifiedPartnerInner> value()

Get the value property: A collection of verified partners.

VerifiedPartnersListResult withNextLink(String nextLink)

Set the nextLink property: A link for the next page of verified partners if any.

VerifiedPartnersListResult withValue(List<VerifiedPartnerInner> value)

Set the value property: A collection of verified partners.

Methods inherited from java.lang.Object

Constructor Details

VerifiedPartnersListResult

public VerifiedPartnersListResult()

Creates an instance of VerifiedPartnersListResult class.

Method Details

fromJson

public static VerifiedPartnersListResult fromJson(JsonReader jsonReader)

Reads an instance of VerifiedPartnersListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: A link for the next page of verified partners if any.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<VerifiedPartnerInner> value()

Get the value property: A collection of verified partners.

Returns:

the value value.

withNextLink

public VerifiedPartnersListResult withNextLink(String nextLink)

Set the nextLink property: A link for the next page of verified partners if any.

Parameters:

nextLink - the nextLink value to set.

Returns:

the VerifiedPartnersListResult object itself.

withValue

public VerifiedPartnersListResult withValue(List<VerifiedPartnerInner> value)

Set the value property: A collection of verified partners.

Parameters:

value - the value value to set.

Returns:

the VerifiedPartnersListResult object itself.

Applies to