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