Class PublicationItemRightsFacade.PublicationItemRightsForTeam

    • Method Detail

      • getTeamId

        public java.lang.String getTeamId()
        Retrieves the team ID associated with the rights for a team on a publication item.
        Returns:
        the team ID
      • builder

        public static PublicationItemRightsFacade.PublicationItemRightsForTeam.PublicationItemRightsForTeamBuilder builder()
        The class PublicationItemRightsForTeamBuilder is a builder class used to create instances of the PublicationItemRightsForTeam class. This builder provides methods to set the required parameters for creating an instance of PublicationItemRightsForTeam. Usage example: PublicationItemRightsForTeam rights = PublicationItemRightsForTeam.builder() .publicationItemId(publicationItemId) .rights(rights) .teamId(teamId) .build();
        Returns:
        A new instance of PublicationItemRightsForTeamBuilder.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object