Class ApplicationUpdateRequest

    • Constructor Detail

      • ApplicationUpdateRequest

        public ApplicationUpdateRequest()
    • Method Detail

      • getDescription

        @Nullable
        public String getDescription()
        description of the application
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • getDisplayName

        @Nullable
        public String getDisplayName()
        display name of the application
        Returns:
        displayName
      • setDisplayName

        public void setDisplayName​(String displayName)
      • getProfileId

        @Nullable
        public String getProfileId()
        profile authorized to access this application
        Returns:
        profileId
      • setProfileId

        public void setProfileId​(String profileId)
      • getToken

        @Nullable
        public String getToken()
        token of the application used to build the application URL
        Returns:
        token
      • setToken

        public void setToken​(String token)
      • getVersion

        @Nullable
        public String getVersion()
        version of the application
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • getThemeId

        @Nullable
        public String getThemeId()
        ![edition](https://img.shields.io/badge/edition-entreprise-blue) theme id for the application
        Returns:
        themeId
      • setThemeId

        public void setThemeId​(String themeId)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object