Package org.bonitasoft.web.client.model
Class ApplicationPageCreateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ApplicationPageCreateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationPageCreateRequest extends Object implements Serializable
ApplicationPageCreateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_APPLICATION_IDstatic StringJSON_PROPERTY_PAGE_IDstatic StringJSON_PROPERTY_TOKEN
-
Constructor Summary
Constructors Constructor Description ApplicationPageCreateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationPageCreateRequestapplicationId(String applicationId)booleanequals(Object o)StringgetApplicationId()id of the application related to this pageStringgetPageId()id of the custom page to displayStringgetToken()token use to access the page using a URL : ../appName/pageToken/inthashCode()ApplicationPageCreateRequestpageId(String pageId)voidsetApplicationId(String applicationId)voidsetPageId(String pageId)voidsetToken(String token)ApplicationPageCreateRequesttoken(String token)StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_TOKEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_APPLICATION_ID
public static final String JSON_PROPERTY_APPLICATION_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PAGE_ID
public static final String JSON_PROPERTY_PAGE_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
token
public ApplicationPageCreateRequest token(String token)
-
getToken
@Nullable public String getToken()
token use to access the page using a URL : ../appName/pageToken/- Returns:
- token
-
setToken
public void setToken(String token)
-
applicationId
public ApplicationPageCreateRequest applicationId(String applicationId)
-
getApplicationId
@Nullable public String getApplicationId()
id of the application related to this page- Returns:
- applicationId
-
setApplicationId
public void setApplicationId(String applicationId)
-
pageId
public ApplicationPageCreateRequest pageId(String pageId)
-
setPageId
public void setPageId(String pageId)
-
-