Class CreateApplicationRequest

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

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

  • Constructor Details

    • CreateApplicationRequest

      public CreateApplicationRequest()
  • Method Details

    • link

      public CreateApplicationRequest link(@Nullable Boolean link)
    • getLink

      @Nullable public Boolean getLink()
      true for an application link, false for a legacy application
      Returns:
      link
    • setLink

      public void setLink(@Nullable Boolean link)
    • description

      public CreateApplicationRequest description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • displayName

      public CreateApplicationRequest 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 CreateApplicationRequest 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 CreateApplicationRequest 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 CreateApplicationRequest version(@Nullable String version)
    • getVersion

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

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