public final class InboundEnvironmentEndpointCollection extends Object
| Constructor and Description |
|---|
InboundEnvironmentEndpointCollection() |
| Modifier and Type | Method and Description |
|---|---|
String |
nextLink()
Get the nextLink property: Link to next page of resources.
|
void |
validate()
Validates the instance.
|
List<InboundEnvironmentEndpointInner> |
value()
Get the value property: Collection of resources.
|
InboundEnvironmentEndpointCollection |
withValue(List<InboundEnvironmentEndpointInner> value)
Set the value property: Collection of resources.
|
public InboundEnvironmentEndpointCollection()
public List<InboundEnvironmentEndpointInner> value()
public InboundEnvironmentEndpointCollection withValue(List<InboundEnvironmentEndpointInner> value)
value - the value value to set.public String nextLink()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.