public final class ResourcesResponseInner extends Object
| Constructor and Description |
|---|
ResourcesResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourcesResponseCustomDomainsItem> |
customDomains()
Get the customDomains property: The customDomains property.
|
List<ResourcesResponseEndpointsItem> |
endpoints()
Get the endpoints property: The endpoints property.
|
void |
validate()
Validates the instance.
|
ResourcesResponseInner |
withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains)
Set the customDomains property: The customDomains property.
|
ResourcesResponseInner |
withEndpoints(List<ResourcesResponseEndpointsItem> endpoints)
Set the endpoints property: The endpoints property.
|
public List<ResourcesResponseEndpointsItem> endpoints()
public ResourcesResponseInner withEndpoints(List<ResourcesResponseEndpointsItem> endpoints)
endpoints - the endpoints value to set.public List<ResourcesResponseCustomDomainsItem> customDomains()
public ResourcesResponseInner withCustomDomains(List<ResourcesResponseCustomDomainsItem> customDomains)
customDomains - the customDomains value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.