PrivateEndpointConnectionListResult Class
- java.
lang. Object - com.
azure. resourcemanager. eventgrid. models. PrivateEndpointConnectionListResult
- com.
Implements
public final class PrivateEndpointConnectionListResult
implements JsonSerializable<PrivateEndpointConnectionListResult>
Result of the list of all private endpoint connections operation.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionListResult() |
Creates an instance of Private |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Private |
fromJson(JsonReader jsonReader)
Reads an instance of Private |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<Private |
value()
Get the value property: A collection of private endpoint connection resources. |
|
Private |
withNextLink(String nextLink)
Set the next |
|
Private |
withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: A collection of private endpoint connection resources. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionListResult
public PrivateEndpointConnectionListResult()
Creates an instance of PrivateEndpointConnectionListResult class.
Method Details
fromJson
public static PrivateEndpointConnectionListResult fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionListResult from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: A link for the next page of private endpoint connection resources.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateEndpointConnectionInner> value()
Get the value property: A collection of private endpoint connection resources.
Returns:
withNextLink
public PrivateEndpointConnectionListResult withNextLink(String nextLink)
Set the nextLink property: A link for the next page of private endpoint connection resources.
Parameters:
Returns:
withValue
public PrivateEndpointConnectionListResult withValue(List<PrivateEndpointConnectionInner> value)
Set the value property: A collection of private endpoint connection resources.
Parameters:
Returns: