Package org.bonitasoft.web.client.model
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) booleanid of the application related to this pageid of the custom page to displaygetToken()token use to access the page using a URL : ..inthashCode()voidsetApplicationId(String applicationId) voidvoidtoString()
-
Field Details
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_APPLICATION_ID
- See Also:
-
JSON_PROPERTY_PAGE_ID
- See Also:
-
-
Constructor Details
-
ApplicationPageCreateRequest
public ApplicationPageCreateRequest()
-
-
Method Details
-
token
-
getToken
token use to access the page using a URL : ../appName/pageToken/- Returns:
- token
-
setToken
-
applicationId
-
getApplicationId
id of the application related to this page- Returns:
- applicationId
-
setApplicationId
-
pageId
-
getPageId
id of the custom page to display- Returns:
- pageId
-
setPageId
-
equals
-
hashCode
public int hashCode() -
toString
-