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.8.0") public class ApplicationUpdateRequest extends Object implements Serializable
ApplicationUpdateRequest
See Also:
  • Field Details

  • Constructor Details

    • ApplicationUpdateRequest

      public ApplicationUpdateRequest()
  • Method Details

    • description

      public ApplicationUpdateRequest description(String description)
    • getDescription

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

      public void setDescription(String description)
    • displayName

      public ApplicationUpdateRequest displayName(String displayName)
    • getDisplayName

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

      public void setDisplayName(String displayName)
    • profileId

      public ApplicationUpdateRequest profileId(String profileId)
    • getProfileId

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

      public void setProfileId(String profileId)
    • token

      public ApplicationUpdateRequest token(String token)
    • getToken

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

      public void setToken(String token)
    • version

      public ApplicationUpdateRequest version(String version)
    • getVersion

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

      public void setVersion(String version)
    • themeId

      public ApplicationUpdateRequest themeId(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(String themeId)
    • layoutId

      public ApplicationUpdateRequest layoutId(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(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