Class ProfileEntry

java.lang.Object
org.bonitasoft.web.client.model.ProfileEntry
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ProfileEntry extends Object implements Serializable
Profile entry
See Also:
  • Field Details

  • Constructor Details

    • ProfileEntry

      public ProfileEntry()
  • Method Details

    • id

      public ProfileEntry id(@Nullable String id)
    • getId

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

      public void setId(@Nullable String id)
    • icon

      public ProfileEntry icon(@Nullable String icon)
    • getIcon

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

      public void setIcon(@Nullable String icon)
    • index

      public ProfileEntry index(@Nullable String index)
    • getIndex

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

      public void setIndex(@Nullable String index)
    • profileId

      public ProfileEntry profileId(@Nullable String profileId)
    • getProfileId

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

      public void setProfileId(@Nullable String profileId)
    • page

      public ProfileEntry page(@Nullable String page)
    • 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(@Nullable String page)
    • description

      public ProfileEntry description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • name

      public ProfileEntry name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • type

      public ProfileEntry type(@Nullable String type)
    • getType

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

      public void setType(@Nullable String type)
    • isCustom

      public ProfileEntry isCustom(@Nullable Boolean isCustom)
    • getIsCustom

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

      public void setIsCustom(@Nullable Boolean isCustom)
    • parentId

      public ProfileEntry parentId(@Nullable String parentId)
    • getParentId

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

      public void setParentId(@Nullable String parentId)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object