Package com.oracle.bmc.cims.model
Class Ticket.Builder
- java.lang.Object
- 
- com.oracle.bmc.cims.model.Ticket.Builder
 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Ticketbuild()Ticket.Buildercopy(Ticket model)Ticket.Builderdescription(String description)The description of the issue addressed in the ticket.Ticket.BuilderlifecycleDetails(LifecycleDetails lifecycleDetails)Additional information about the current lifecycleState.Ticket.BuilderlifecycleState(LifecycleState lifecycleState)The current state of the ticket.Ticket.BuilderresourceList(List<Resource> resourceList)The list of resources associated with the ticket.Ticket.Builderseverity(Ticket.Severity severity)The severity assigned to the ticket.Ticket.BuilderticketNumber(String ticketNumber)Unique identifier for the ticket.Ticket.BuildertimeCreated(Integer timeCreated)The time when the ticket was created, in seconds since epoch time.Ticket.BuildertimeUpdated(Integer timeUpdated)The time when the ticket was updated, in seconds since epoch time.Ticket.Buildertitle(String title)The title of the ticket.
 
- 
- 
- 
Method Detail- 
ticketNumberpublic Ticket.Builder ticketNumber(String ticketNumber) Unique identifier for the ticket.- Parameters:
- ticketNumber- the value to set
- Returns:
- this builder
 
 - 
severitypublic Ticket.Builder severity(Ticket.Severity severity) The severity assigned to the ticket.- Parameters:
- severity- the value to set
- Returns:
- this builder
 
 - 
resourceListpublic Ticket.Builder resourceList(List<Resource> resourceList) The list of resources associated with the ticket.- Parameters:
- resourceList- the value to set
- Returns:
- this builder
 
 - 
titlepublic Ticket.Builder title(String title) The title of the ticket.- Parameters:
- title- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic Ticket.Builder description(String description) The description of the issue addressed in the ticket.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic Ticket.Builder timeCreated(Integer timeCreated) The time when the ticket was created, in seconds since epoch time.- Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
timeUpdatedpublic Ticket.Builder timeUpdated(Integer timeUpdated) The time when the ticket was updated, in seconds since epoch time.- Parameters:
- timeUpdated- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic Ticket.Builder lifecycleState(LifecycleState lifecycleState) The current state of the ticket.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic Ticket.Builder lifecycleDetails(LifecycleDetails lifecycleDetails) Additional information about the current lifecycleState.- Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
buildpublic Ticket build() 
 - 
copypublic Ticket.Builder copy(Ticket model) 
 
- 
 
-