Class ApplicationUpdateRequest

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

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

  • Constructor Details

    • ApplicationUpdateRequest

      public ApplicationUpdateRequest()
  • Method Details

    • description

      public ApplicationUpdateRequest description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • displayName

      public ApplicationUpdateRequest displayName(@Nullable String displayName)
    • getDisplayName

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

      public void setDisplayName(@Nullable String displayName)
    • profileId

      public ApplicationUpdateRequest profileId(@Nullable String profileId)
    • getProfileId

      @Nullable public String getProfileId()
      profile authorized to access this application
      Returns:
      profileId
    • setProfileId

      public void setProfileId(@Nullable String profileId)
    • token

      public ApplicationUpdateRequest token(@Nullable String token)
    • getToken

      @Nullable public String getToken()
      token of the application used to build the application URL
      Returns:
      token
    • setToken

      public void setToken(@Nullable String token)
    • version

      public ApplicationUpdateRequest version(@Nullable String version)
    • getVersion

      @Nullable public String getVersion()
      version of the application
      Returns:
      version
    • setVersion

      public void setVersion(@Nullable String version)
    • themeId

      public ApplicationUpdateRequest themeId(@Nullable String themeId)
    • getThemeId

      @Nullable public String getThemeId()
      ![edition](https://img.shields.io/badge/edition-entreprise-blue) theme id for the application
      Returns:
      themeId
    • setThemeId

      public void setThemeId(@Nullable String themeId)
    • layoutId

      public ApplicationUpdateRequest layoutId(@Nullable String layoutId)
    • getLayoutId

      @Nullable public String getLayoutId()
      ![edition](https://img.shields.io/badge/edition-entreprise-blue) layout id for the application
      Returns:
      layoutId
    • setLayoutId

      public void setLayoutId(@Nullable String layoutId)
    • 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