Interface IProjectSPI

    • Method Detail

      • setChannelId

        void setChannelId​(java.lang.String channelId)
        Sets the channel identifier.
        Parameters:
        channelId - the channel identifier.
        Since:
        12.4.0
      • setName

        void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the name.
        Throws:
        java.lang.NullPointerException - if the given name is null or a blank string.
        Since:
        12.4.0