Class ProfileEntry

    • Constructor Detail

      • ProfileEntry

        public ProfileEntry()
    • Method Detail

      • getId

        @Nullable
        public String getId()
        profileEntry id
        Returns:
        id
      • setId

        public void setId​(String id)
      • getIcon

        @Nullable
        public String getIcon()
        icon used in the portal to represent a profileEntry
        Returns:
        icon
      • setIcon

        public void setIcon​(String icon)
      • getIndex

        @Nullable
        public String getIndex()
        position in a menu
        Returns:
        index
      • setIndex

        public void setIndex​(String index)
      • getProfileId

        @Nullable
        public String getProfileId()
        id of the profile that contains this profileEntry
        Returns:
        profileId
      • setProfileId

        public void setProfileId​(String profileId)
      • getPage

        @Nullable
        public String getPage()
        pageToken (menu name or menu item name) used in a portal menu to identify the page associated with the profileEntry
        Returns:
        page
      • setPage

        public void setPage​(String page)
      • getDescription

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

        public void setDescription​(String description)
      • getName

        @Nullable
        public String getName()
        name of the profileEntry
        Returns:
        name
      • setName

        public void setName​(String name)
      • getType

        @Nullable
        public String getType()
        link (if menu item) | folder (if menu)
        Returns:
        type
      • setType

        public void setType​(String type)
      • getIsCustom

        @Nullable
        public Boolean getIsCustom()
        true | false
        Returns:
        isCustom
      • setIsCustom

        public void setIsCustom​(Boolean isCustom)
      • getParentId

        @Nullable
        public String getParentId()
        id or parent profileEntry if in a folder
        Returns:
        parentId
      • setParentId

        public void setParentId​(String parentId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object