CustomCertificateList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. CustomCertificateList
- com.
public final class CustomCertificateList
Custom certificates list.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomCertificateList() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
nextLink()
Get the next |
| void |
validate()
Validates the instance. |
|
List<Custom |
value()
Get the value property: List of custom certificates of this resource. |
|
Custom |
withNextLink(String nextLink)
Set the next |
|
Custom |
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:
validate
public void validate()
Validates the instance.
value
public List<CustomCertificateInner> value()
Get the value property: List of custom certificates of this resource.
Returns:
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:
Returns:
withValue
public CustomCertificateList withValue(List<CustomCertificateInner> value)
Set the value property: List of custom certificates of this resource.
Parameters:
Returns: