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