public class ApiDefinitionInfo extends Object
| Constructor and Description |
|---|
ApiDefinitionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
url()
Get the URL of the API definition.
|
ApiDefinitionInfo |
withUrl(String url)
Set the URL of the API definition.
|
public String url()
public ApiDefinitionInfo withUrl(String url)
url - the url value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/