Package org.bonitasoft.web.client.model
Class CreateApplicationRequest
- java.lang.Object
-
- org.bonitasoft.web.client.model.CreateApplicationRequest
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class CreateApplicationRequest extends Object implements Serializable
CreateApplicationRequest- 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_TOKENstatic StringJSON_PROPERTY_VERSION
-
Constructor Summary
Constructors Constructor Description CreateApplicationRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateApplicationRequestdescription(String description)CreateApplicationRequestdisplayName(String displayName)booleanequals(Object o)StringgetDescription()description of the applicationStringgetDisplayName()display name of the applicationStringgetProfileId()profile authorized to access this applicationStringgetToken()token of the application used to build the application URLStringgetVersion()version of the applicationinthashCode()CreateApplicationRequestprofileId(String profileId)voidsetDescription(String description)voidsetDisplayName(String displayName)voidsetProfileId(String profileId)voidsetToken(String token)voidsetVersion(String version)CreateApplicationRequesttoken(String token)StringtoString()CreateApplicationRequestversion(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
-
-
Method Detail
-
description
public CreateApplicationRequest description(String description)
-
getDescription
@Nullable public String getDescription()
description of the application- Returns:
- description
-
setDescription
public void setDescription(String description)
-
displayName
public CreateApplicationRequest displayName(String displayName)
-
getDisplayName
@Nullable public String getDisplayName()
display name of the application- Returns:
- displayName
-
setDisplayName
public void setDisplayName(String displayName)
-
profileId
public CreateApplicationRequest profileId(String profileId)
-
getProfileId
@Nullable public String getProfileId()
profile authorized to access this application- Returns:
- profileId
-
setProfileId
public void setProfileId(String profileId)
-
token
public CreateApplicationRequest 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 CreateApplicationRequest version(String version)
-
setVersion
public void setVersion(String version)
-
-