public static class OSHistoryStepDTO.Builder extends Object
Constructor and Description |
---|
Builder() |
Builder(OSHistoryStepDTO oSHistoryStepDTO) |
Modifier and Type | Method and Description |
---|---|
OSHistoryStepDTO.Builder |
actionId(Integer actionId) |
OSHistoryStepDTO |
build() |
OSHistoryStepDTO.Builder |
caller(String caller) |
OSHistoryStepDTO.Builder |
dueDate(Timestamp dueDate) |
OSHistoryStepDTO.Builder |
entryId(Long entryId) |
OSHistoryStepDTO.Builder |
finishDate(Timestamp finishDate) |
OSHistoryStepDTO.Builder |
id(Long id) |
OSHistoryStepDTO.Builder |
owner(String owner) |
OSHistoryStepDTO.Builder |
startDate(Timestamp startDate) |
OSHistoryStepDTO.Builder |
status(String status) |
OSHistoryStepDTO.Builder |
stepId(Integer stepId) |
public Builder()
public Builder(OSHistoryStepDTO oSHistoryStepDTO)
public OSHistoryStepDTO build()
public OSHistoryStepDTO.Builder id(Long id)
public OSHistoryStepDTO.Builder entryId(Long entryId)
public OSHistoryStepDTO.Builder stepId(Integer stepId)
public OSHistoryStepDTO.Builder actionId(Integer actionId)
public OSHistoryStepDTO.Builder owner(String owner)
public OSHistoryStepDTO.Builder startDate(Timestamp startDate)
public OSHistoryStepDTO.Builder dueDate(Timestamp dueDate)
public OSHistoryStepDTO.Builder finishDate(Timestamp finishDate)
public OSHistoryStepDTO.Builder status(String status)
public OSHistoryStepDTO.Builder caller(String caller)
Copyright © 2002-2019 Atlassian. All Rights Reserved.