Interface TicketType.WorkspaceIdStage
-
- All Known Implementing Classes:
TicketType.Builder
- Enclosing class:
- TicketType
public static interface TicketType.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketType.TicketTypeAttributesStageworkspaceId(java.lang.String workspaceId)The id of the workspace that the ticket type belongs to.
-
-
-
Method Detail
-
workspaceId
TicketType.TicketTypeAttributesStage workspaceId(@NotNull java.lang.String workspaceId)
The id of the workspace that the ticket type belongs to.
-
-