Package org.bonitasoft.web.client.model
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.12.0")
public class ApplicationUpdateRequest
extends Object
implements Serializable
ApplicationUpdateRequest
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) displayName(String displayName) booleandescription of the applicationdisplay name of the application!profile authorized to access this application!getToken()token of the application used to build the application URLversion of the applicationinthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetLayoutId(String layoutId) voidsetProfileId(String profileId) voidsetThemeId(String themeId) voidvoidsetVersion(String version) toString()
-
Field Details
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_PROFILE_ID
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_THEME_ID
- See Also:
-
JSON_PROPERTY_LAYOUT_ID
- See Also:
-
-
Constructor Details
-
ApplicationUpdateRequest
public ApplicationUpdateRequest()
-
-
Method Details
-
description
-
getDescription
description of the application- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
display name of the application- Returns:
- displayName
-
setDisplayName
-
profileId
-
getProfileId
profile authorized to access this application- Returns:
- profileId
-
setProfileId
-
token
-
getToken
token of the application used to build the application URL- Returns:
- token
-
setToken
-
version
-
getVersion
version of the application- Returns:
- version
-
setVersion
-
themeId
-
getThemeId
 theme id for the application- Returns:
- themeId
-
setThemeId
-
layoutId
-
getLayoutId
 layout id for the application- Returns:
- layoutId
-
setLayoutId
-
equals
-
hashCode
public int hashCode() -
toString
-