Class ProfileEntryCreateRequest

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

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

  • Constructor Details

    • ProfileEntryCreateRequest

      public ProfileEntryCreateRequest()
  • Method Details

    • profileId

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

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

      public void setDescription(@Nullable String description)
    • name

      public ProfileEntryCreateRequest name(@Nullable String name)
    • getName

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

      public void setName(@Nullable String name)
    • type

      public ProfileEntryCreateRequest 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 ProfileEntryCreateRequest isCustom(@Nullable Boolean isCustom)
    • getIsCustom

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

      public void setIsCustom(@Nullable Boolean isCustom)
    • parentId

      public ProfileEntryCreateRequest 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