Class JournalIdentifier

java.lang.Object
com.atlassian.confluence.api.model.journal.JournalIdentifier
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MultiSubscriptionPerJournalIdentifier

@PublicApi public class JournalIdentifier extends Object implements Serializable
Identifier that contains journal name.
Since:
5.6
See Also:
  • Constructor Details

    • JournalIdentifier

      public JournalIdentifier(String journalName)
      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