Package org.bonitasoft.web.client.model
Class ApplicationUpdateRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.ApplicationUpdateRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ApplicationUpdateRequest extends Object implements Serializable
ApplicationUpdateRequest- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringJSON_PROPERTY_DESCRIPTIONstatic StringJSON_PROPERTY_DISPLAY_NAMEstatic StringJSON_PROPERTY_PROFILE_IDstatic StringJSON_PROPERTY_THEME_IDstatic StringJSON_PROPERTY_TOKENstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description ApplicationUpdateRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ApplicationUpdateRequestdescription(String description)ApplicationUpdateRequestdisplayName(String displayName)booleanequals(Object o)StringgetDescription()description of the applicationStringgetDisplayName()display name of the applicationStringgetProfileId()profile authorized to access this applicationStringgetThemeId() theme id for the applicationStringgetToken()token of the application used to build the application URLStringgetVersion()version of the applicationinthashCode()ApplicationUpdateRequestprofileId(String profileId)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetProfileId(String profileId)voidsetThemeId(String themeId)voidsetToken(String token)voidsetVersion(String version)ApplicationUpdateRequestthemeId(String themeId)ApplicationUpdateRequesttoken(String token)StringtoString()ApplicationUpdateRequestversion(String version)
-
-
-
Field Detail
-
JSON_PROPERTY_DESCRIPTION
public static final String JSON_PROPERTY_DESCRIPTION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_DISPLAY_NAME
public static final String JSON_PROPERTY_DISPLAY_NAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PROFILE_ID
public static final String JSON_PROPERTY_PROFILE_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_TOKEN
public static final String JSON_PROPERTY_TOKEN
- See Also:
- Constant Field Values
-
JSON_PROPERTY_VERSION
public static final String JSON_PROPERTY_VERSION
- See Also:
- Constant Field Values
-
JSON_PROPERTY_THEME_ID
public static final String JSON_PROPERTY_THEME_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
description
public ApplicationUpdateRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description of the application- Returns:
- description
-
setDescription
public void setDescription(String description)
-
displayName
public ApplicationUpdateRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name of the application- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
profileId
public ApplicationUpdateRequest profileId(String profileId)
-
getProfileId
@Nullable public String getProfileId()
profile authorized to access this application- Returns:
- profileId
-
setProfileId
public void setProfileId(String profileId)
-
token
public ApplicationUpdateRequest token(String token)
-
getToken
@Nullable public String getToken()
token of the application used to build the application URL- Returns:
- token
-
setToken
public void setToken(String token)
-
version
public ApplicationUpdateRequest version(String version)
-
setVersion
public void setVersion(String version)
-
themeId
public ApplicationUpdateRequest themeId(String themeId)
-
getThemeId
@Nullable public String getThemeId()
 theme id for the application- Returns:
- themeId
-
setThemeId
public void setThemeId(String themeId)
-
-