Class CertificateResourceCollection
java.lang.Object
com.azure.resourcemanager.appplatform.models.CertificateResourceCollection
Collection compose of certificate resources list and a possible link for next page.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of CertificateResourceCollection class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The link to next page of certificate list.voidvalidate()Validates the instance.value()Get the value property: The certificate resources list.withNextLink(String nextLink) Set the nextLink property: The link to next page of certificate list.withValue(List<CertificateResourceInner> value) Set the value property: The certificate resources list.
-
Constructor Details
-
CertificateResourceCollection
public CertificateResourceCollection()Creates an instance of CertificateResourceCollection class.
-
-
Method Details
-
value
Get the value property: The certificate resources list.- Returns:
- the value value.
-
withValue
Set the value property: The certificate resources list.- Parameters:
value- the value value to set.- Returns:
- the CertificateResourceCollection object itself.
-
nextLink
Get the nextLink property: The link to next page of certificate list.- Returns:
- the nextLink value.
-
withNextLink
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.
-