Modifier and Type | Method and Description |
---|---|
DateDTO |
ApprovalDTO.getCompletedDate() |
DateDTO |
ApprovalDTO.getCreatedDate() |
Modifier and Type | Method and Description |
---|---|
ApprovalDTO.Builder |
ApprovalDTO.Builder.setCompletedDate(DateDTO completedDate) |
ApprovalDTO.Builder |
ApprovalDTO.Builder.setCreatedDate(DateDTO createdDate) |
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 |
---|---|
DateDTO |
AttachmentDTO.getCreated() |
Modifier and Type | Method and Description |
---|---|
AttachmentDTO.Builder |
AttachmentDTO.Builder.setCreated(DateDTO created) |
Constructor and Description |
---|
AttachmentDTO(String filename,
UserDTO author,
DateDTO created,
long size,
String mimeType,
AttachmentLinkDTO _links) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
CommentDTO.getCreated() |
Modifier and Type | Method and Description |
---|---|
CommentDTO.Builder |
CommentDTO.Builder.setCreated(DateDTO created) |
Constructor and Description |
---|
CommentDTO(String id,
String body,
boolean _public,
UserDTO author,
DateDTO created,
SelfLinkDTO _links) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
DateDTO.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static DateDTO.Builder |
DateDTO.builder(DateDTO data) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
SoftwareInfoDTO.getBuildDate() |
Modifier and Type | Method and Description |
---|---|
void |
SoftwareInfoDTO.setBuildDate(DateDTO buildDate) |
SoftwareInfoDTO.Builder |
SoftwareInfoDTO.Builder.setBuildDate(DateDTO buildDate) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
CustomerRequestDTO.getCreatedDate() |
Modifier and Type | Method and Description |
---|---|
CustomerRequestDTO.Builder |
CustomerRequestDTO.Builder.setCreatedDate(DateDTO createdDate) |
Constructor and Description |
---|
CustomerRequestDTO(List<String> expands,
String issueId,
String issueKey,
String requestTypeId,
RequestTypeDTO requestType,
String serviceDeskId,
ServiceDeskDTO serviceDesk,
DateDTO createdDate,
UserDTO reporter,
List<CustomerRequestFieldValueDTO> requestFieldValues,
CustomerRequestStatusDTO currentStatus,
PagedDTO<CustomerRequestStatusDTO> status,
PagedDTO<UserDTO> participants,
PagedDTO<SlaInformationDTO> sla,
CustomerRequestLinkDTO _links,
String issueTypeId,
String projectId) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
CustomerRequestStatusDTO.getStatusDate() |
Modifier and Type | Method and Description |
---|---|
CustomerRequestStatusDTO.Builder |
CustomerRequestStatusDTO.Builder.setStatusDate(DateDTO statusDate) |
Modifier and Type | Method and Description |
---|---|
DateDTO |
SlaInformationOngoingCycleDTO.getBreachTime() |
DateDTO |
SlaInformationCompletedCycleDTO.getStartTime() |
DateDTO |
SlaInformationOngoingCycleDTO.getStartTime() |
DateDTO |
SlaInformationCompletedCycleDTO.getStopTime() |
Modifier and Type | Method and Description |
---|---|
SlaInformationOngoingCycleDTO.Builder |
SlaInformationOngoingCycleDTO.Builder.setBreachTime(DateDTO breachTime) |
SlaInformationCompletedCycleDTO.Builder |
SlaInformationCompletedCycleDTO.Builder.setStartTime(DateDTO startTime) |
SlaInformationOngoingCycleDTO.Builder |
SlaInformationOngoingCycleDTO.Builder.setStartTime(DateDTO startTime) |
SlaInformationCompletedCycleDTO.Builder |
SlaInformationCompletedCycleDTO.Builder.setStopTime(DateDTO stopTime) |
Constructor and Description |
---|
SlaInformationCompletedCycleDTO(DateDTO startTime,
DateDTO stopTime,
boolean breached,
DurationDTO goalDuration,
DurationDTO elapsedTime,
DurationDTO remainingTime) |
SlaInformationOngoingCycleDTO(DateDTO startTime,
DateDTO breachTime,
boolean breached,
boolean paused,
boolean withinCalendarHours,
DurationDTO goalDuration,
DurationDTO elapsedTime,
DurationDTO remainingTime) |
Copyright © 2019 Atlassian. All rights reserved.