public static class DraftWorkflowSchemeEntityDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(DraftWorkflowSchemeEntityDTO draftWorkflowSchemeEntityDTO) |
Modifier and Type | Method and Description |
---|---|
DraftWorkflowSchemeEntityDTO |
build() |
DraftWorkflowSchemeEntityDTO.Builder |
id(Long id) |
DraftWorkflowSchemeEntityDTO.Builder |
issuetype(String issuetype) |
DraftWorkflowSchemeEntityDTO.Builder |
scheme(Long scheme) |
DraftWorkflowSchemeEntityDTO.Builder |
workflow(String workflow) |
public Builder()
public Builder(DraftWorkflowSchemeEntityDTO draftWorkflowSchemeEntityDTO)
public DraftWorkflowSchemeEntityDTO build()
public DraftWorkflowSchemeEntityDTO.Builder id(Long id)
public DraftWorkflowSchemeEntityDTO.Builder scheme(Long scheme)
public DraftWorkflowSchemeEntityDTO.Builder workflow(String workflow)
public DraftWorkflowSchemeEntityDTO.Builder issuetype(String issuetype)
Copyright © 2002-2023 Atlassian. All Rights Reserved.