Interface IProject

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String SYSTEM_PROJECT_ID
      The system project identifier.
    • Field Detail

      • SYSTEM_PROJECT_ID

        static final java.lang.String SYSTEM_PROJECT_ID
        The system project identifier.
        Since:
        17.0.0
        See Also:
        Constant Field Values
    • Method Detail

      • getId

        java.lang.String getId()
        Returns the project identifier.
        Returns:
        the project identifier.
        Since:
        12.4.0
      • getChannelId

        java.lang.String getChannelId()
        Returns the channel identifier.
        Returns:
        the channel identifier.
        Since:
        12.4.0
      • getName

        java.lang.String getName()
        Returns the name.
        Returns:
        the name.
        Since:
        12.4.0