Package com.intercom.api.types
Interface TicketTypeAttribute.WorkspaceIdStage
-
- All Known Implementing Classes:
TicketTypeAttribute.Builder
- Enclosing class:
- TicketTypeAttribute
public static interface TicketTypeAttribute.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TicketTypeAttribute.NameStageworkspaceId(java.lang.String workspaceId)The id of the workspace that the ticket type attribute belongs to.
-
-
-
Method Detail
-
workspaceId
TicketTypeAttribute.NameStage workspaceId(@NotNull java.lang.String workspaceId)
The id of the workspace that the ticket type attribute belongs to.
-
-