public class BlogPostsForDateResourceIdentifier extends Object implements ResourceIdentifier
| Constructor and Description |
|---|
BlogPostsForDateResourceIdentifier(String spaceKey,
Calendar postingDay) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Calendar |
getPostingDay() |
SpaceResourceIdentifier |
getSpace() |
String |
getSpaceKey() |
int |
hashCode() |
String |
toString() |
public BlogPostsForDateResourceIdentifier(String spaceKey, Calendar postingDay)
spaceKey - Representing the space this blog is in. This may be null if the space is to be derived from context.postingDay - identifies the posting date for the blog. May be null if the blog is to be derived from context.public Calendar getPostingDay()
public String getSpaceKey()
public SpaceResourceIdentifier getSpace()
Copyright © 2003–2017 Atlassian. All rights reserved.