Udostępnij za pośrednictwem


PartnerConfigurationsListResult Class

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

Implements

public final class PartnerConfigurationsListResult
implements JsonSerializable<PartnerConfigurationsListResult>

Result of the List partner configurations operation.

Constructor Summary

Constructor Description
PartnerConfigurationsListResult()

Creates an instance of PartnerConfigurationsListResult class.

Method Summary

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

Reads an instance of PartnerConfigurationsListResult from the JsonReader.

String nextLink()

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

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<PartnerConfigurationInner> value()

Get the value property: A collection of partner configurations.

PartnerConfigurationsListResult withNextLink(String nextLink)

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

PartnerConfigurationsListResult withValue(List<PartnerConfigurationInner> value)

Set the value property: A collection of partner configurations.

Methods inherited from java.lang.Object

Constructor Details

PartnerConfigurationsListResult

public PartnerConfigurationsListResult()

Creates an instance of PartnerConfigurationsListResult class.

Method Details

fromJson

public static PartnerConfigurationsListResult fromJson(JsonReader jsonReader)

Reads an instance of PartnerConfigurationsListResult from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

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

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<PartnerConfigurationInner> value()

Get the value property: A collection of partner configurations.

Returns:

the value value.

withNextLink

public PartnerConfigurationsListResult withNextLink(String nextLink)

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

Parameters:

nextLink - the nextLink value to set.

Returns:

the PartnerConfigurationsListResult object itself.

withValue

public PartnerConfigurationsListResult withValue(List<PartnerConfigurationInner> value)

Set the value property: A collection of partner configurations.

Parameters:

value - the value value to set.

Returns:

the PartnerConfigurationsListResult object itself.

Applies to