Class JournalIdentifier
- java.lang.Object
-
- com.atlassian.confluence.api.model.journal.JournalIdentifier
-
- All Implemented Interfaces:
Serializable
@PublicApi public class JournalIdentifier extends Object implements Serializable
Identifier that contains journal name.- Since:
- 5.6
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JournalIdentifier(String journalName)
Create a new journal identifier
-
-
-
Constructor Detail
-
JournalIdentifier
public JournalIdentifier(String journalName)
Create a new journal identifier- Parameters:
journalName
- journal name consisting of at least 1 and and most 255 characters from the following groups:- Lower-case letters from english alphabet (a-z)
- Digits (0-9)
- Underscore or dot (_ or .)
-
-