OutboundEnvironmentEndpointCollection Class

  • java.lang.Object
    • com.azure.resourcemanager.hardwaresecuritymodules.models.OutboundEnvironmentEndpointCollection

Implements

public final class OutboundEnvironmentEndpointCollection
implements JsonSerializable<OutboundEnvironmentEndpointCollection>

Collection of OutboundEnvironmentEndpoint.

Constructor Summary

Constructor Description
OutboundEnvironmentEndpointCollection()

Creates an instance of OutboundEnvironmentEndpointCollection class.

Method Summary

Modifier and Type Method and Description
static OutboundEnvironmentEndpointCollection fromJson(JsonReader jsonReader)

Reads an instance of OutboundEnvironmentEndpointCollection from the JsonReader.

String nextLink()

Get the nextLink property: Link to next page of resources.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<OutboundEnvironmentEndpointInner> value()

Get the value property: Collection of resources.

OutboundEnvironmentEndpointCollection withValue(List<OutboundEnvironmentEndpointInner> value)

Set the value property: Collection of resources.

Methods inherited from java.lang.Object

Constructor Details

OutboundEnvironmentEndpointCollection

public OutboundEnvironmentEndpointCollection()

Creates an instance of OutboundEnvironmentEndpointCollection class.

Method Details

fromJson

public static OutboundEnvironmentEndpointCollection fromJson(JsonReader jsonReader)

Reads an instance of OutboundEnvironmentEndpointCollection from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of OutboundEnvironmentEndpointCollection if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

nextLink

public String nextLink()

Get the nextLink property: Link to next page of resources.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<OutboundEnvironmentEndpointInner> value()

Get the value property: Collection of resources.

Returns:

the value value.

withValue

public OutboundEnvironmentEndpointCollection withValue(List<OutboundEnvironmentEndpointInner> value)

Set the value property: Collection of resources.

Parameters:

value - the value value to set.

Returns:

the OutboundEnvironmentEndpointCollection object itself.

Applies to