ExternalSecuritySolutionList Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. ExternalSecuritySolutionList
- com.
Implements
public final class ExternalSecuritySolutionList
implements JsonSerializable<ExternalSecuritySolutionList>
The ExternalSecuritySolutionList model.
Constructor Summary
| Constructor | Description |
|---|---|
| ExternalSecuritySolutionList() |
Creates an instance of External |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
External |
fromJson(JsonReader jsonReader)
Reads an instance of External |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
List<External |
value()
Get the value property: The value property. |
|
External |
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:
Returns:
Throws:
nextLink
public String nextLink()
Get the nextLink property: The URI to fetch the next page.
Returns:
toJson
validate
public void validate()
Validates the instance.
value
public List<ExternalSecuritySolutionInner> value()
Get the value property: The value property.
Returns:
withValue
public ExternalSecuritySolutionList withValue(List<ExternalSecuritySolutionInner> value)
Set the value property: The value property.
Parameters:
Returns: