ApiCollectionList Class

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

Implements

public final class ApiCollectionList
implements JsonSerializable<ApiCollectionList>

Page of a list of API collections as represented by Microsoft Defender for APIs.

Constructor Summary

Constructor Description
ApiCollectionList()

Creates an instance of ApiCollectionList class.

Method Summary

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

Reads an instance of ApiCollectionList 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<ApiCollectionInner> value()

Get the value property: API collections in this page.

Methods inherited from java.lang.Object

Constructor Details

ApiCollectionList

public ApiCollectionList()

Creates an instance of ApiCollectionList class.

Method Details

fromJson

public static ApiCollectionList fromJson(JsonReader jsonReader)

Reads an instance of ApiCollectionList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ApiCollectionList 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 ApiCollectionList.

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<ApiCollectionInner> value()

Get the value property: API collections in this page.

Returns:

the value value.

Applies to