Class GroupUpdateRequest

    • Constructor Detail

      • GroupUpdateRequest

        public GroupUpdateRequest()
    • Method Detail

      • getName

        public String getName()
        name
        Returns:
        name
      • setName

        public void setName​(String name)
      • getDisplayName

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

        public void setDisplayName​(String displayName)
      • 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)
      • getDescription

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

        public void setDescription​(String description)
      • getCreationDate

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

        public void setCreationDate​(String creationDate)
      • 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)
      • getLastUpdateDate

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

        public void setLastUpdateDate​(String lastUpdateDate)
      • getIcon

        @Nullable
        public String getIcon()
        icon path
        Returns:
        icon
      • setIcon

        public void setIcon​(String icon)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object