Class HistoricIdentityLinkLogDto

java.lang.Object
org.camunda.community.rest.client.dto.HistoricIdentityLinkLogDto

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-06-04T13:43:01.451833574Z[Etc/UTC]") public class HistoricIdentityLinkLogDto extends Object
HistoricIdentityLinkLogDto
  • Field Details

  • Constructor Details

    • HistoricIdentityLinkLogDto

      public HistoricIdentityLinkLogDto()
  • Method Details

    • id

    • getId

      @Nullable public String getId()
      Id of the Historic identity link entry.
      Returns:
      id
    • getId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getId_JsonNullable()
    • setId_JsonNullable

      public void setId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id)
    • setId

      public void setId(String id)
    • time

    • getTime

      @Nullable public OffsetDateTime getTime()
      The time when the identity link is logged. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      time
    • getTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getTime_JsonNullable()
    • setTime_JsonNullable

      public void setTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> time)
    • setTime

      public void setTime(OffsetDateTime time)
    • type

      public HistoricIdentityLinkLogDto type(String type)
    • getType

      @Nullable public String getType()
      The type of identity link (candidate/assignee/owner).
      Returns:
      type
    • getType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getType_JsonNullable()
    • setType_JsonNullable

      public void setType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type)
    • setType

      public void setType(String type)
    • userId

      public HistoricIdentityLinkLogDto userId(String userId)
    • getUserId

      @Nullable public String getUserId()
      The id of the user/assignee.
      Returns:
      userId
    • getUserId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getUserId_JsonNullable()
    • setUserId_JsonNullable

      public void setUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> userId)
    • setUserId

      public void setUserId(String userId)
    • groupId

      public HistoricIdentityLinkLogDto groupId(String groupId)
    • getGroupId

      @Nullable public String getGroupId()
      The id of the group.
      Returns:
      groupId
    • getGroupId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getGroupId_JsonNullable()
    • setGroupId_JsonNullable

      public void setGroupId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> groupId)
    • setGroupId

      public void setGroupId(String groupId)
    • taskId

      public HistoricIdentityLinkLogDto taskId(String taskId)
    • getTaskId

      @Nullable public String getTaskId()
      The id of the task.
      Returns:
      taskId
    • getTaskId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTaskId_JsonNullable()
    • setTaskId_JsonNullable

      public void setTaskId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> taskId)
    • setTaskId

      public void setTaskId(String taskId)
    • processDefinitionId

      public HistoricIdentityLinkLogDto processDefinitionId(String processDefinitionId)
    • getProcessDefinitionId

      @Nullable public String getProcessDefinitionId()
      The id of the process definition.
      Returns:
      processDefinitionId
    • getProcessDefinitionId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionId_JsonNullable()
    • setProcessDefinitionId_JsonNullable

      public void setProcessDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionId)
    • setProcessDefinitionId

      public void setProcessDefinitionId(String processDefinitionId)
    • processDefinitionKey

      public HistoricIdentityLinkLogDto processDefinitionKey(String processDefinitionKey)
    • getProcessDefinitionKey

      @Nullable public String getProcessDefinitionKey()
      The key of the process definition.
      Returns:
      processDefinitionKey
    • getProcessDefinitionKey_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getProcessDefinitionKey_JsonNullable()
    • setProcessDefinitionKey_JsonNullable

      public void setProcessDefinitionKey_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> processDefinitionKey)
    • setProcessDefinitionKey

      public void setProcessDefinitionKey(String processDefinitionKey)
    • operationType

      public HistoricIdentityLinkLogDto operationType(String operationType)
    • getOperationType

      @Nullable public String getOperationType()
      Type of operation (add/delete).
      Returns:
      operationType
    • getOperationType_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getOperationType_JsonNullable()
    • setOperationType_JsonNullable

      public void setOperationType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> operationType)
    • setOperationType

      public void setOperationType(String operationType)
    • assignerId

      public HistoricIdentityLinkLogDto assignerId(String assignerId)
    • getAssignerId

      @Nullable public String getAssignerId()
      The id of the assigner.
      Returns:
      assignerId
    • getAssignerId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getAssignerId_JsonNullable()
    • setAssignerId_JsonNullable

      public void setAssignerId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> assignerId)
    • setAssignerId

      public void setAssignerId(String assignerId)
    • tenantId

      public HistoricIdentityLinkLogDto tenantId(String tenantId)
    • getTenantId

      @Nullable public String getTenantId()
      The id of the tenant.
      Returns:
      tenantId
    • getTenantId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getTenantId_JsonNullable()
    • setTenantId_JsonNullable

      public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId)
    • setTenantId

      public void setTenantId(String tenantId)
    • removalTime

      public HistoricIdentityLinkLogDto removalTime(OffsetDateTime removalTime)
    • getRemovalTime

      @Nullable public OffsetDateTime getRemovalTime()
      The time after which the identity link should be removed by the History Cleanup job. [Default format](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/) `yyyy-MM-dd'T'HH:mm:ss.SSSZ`.
      Returns:
      removalTime
    • getRemovalTime_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getRemovalTime_JsonNullable()
    • setRemovalTime_JsonNullable

      public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime)
    • setRemovalTime

      public void setRemovalTime(OffsetDateTime removalTime)
    • rootProcessInstanceId

      public HistoricIdentityLinkLogDto rootProcessInstanceId(String rootProcessInstanceId)
    • getRootProcessInstanceId

      @Nullable public String getRootProcessInstanceId()
      The process instance id of the root process instance that initiated the process containing this identity link.
      Returns:
      rootProcessInstanceId
    • getRootProcessInstanceId_JsonNullable

      public org.openapitools.jackson.nullable.JsonNullable<String> getRootProcessInstanceId_JsonNullable()
    • setRootProcessInstanceId_JsonNullable

      public void setRootProcessInstanceId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> rootProcessInstanceId)
    • setRootProcessInstanceId

      public void setRootProcessInstanceId(String rootProcessInstanceId)
    • 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
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string