Class TicketingReadTicketType.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingReadTicketType.Builder
-
- Enclosing class:
- TicketingReadTicketType
public static final class TicketingReadTicketType.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingReadTicketTypebuild()TicketingReadTicketType.Builderid(java.lang.String id)The id of the ticket type.TicketingReadTicketType.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)The id of the ticket type.TicketingReadTicketType.Buildername(java.lang.String name)The name of the ticket type.TicketingReadTicketType.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the ticket type.TicketingReadTicketType.BuilderprojectId(java.lang.String projectId)The project the ticket type belongs to.TicketingReadTicketType.BuilderprojectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)The project the ticket type belongs to.
-
-
-
Method Detail
-
id
public TicketingReadTicketType.Builder id(java.lang.String id)
The id of the ticket type.
-
id
public TicketingReadTicketType.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
The id of the ticket type.
-
name
public TicketingReadTicketType.Builder name(java.lang.String name)
The name of the ticket type.
-
name
public TicketingReadTicketType.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the ticket type.
-
projectId
public TicketingReadTicketType.Builder projectId(java.lang.String projectId)
The project the ticket type belongs to.
-
projectId
public TicketingReadTicketType.Builder projectId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> projectId)
The project the ticket type belongs to.
-
build
public TicketingReadTicketType build()
-
-