CustomCertificateList Class

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

public final class CustomCertificateList

Custom certificates list.

Constructor Summary

Constructor Description
CustomCertificateList()

Creates an instance of CustomCertificateList class.

Method Summary

Modifier and Type Method and Description
String nextLink()

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

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

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.

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