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