Class PrincipalConfig

    • Constructor Detail

      • PrincipalConfig

        public PrincipalConfig​(String id,
                               String shortId,
                               String name,
                               int type,
                               int subType,
                               String channelId)
      • PrincipalConfig

        public PrincipalConfig​(UserConfig userConfig)
      • PrincipalConfig

        public PrincipalConfig​(GroupConfig groupConfig)
    • Method Detail

      • getId

        public String getId()
        Returns:
        Returns the id.
      • setName

        public void setName​(String name)
      • getShortId

        public String getShortId()
        Returns:
        Returns the shortId.
      • setShortId

        public void setShortId​(String shortId)
      • getSubType

        public int getSubType()
        Parameters:
        sybType - The sybType to set.
      • setSubType

        public void setSubType​(int subType)
      • getType

        public int getType()
        Parameters:
        type - The type to set.
      • setType

        public void setType​(int type)
      • getChannelId

        public String getChannelId()
        Returns:
        Returns the channelId.
      • setChannelId

        public void setChannelId​(String channelId)
      • getProfileImageHref

        public String getProfileImageHref()
        Get principal profile image href.
        Returns:
        this principal profile image href.
        Since:
        8.0.0