ExternalSecuritySolutionList Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ExternalSecuritySolutionList

Implements

public final class ExternalSecuritySolutionList
implements JsonSerializable<ExternalSecuritySolutionList>

The ExternalSecuritySolutionList model.

Constructor Summary

Constructor Description
ExternalSecuritySolutionList()

Creates an instance of ExternalSecuritySolutionList class.

Method Summary

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

Reads an instance of ExternalSecuritySolutionList from the JsonReader.

String nextLink()

Get the nextLink property: The URI to fetch the next page.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ExternalSecuritySolutionInner> value()

Get the value property: The value property.

ExternalSecuritySolutionList withValue(List<ExternalSecuritySolutionInner> value)

Set the value property: The value property.

Methods inherited from java.lang.Object

Constructor Details

ExternalSecuritySolutionList

public ExternalSecuritySolutionList()

Creates an instance of ExternalSecuritySolutionList class.

Method Details

fromJson

public static ExternalSecuritySolutionList fromJson(JsonReader jsonReader)

Reads an instance of ExternalSecuritySolutionList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ExternalSecuritySolutionList.

nextLink

public String nextLink()

Get the nextLink property: The URI to fetch the next page.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ExternalSecuritySolutionInner> value()

Get the value property: The value property.

Returns:

the value value.

withValue

public ExternalSecuritySolutionList withValue(List<ExternalSecuritySolutionInner> value)

Set the value property: The value property.

Parameters:

value - the value value to set.

Returns:

the ExternalSecuritySolutionList object itself.

Applies to