public class PageResourceIdentifier extends Object implements AttachmentContainerResourceIdentifier, NamedResourceIdentifier
Constructor and Description |
---|
PageResourceIdentifier(String title) |
PageResourceIdentifier(String spaceKey,
String title)
Create a new identifier for a PageResource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getResourceName() |
String |
getSpaceKey() |
String |
getTitle() |
int |
hashCode() |
boolean |
isPopulated() |
String |
toString() |
public PageResourceIdentifier(String title)
public PageResourceIdentifier(String spaceKey, String title)
spaceKey
- (optional) the key of the space the page is in, or null to derive it from context.title
- (required) the title of the pagepublic String getSpaceKey()
public String getTitle()
public String getResourceName()
getResourceName
in interface NamedResourceIdentifier
public boolean isPopulated()
Copyright © 2003–2020 Atlassian. All rights reserved.