Class AdminUsersAssignRequest

    • Method Detail

      • getTeamId

        public String getTeamId()
        Workspace Id.
      • getUserId

        public String getUserId()
        The ID of the user to add to the workspace.
      • isRestricted

        public boolean isRestricted()
        True if user should be added to the workspace as a guest.
      • isUltraRestricted

        public boolean isUltraRestricted()
        True if user should be added to the workspace as a single-channel guest.
      • setToken

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

        public void setTeamId​(String teamId)
        Workspace Id.
      • setUserId

        public void setUserId​(String userId)
        The ID of the user to add to the workspace.
      • setRestricted

        public void setRestricted​(boolean isRestricted)
        True if user should be added to the workspace as a guest.
      • setUltraRestricted

        public void setUltraRestricted​(boolean isUltraRestricted)
        True if user should be added to the workspace as a single-channel guest.
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object