Modifier and Type | Class and Description |
---|---|
static class |
ApprovalDTO.Builder |
Constructor and Description |
---|
ApprovalDTO(String id,
String name,
ApprovalDecisionResponseType finalDecision,
boolean canAnswerApproval,
List<ApproverDTO> approvers,
DateDTO createdDate,
DateDTO completedDate,
SelfLinkDTO _links) |
Modifier and Type | Method and Description |
---|---|
static ApprovalDTO.Builder |
builder() |
static ApprovalDTO.Builder |
builder(ApprovalDTO data) |
boolean |
equals(Object o) |
SelfLinkDTO |
get_links() |
List<ApproverDTO> |
getApprovers() |
boolean |
getCanAnswerApproval() |
DateDTO |
getCompletedDate() |
DateDTO |
getCreatedDate() |
ApprovalDecisionResponseType |
getFinalDecision() |
String |
getId() |
String |
getName() |
int |
hashCode() |
String |
toString() |
public ApprovalDTO(String id, String name, ApprovalDecisionResponseType finalDecision, boolean canAnswerApproval, List<ApproverDTO> approvers, DateDTO createdDate, DateDTO completedDate, SelfLinkDTO _links)
public String getId()
public String getName()
public ApprovalDecisionResponseType getFinalDecision()
public boolean getCanAnswerApproval()
public List<ApproverDTO> getApprovers()
public DateDTO getCreatedDate()
public DateDTO getCompletedDate()
public SelfLinkDTO get_links()
public static ApprovalDTO.Builder builder()
public static ApprovalDTO.Builder builder(ApprovalDTO data)
Copyright © 2019 Atlassian. All rights reserved.