Class Group

    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • setId

        public void setId​(String id)
      • setName

        public void setName​(String name)
      • displayName

        public Group displayName​(String displayName)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        display name
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • parentPath

        public Group parentPath​(String parentPath)
      • getParentPath

        @Nullable
        public String getParentPath()
        the path of the parent group of this group (empty if the group has no parent)
        Returns:
        parentPath
      • setParentPath

        public void setParentPath​(String parentPath)
      • getPath

        @Nullable
        public String getPath()
        the full path of the group (including its parent path)
        Returns:
        path
      • setPath

        public void setPath​(String path)
      • description

        public Group description​(String description)
      • getDescription

        @Nullable
        public String getDescription()
        description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • creationDate

        public Group creationDate​(String creationDate)
      • getCreationDate

        @Nullable
        public String getCreationDate()
        creation date (format: `2014-12-31 15:17:24.736`)
        Returns:
        creationDate
      • setCreationDate

        public void setCreationDate​(String creationDate)
      • createdByUserId

        public Group createdByUserId​(String createdByUserId)
      • getCreatedByUserId

        @Nullable
        public String getCreatedByUserId()
        id of the user who created the group (-1 if the group was created by the tenant admin or by an organisation import)
        Returns:
        createdByUserId
      • setCreatedByUserId

        public void setCreatedByUserId​(String createdByUserId)
      • lastUpdateDate

        public Group lastUpdateDate​(String lastUpdateDate)
      • getLastUpdateDate

        @Nullable
        public String getLastUpdateDate()
        last update date (format: `2014-12-31 15:17:24.736`)
        Returns:
        lastUpdateDate
      • setLastUpdateDate

        public void setLastUpdateDate​(String lastUpdateDate)
      • setIcon

        public void setIcon​(String icon)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object