Package org.bonitasoft.web.client.model
Class CreateApplicationRequest
java.lang.Object
org.bonitasoft.web.client.model.CreateApplicationRequest
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class CreateApplicationRequest
extends Object
implements Serializable
CreateApplicationRequest
- 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 applicationgetLink()true for an application link, false for a legacy applicationprofile authorized to access this applicationgetToken()token of the application used to build the application URLversion of the applicationinthashCode()voidsetDescription(String description) voidsetDisplayName(String displayName) voidvoidsetProfileId(String profileId) voidvoidsetVersion(String version) toString()
-
Field Details
-
JSON_PROPERTY_LINK
- See Also:
-
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:
-
-
Constructor Details
-
CreateApplicationRequest
public CreateApplicationRequest()
-
-
Method Details
-
link
-
getLink
true for an application link, false for a legacy application- Returns:
- link
-
setLink
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-