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