CustomCertificateList Class
- java.
lang. Object - com.
azure. resourcemanager. webpubsub. models. CustomCertificateList
- com.
Implements
public final class CustomCertificateList
implements JsonSerializable<CustomCertificateList>
Custom certificates list.
Constructor Summary
| Constructor | Description |
|---|---|
| CustomCertificateList() |
Creates an instance of Custom |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Custom |
fromJson(JsonReader jsonReader)
Reads an instance of Custom |
| String |
nextLink()
Get the next |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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
fromJson
public static CustomCertificateList fromJson(JsonReader jsonReader)
Reads an instance of CustomCertificateList from the JsonReader.
Parameters:
Returns:
Throws:
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:
toJson
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: