Package com.intercom.api.types
Class TicketPartAuthor.Builder
java.lang.Object
com.intercom.api.types.TicketPartAuthor.Builder
- All Implemented Interfaces:
TicketPartAuthor._FinalStage,TicketPartAuthor.EmailStage,TicketPartAuthor.IdStage,TicketPartAuthor.TypeStage
- Enclosing class:
TicketPartAuthor
public static final class TicketPartAuthor.Builder
extends Object
implements TicketPartAuthor.TypeStage, TicketPartAuthor.IdStage, TicketPartAuthor.EmailStage, TicketPartAuthor._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The email of the authorfrom(TicketPartAuthor other) The id of the authorThe name of the authortype(TicketPartAuthor.Type type) The type of the author
-
Method Details
-
from
- Specified by:
fromin interfaceTicketPartAuthor.TypeStage
-
type
The type of the author
- Specified by:
typein interfaceTicketPartAuthor.TypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
The id of the author
- Specified by:
idin interfaceTicketPartAuthor.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
email
The email of the author
- Specified by:
emailin interfaceTicketPartAuthor.EmailStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
The name of the author
- Specified by:
namein interfaceTicketPartAuthor._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
name
- Specified by:
namein interfaceTicketPartAuthor._FinalStage
-
build
- Specified by:
buildin interfaceTicketPartAuthor._FinalStage
-