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