Class FormModel

java.lang.Object
de.xima.fc.user_portal.view_model.forms.FormModel
All Implemented Interfaces:
Serializable

public class FormModel extends Object implements Serializable
The model for the form card.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
See Also:
  • Method Details

    • builder

      public static FormModel.Builder builder()
    • getDescription

      public String getDescription()
    • getDetailsButtonLabel

      public String getDetailsButtonLabel()
    • getName

      public String getName()
    • getProvidePath

      public String getProvidePath()
    • getShortDescription

      public String getShortDescription()
    • getTags

      public List<FormTagModel> getTags()
    • getThumbnailImageUrl

      public String getThumbnailImageUrl()
    • getUuid

      public UUID getUuid()