Class ProcessInstanceDocument

java.lang.Object
org.bonitasoft.web.client.model.ProcessInstanceDocument
All Implemented Interfaces:
Serializable

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public class ProcessInstanceDocument extends Object implements Serializable
A document in an active case
See Also:
  • Field Details

  • Constructor Details

    • ProcessInstanceDocument

      public ProcessInstanceDocument()
  • Method Details

    • id

      public ProcessInstanceDocument id(@Nullable String id)
    • getId

      @Nullable public String getId()
      documentId
      Returns:
      id
    • setId

      public void setId(@Nullable String id)
    • creationDate

      public ProcessInstanceDocument creationDate(@Nullable String creationDate)
    • getCreationDate

      @Nullable public String getCreationDate()
      date and time
      Returns:
      creationDate
    • setCreationDate

      public void setCreationDate(@Nullable String creationDate)
    • author

      public ProcessInstanceDocument author(@Nullable String author)
    • getAuthor

      @Deprecated @Nullable public String getAuthor()
      Deprecated.
      submittorUserId
      Returns:
      author
    • setAuthor

      public void setAuthor(@Nullable String author)
    • index

      public ProcessInstanceDocument index(@Nullable String index)
    • getIndex

      @Nullable public String getIndex()
      index in a list of documents, or -1 for a single document
      Returns:
      index
    • setIndex

      public void setIndex(@Nullable String index)
    • contentMimetype

      public ProcessInstanceDocument contentMimetype(@Nullable String contentMimetype)
    • getContentMimetype

      @Nullable public String getContentMimetype()
      MIME type
      Returns:
      contentMimetype
    • setContentMimetype

      public void setContentMimetype(@Nullable String contentMimetype)
    • caseId

      public ProcessInstanceDocument caseId(@Nullable String caseId)
    • getCaseId

      @Nullable public String getCaseId()
      caseId
      Returns:
      caseId
    • setCaseId

      public void setCaseId(@Nullable String caseId)
    • contentStorageId

      public ProcessInstanceDocument contentStorageId(@Nullable String contentStorageId)
    • getContentStorageId

      @Nullable public String getContentStorageId()
      storageId
      Returns:
      contentStorageId
    • setContentStorageId

      public void setContentStorageId(@Nullable String contentStorageId)
    • isInternal

      public ProcessInstanceDocument isInternal(@Nullable Boolean isInternal)
    • getIsInternal

      @Nullable public Boolean getIsInternal()
      `true` if the the document object contains the content directly. `false` if the document is specified by URL so the document object contains a reference to the content, not the content itself.
      Returns:
      isInternal
    • setIsInternal

      public void setIsInternal(@Nullable Boolean isInternal)
    • description

      public ProcessInstanceDocument description(@Nullable String description)
    • getDescription

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

      public void setDescription(@Nullable String description)
    • name

      public ProcessInstanceDocument name(@Nullable String name)
    • getName

      @Nullable public String getName()
      name
      Returns:
      name
    • setName

      public void setName(@Nullable String name)
    • fileName

      public ProcessInstanceDocument fileName(@Nullable String fileName)
    • getFileName

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

      public void setFileName(@Nullable String fileName)
    • submittedBy

      public ProcessInstanceDocument submittedBy(@Nullable String submittedBy)
    • getSubmittedBy

      @Nullable public String getSubmittedBy()
      submittorUserId
      Returns:
      submittedBy
    • setSubmittedBy

      public void setSubmittedBy(@Nullable String submittedBy)
    • url

      public ProcessInstanceDocument url(@Nullable String url)
    • getUrl

      @Nullable public String getUrl()
      urlForDownload
      Returns:
      url
    • setUrl

      public void setUrl(@Nullable String url)
    • version

      public ProcessInstanceDocument version(@Nullable String version)
    • getVersion

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

      public void setVersion(@Nullable String version)
    • 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