Class PublishedWorkflowId

java.lang.Object
io.github.primelib.jira4j.restv3.model.PublishedWorkflowId

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class PublishedWorkflowId extends Object
PublishedWorkflowId
  • Field Details

    • entityId

      protected String entityId
      The entity ID of the workflow.
    • name

      protected String name
      The name of the workflow.
  • Constructor Details

    • PublishedWorkflowId

      public PublishedWorkflowId(Consumer<PublishedWorkflowId> spec)
      Constructs a validated instance of PublishedWorkflowId.
      Parameters:
      spec - the specification to process
    • PublishedWorkflowId

      @Internal public PublishedWorkflowId(String entityId, String name)
      Constructs a validated instance of PublishedWorkflowId.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using PublishedWorkflowId(Consumer) instead.

      Parameters:
      entityId - The entity ID of the workflow.
      name - The name of the workflow.
    • PublishedWorkflowId

      protected PublishedWorkflowId()
  • Method Details