Class JournalIdentifier
java.lang.Object
com.atlassian.confluence.api.model.journal.JournalIdentifier
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MultiSubscriptionPerJournalIdentifier
Identifier that contains journal name.
- Since:
- 5.6
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JournalIdentifier
Create a new journal identifier- Parameters:
journalName
- journal name consisting of at least 1 and most 255 characters from the following groups:- Lower-case letters from english alphabet (a-z)
- Digits (0-9)
- Underscore or dot (_ or .)
-
-
Method Details