public class AliasPathType extends Object
| Constructor and Description |
|---|
AliasPathType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
apiVersions()
Get the API versions.
|
String |
path()
Get the path of an alias.
|
AliasPathType |
withApiVersions(List<String> apiVersions)
Set the API versions.
|
AliasPathType |
withPath(String path)
Set the path of an alias.
|
public String path()
public AliasPathType withPath(String path)
path - the path value to setpublic AliasPathType withApiVersions(List<String> apiVersions)
apiVersions - the apiVersions 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.
*/