Class AdminBarriersCreateRequest

    • Method Detail

      • getBarrieredFromUsergroupIds

        public List<String> getBarrieredFromUsergroupIds()
        A list of IDP Groups ids that the primary usergroup is to be barriered from.
      • getPrimaryUsergroupId

        public String getPrimaryUsergroupId()
        The id of the primary IDP Group
      • getRestrictedSubjects

        public List<String> getRestrictedSubjects()
        What kind of interactions are blocked by this barrier? For v1, we only support a list of all 3, eg im, mpim, call
      • setToken

        public void setToken​(String token)
        Authentication token bearing required scopes.
      • setBarrieredFromUsergroupIds

        public void setBarrieredFromUsergroupIds​(List<String> barrieredFromUsergroupIds)
        A list of IDP Groups ids that the primary usergroup is to be barriered from.
      • setPrimaryUsergroupId

        public void setPrimaryUsergroupId​(String primaryUsergroupId)
        The id of the primary IDP Group
      • setRestrictedSubjects

        public void setRestrictedSubjects​(List<String> restrictedSubjects)
        What kind of interactions are blocked by this barrier? For v1, we only support a list of all 3, eg im, mpim, call
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object