public final class ApiDefinitionInfo extends Object
| Constructor and Description |
|---|
ApiDefinitionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
url()
Get the url property: The URL of the API definition.
|
void |
validate()
Validates the instance.
|
ApiDefinitionInfo |
withUrl(String url)
Set the url property: The URL of the API definition.
|
public String url()
public ApiDefinitionInfo withUrl(String url)
url - the url value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.