Class RoleProjectsBean


  • public class RoleProjectsBean
    extends Object
    • Constructor Detail

      • RoleProjectsBean

        public RoleProjectsBean​(@NotNull
                                RoleBean roleBean,
                                boolean globalScope,
                                @NotNull
                                List<String> visibleProjectIds,
                                @NotNull
                                List<String> visibleDisabledProjectIds)
    • Method Detail

      • getRoleBean

        @NotNull
        public RoleBean getRoleBean()
      • isGlobalScope

        public boolean isGlobalScope()
      • getVisibleProjectIds

        @NotNull
        public List<String> getVisibleProjectIds()
      • getVisibleDisabledProjectIds

        @NotNull
        public List<String> getVisibleDisabledProjectIds()