Class DetailedFormResource

java.lang.Object
de.xima.fc.api.rest.pub.client.form.model.DetailedFormResource
All Implemented Interfaces:
Serializable

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class DetailedFormResource extends Object implements Serializable
DetailedFormResource
See Also:
  • Field Details

  • Constructor Details

    • DetailedFormResource

      public DetailedFormResource()
      Creates a new empty model with no data yet. Use the various setters or fluent setters to add the appropriate data.
  • Method Details

    • links

      public DetailedFormResource links(Map<String,String> links)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • putLinksItem

      public DetailedFormResource putLinksItem(String key, String linksItem)
      Adds an entry to the existing set of entries. If an entry exists for the given key already, it is overwritten.
      Parameters:
      key - Object key at which to add an entry.
      linksItem - New value for the entry at the given key.
      Returns:
      This instance for chaining method calls.
    • getLinks

      @Nullable public Map<String,String> getLinks()
      Get links
      Returns:
      links
    • setLinks

      public void setLinks(Map<String,String> links)
    • client

      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getClient

      @Nullable public PublicResourceReferenceMandant getClient()
      Get client
      Returns:
      client
    • setClient

      public void setClient(PublicResourceReferenceMandant client)
    • description

      public DetailedFormResource description(String description)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getDescription

      @Nullable public String getDescription()
      The description of the form to be shown to end users.
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • displayName

      public DetailedFormResource displayName(String displayName)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getDisplayName

      @Nullable public String getDisplayName()
      The display name of the form to be shown to end users.
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName(String displayName)
    • providePath

      public DetailedFormResource providePath(String providePath)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getProvidePath

      @Nullable public String getProvidePath()
      The provide path of the form.
      Returns:
      providePath
    • setProvidePath

      public void setProvidePath(String providePath)
    • shortDescription

      public DetailedFormResource shortDescription(String shortDescription)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getShortDescription

      @Nullable public String getShortDescription()
      The short description of the form to be shown to end users.
      Returns:
      shortDescription
    • setShortDescription

      public void setShortDescription(String shortDescription)
    • thumbnailImage

      public DetailedFormResource thumbnailImage(BaseFormFileResource thumbnailImage)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getThumbnailImage

      @Nullable public BaseFormFileResource getThumbnailImage()
      Get thumbnailImage
      Returns:
      thumbnailImage
    • setThumbnailImage

      public void setThumbnailImage(BaseFormFileResource thumbnailImage)
    • title

      public DetailedFormResource title(String title)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getTitle

      @Nullable public String getTitle()
      The title of the form.
      Returns:
      title
    • setTitle

      public void setTitle(String title)
    • uuid

      public DetailedFormResource uuid(UUID uuid)
      Creates a new model with the given enum and no other data. Use the various setters or fluent setters to add further data.
    • getUuid

      @Nullable public UUID getUuid()
      Get uuid
      Returns:
      uuid
    • setUuid

      public void setUuid(UUID uuid)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object