Class ApplicationPageCreateRequest

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

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

  • Constructor Details

    • ApplicationPageCreateRequest

      public ApplicationPageCreateRequest()
  • Method Details

    • token

      public ApplicationPageCreateRequest token(@Nullable String token)
    • getToken

      @Nullable public String getToken()
      token use to access the page using a URL : ../appName/pageToken/
      Returns:
      token
    • setToken

      public void setToken(@Nullable String token)
    • applicationId

      public ApplicationPageCreateRequest applicationId(@Nullable String applicationId)
    • getApplicationId

      @Nullable public String getApplicationId()
      id of the application related to this page
      Returns:
      applicationId
    • setApplicationId

      public void setApplicationId(@Nullable String applicationId)
    • pageId

      public ApplicationPageCreateRequest pageId(@Nullable String pageId)
    • getPageId

      @Nullable public String getPageId()
      id of the custom page to display
      Returns:
      pageId
    • setPageId

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