Class BaseFormFileResource

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

@Generated("de.xima.openapi.codegen.java_jaxrs.XimaJavaJaxrsGenerator") public class BaseFormFileResource extends Object implements Serializable
Base model representing a file attached to a form.
See Also:
  • Field Details

  • Constructor Details

    • BaseFormFileResource

      public BaseFormFileResource()
      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 BaseFormFileResource 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 BaseFormFileResource 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)
    • createdTimestamp

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

      @Nullable public OffsetDateTime getCreatedTimestamp()
      Get createdTimestamp
      Returns:
      createdTimestamp
    • setCreatedTimestamp

      public void setCreatedTimestamp(OffsetDateTime createdTimestamp)
    • fileName

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

      @Nullable public String getFileName()
      Get fileName
      Returns:
      fileName
    • setFileName

      public void setFileName(String fileName)
    • fileSize

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

      @Nullable public Integer getFileSize()
      Get fileSize
      Returns:
      fileSize
    • setFileSize

      public void setFileSize(Integer fileSize)
    • form

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

      @Nullable public PublicResourceReferenceProjekt getForm()
      Get form
      Returns:
      form
    • setForm

      public void setForm(PublicResourceReferenceProjekt form)
    • mimeType

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

      @Nullable public String getMimeType()
      Get mimeType
      Returns:
      mimeType
    • setMimeType

      public void setMimeType(String mimeType)
    • modifiedTimestamp

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

      @Nullable public OffsetDateTime getModifiedTimestamp()
      Get modifiedTimestamp
      Returns:
      modifiedTimestamp
    • setModifiedTimestamp

      public void setModifiedTimestamp(OffsetDateTime modifiedTimestamp)
    • uuid

      public BaseFormFileResource 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