public final class ResourcesResponseEndpointsItem extends Object
| Constructor and Description |
|---|
ResourcesResponseEndpointsItem() |
| Modifier and Type | Method and Description |
|---|---|
List<ResourcesResponseEndpointsPropertiesItemsItem> |
customDomains()
Get the customDomains property: The customDomains property.
|
Boolean |
history()
Get the history property: The history property.
|
String |
id()
Get the id property: The id property.
|
String |
name()
Get the name property: The name property.
|
void |
validate()
Validates the instance.
|
ResourcesResponseEndpointsItem |
withCustomDomains(List<ResourcesResponseEndpointsPropertiesItemsItem> customDomains)
Set the customDomains property: The customDomains property.
|
ResourcesResponseEndpointsItem |
withHistory(Boolean history)
Set the history property: The history property.
|
ResourcesResponseEndpointsItem |
withId(String id)
Set the id property: The id property.
|
ResourcesResponseEndpointsItem |
withName(String name)
Set the name property: The name property.
|
public String id()
public ResourcesResponseEndpointsItem withId(String id)
id - the id value to set.public String name()
public ResourcesResponseEndpointsItem withName(String name)
name - the name value to set.public Boolean history()
public ResourcesResponseEndpointsItem withHistory(Boolean history)
history - the history value to set.public List<ResourcesResponseEndpointsPropertiesItemsItem> customDomains()
public ResourcesResponseEndpointsItem withCustomDomains(List<ResourcesResponseEndpointsPropertiesItemsItem> 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.