PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse Class
- java.
lang. Object - com.
azure. resourcemanager. synapse. models. PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse
- com.
Implements
public final class PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse
implements JsonSerializable<PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse>
The PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse model.
Constructor Summary
| Constructor | Description |
|---|---|
| PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse() |
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: The value property. |
|
Private |
withNextLink(String nextLink)
Set the next |
|
Private |
withValue(List<PrivateEndpointConnectionForPrivateLinkHubInner> value)
Set the value property: The value property. |
Methods inherited from java.lang.Object
Constructor Details
PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse
public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse()
Creates an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse class.
Method Details
fromJson
public static PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse fromJson(JsonReader jsonReader)
Reads an instance of PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse from the JsonReader.
Parameters:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The nextLink property.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<PrivateEndpointConnectionForPrivateLinkHubInner> value()
Get the value property: The value property.
Returns:
withNextLink
public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withNextLink(String nextLink)
Set the nextLink property: The nextLink property.
Parameters:
Returns:
withValue
public PrivateEndpointConnectionForPrivateLinkHubResourceCollectionResponse withValue(List<PrivateEndpointConnectionForPrivateLinkHubInner> value)
Set the value property: The value property.
Parameters:
Returns: