Class ContentLocatorBuilder.BlogLocatorBuilder
- java.lang.Object
-
- com.atlassian.confluence.api.model.locator.ContentLocatorBuilder.BlogLocatorBuilder
-
- Enclosing class:
- ContentLocatorBuilder
public static class ContentLocatorBuilder.BlogLocatorBuilder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description ContentLocatorbySpaceKeyTitleAndPostingDay(String spaceKey, String title, LocalDate postingDay)ContentLocatorbySpaceKeyTitleAndPostingDay(String spaceKey, String title, org.joda.time.LocalDate postingDay)Deprecated.since 8.6 usebySpaceKeyTitleAndPostingDay(String, String, LocalDate)
-
-
-
Method Detail
-
bySpaceKeyTitleAndPostingDay
public ContentLocator bySpaceKeyTitleAndPostingDay(String spaceKey, String title, LocalDate postingDay)
- Since:
- 8.6
-
bySpaceKeyTitleAndPostingDay
@Deprecated public ContentLocator bySpaceKeyTitleAndPostingDay(String spaceKey, String title, org.joda.time.LocalDate postingDay)
Deprecated.since 8.6 usebySpaceKeyTitleAndPostingDay(String, String, LocalDate)
-
-