AliasPath Class

Definition

The type of the paths for alias.

public class AliasPath
Inheritance
java.lang.Object
AliasPath

Inherited Members

java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructors

AliasPath()

Methods

apiVersions()

Get the API versions.

metadata()

Get the metadata of the alias path. If missing, fall back to the default metadata of the alias.

path()

Get the path of an alias.

pattern()

Get the pattern for an alias path.

withApiVersions(List<String> apiVersions)

Set the API versions.

withPath(String path)

Set the path of an alias.

withPattern(AliasPattern pattern)

Set the pattern for an alias path.

Applies to