Package org.bonitasoft.web.client.model
Class ApplicationLink
java.lang.Object
org.bonitasoft.web.client.model.ApplicationLink
- All Implemented Interfaces:
Serializable,Application
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ApplicationLink
extends Object
implements Serializable, Application
Contains the meta information of a Bonita Living Application Link.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumapplication statestatic enumvisibility of the Application. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreationDate(String creationDate) description(String description) displayName(String displayName) booleanAuthor user IDcreation date of the applicationdescription of the applicationdisplay name of the applicationIndicates whether the application can be modifiedgetId()id of the applicationlast update date of the applicationgetLink()true for an application linkprofile authorized to access this applicationgetState()application stategetToken()token of the application used to build the application URLLast updating user IDversion of the applicationvisibility of the Application.inthashCode()lastUpdateDate(String lastUpdateDate) voidsetCreatedBy(String createdBy) voidsetCreationDate(String creationDate) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetEditable(Boolean editable) voidvoidsetLastUpdateDate(String lastUpdateDate) voidvoidsetProfileId(String profileId) voidvoidvoidsetUpdatedBy(String updatedBy) voidsetVersion(String version) voidsetVisibility(ApplicationLink.VisibilityEnum visibility) state(ApplicationLink.StateEnum state) toString()visibility(ApplicationLink.VisibilityEnum visibility)
-
Field Details
-
JSON_PROPERTY_CREATED_BY
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_UPDATE_DATE
- See Also:
-
JSON_PROPERTY_PROFILE_ID
- See Also:
-
JSON_PROPERTY_TOKEN
- See Also:
-
JSON_PROPERTY_UPDATED_BY
- See Also:
-
JSON_PROPERTY_VERSION
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_VISIBILITY
- See Also:
-
JSON_PROPERTY_EDITABLE
- See Also:
-
JSON_PROPERTY_LINK
- See Also:
-
-
Constructor Details
-
ApplicationLink
public ApplicationLink()
-
-
Method Details
-
createdBy
-
getCreatedBy
Author user ID- Specified by:
getCreatedByin interfaceApplication- Returns:
- createdBy
-
setCreatedBy
-
creationDate
-
getCreationDate
creation date of the application- Specified by:
getCreationDatein interfaceApplication- Returns:
- creationDate
-
setCreationDate
-
description
-
getDescription
description of the application- Specified by:
getDescriptionin interfaceApplication- Returns:
- description
-
setDescription
-
displayName
-
getDisplayName
display name of the application- Specified by:
getDisplayNamein interfaceApplication- Returns:
- displayName
-
setDisplayName
-
id
-
getId
id of the application- Specified by:
getIdin interfaceApplication- Returns:
- id
-
setId
-
lastUpdateDate
-
getLastUpdateDate
last update date of the application- Specified by:
getLastUpdateDatein interfaceApplication- Returns:
- lastUpdateDate
-
setLastUpdateDate
-
profileId
-
getProfileId
profile authorized to access this application- Specified by:
getProfileIdin interfaceApplication- Returns:
- profileId
-
setProfileId
-
token
-
getToken
token of the application used to build the application URL- Specified by:
getTokenin interfaceApplication- Returns:
- token
-
setToken
-
updatedBy
-
getUpdatedBy
Last updating user ID- Specified by:
getUpdatedByin interfaceApplication- Returns:
- updatedBy
-
setUpdatedBy
-
version
-
getVersion
version of the application- Specified by:
getVersionin interfaceApplication- Returns:
- version
-
setVersion
-
state
-
getState
application state- Returns:
- state
-
setState
-
visibility
-
getVisibility
visibility of the Application. This value is purely indicative, changing it in the application object won't change the accessibility to the actual application.- Returns:
- visibility
-
setVisibility
-
editable
-
getEditable
Indicates whether the application can be modified- Specified by:
getEditablein interfaceApplication- Returns:
- editable
-
setEditable
-
link
-
getLink
true for an application link- Specified by:
getLinkin interfaceApplication- Returns:
- link
-
setLink
-
equals
-
hashCode
public int hashCode() -
toString
-