PartnerNamespacesListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PartnerNamespacesListResult
- com.
Implements
public final class PartnerNamespacesListResult
implements JsonSerializable<PartnerNamespacesListResult>
Result of the List Partner Namespaces operation.
Constructor Summary
| Constructor | Description |
|---|---|
| PartnerNamespacesListResult() |
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 namespaces. |
|
Partner |
withNextLink(String nextLink)
Set the next |
|
Partner |
withValue(List<PartnerNamespaceInner> value)
Set the value property: A collection of partner namespaces. |
Methods inherited from java.lang.Object
Constructor Details
PartnerNamespacesListResult
public PartnerNamespacesListResult()
Creates an instance of PartnerNamespacesListResult class.
Method Details
fromJson
public static PartnerNamespacesListResult fromJson(JsonReader jsonReader)
Reads an instance of PartnerNamespacesListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of partner namespaces.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PartnerNamespaceInner> value()
Get the value property: A collection of partner namespaces.
Returns:
withNextLink
public PartnerNamespacesListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of partner namespaces.
Parameters:
Returns:
withValue
public PartnerNamespacesListResult withValue(List<PartnerNamespaceInner> value)
Set the value property: A collection of partner namespaces.
Parameters:
Returns: