Interface TicketPart._FinalStage
- All Known Implementing Classes:
TicketPart.Builder
- Enclosing class:
TicketPart
public static interface TicketPart._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionassignedTo(Reference assignedTo) assignedTo(Optional<Reference> assignedTo) attachments(List<PartAttachment> attachments) attachments(Optional<List<PartAttachment>> attachments) author(TicketPartAuthor author) author(Optional<TicketPartAuthor> author) build()externalId(String externalId) externalId(Optional<String> externalId) previousTicketState(TicketPart.PreviousTicketState previousTicketState) previousTicketState(Optional<TicketPart.PreviousTicketState> previousTicketState)
-
Method Details
-
build
TicketPart build() -
body
-
body
-
previousTicketState
TicketPart._FinalStage previousTicketState(Optional<TicketPart.PreviousTicketState> previousTicketState) -
previousTicketState
-
updatedAt
-
updatedAt
-
assignedTo
-
assignedTo
-
author
-
author
-
attachments
-
attachments
-
externalId
-
externalId
-
redacted
-
redacted
-