@Deprecated @ProviderType public class LocationItem extends Object
| Constructor and Description |
|---|
LocationItem(String name)
Deprecated.
Constructs an object of this type, using the name of the location
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Deprecated.
Returns the name of the location
|
String |
getPage()
Deprecated.
Returns the path to the parent page of the location
|
String |
getPath()
Deprecated.
Returns the path to the location
|
LocationItem |
withParentPage(String parentPage)
Deprecated.
Sets the parent page of this location
|
LocationItem |
withPath(String path)
Deprecated.
Sets the path of this location
|
public LocationItem(String name)
name - the name of the locationpublic LocationItem withPath(String path)
path - the path of the locationpublic LocationItem withParentPage(String parentPage)
parentPage - the path to the page that contains this targeted locationpublic String getName()
public String getPath()
public String getPage()
Copyright © 2010 - 2020 Adobe. All Rights Reserved