CustomCertificateList Class

  • java.lang.Object
    • com.azure.resourcemanager.webpubsub.models.CustomCertificateList

Implements

public final class CustomCertificateList
implements JsonSerializable<CustomCertificateList>

Custom certificates list.

Constructor Summary

Constructor Description
CustomCertificateList()

Creates an instance of CustomCertificateList class.

Method Summary

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

Reads an instance of CustomCertificateList from the JsonReader.

String nextLink()

Get the nextLink property: The URL the client should use to fetch the next page (per server side paging).

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<CustomCertificateInner> value()

Get the value property: List of custom certificates of this resource.

CustomCertificateList withNextLink(String nextLink)

Set the nextLink property: The URL the client should use to fetch the next page (per server side paging).

CustomCertificateList withValue(List<CustomCertificateInner> value)

Set the value property: List of custom certificates of this resource.

Methods inherited from java.lang.Object

Constructor Details

CustomCertificateList

public CustomCertificateList()

Creates an instance of CustomCertificateList class.

Method Details

fromJson

public static CustomCertificateList fromJson(JsonReader jsonReader)

Reads an instance of CustomCertificateList from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

nextLink

public String nextLink()

Get the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Returns:

the nextLink value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<CustomCertificateInner> value()

Get the value property: List of custom certificates of this resource.

Returns:

the value value.

withNextLink

public CustomCertificateList withNextLink(String nextLink)

Set the nextLink property: The URL the client should use to fetch the next page (per server side paging). It's null for now, added for future use.

Parameters:

nextLink - the nextLink value to set.

Returns:

the CustomCertificateList object itself.

withValue

public CustomCertificateList withValue(List<CustomCertificateInner> value)

Set the value property: List of custom certificates of this resource.

Parameters:

value - the value value to set.

Returns:

the CustomCertificateList object itself.

Applies to