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