Class CertificateResourceCollection
- java.lang.Object
-
- com.azure.resourcemanager.appplatform.models.CertificateResourceCollection
-
public final class CertificateResourceCollection extends Object
Collection compose of certificate resources list and a possible link for next page.
-
-
Constructor Summary
Constructors Constructor Description CertificateResourceCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringnextLink()Get the nextLink property: The link to next page of certificate list.voidvalidate()Validates the instance.List<CertificateResourceInner>value()Get the value property: The certificate resources list.CertificateResourceCollectionwithNextLink(String nextLink)Set the nextLink property: The link to next page of certificate list.CertificateResourceCollectionwithValue(List<CertificateResourceInner> value)Set the value property: The certificate resources list.
-
-
-
Method Detail
-
value
public List<CertificateResourceInner> value()
Get the value property: The certificate resources list.- Returns:
- the value value.
-
withValue
public CertificateResourceCollection withValue(List<CertificateResourceInner> value)
Set the value property: The certificate resources list.- Parameters:
value- the value value to set.- Returns:
- the CertificateResourceCollection object itself.
-
nextLink
public String nextLink()
Get the nextLink property: The link to next page of certificate list.- Returns:
- the nextLink value.
-
withNextLink
public CertificateResourceCollection withNextLink(String nextLink)
Set the nextLink property: The link to next page of certificate list.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the CertificateResourceCollection object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-