Class TicketingProject.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.TicketingProject.Builder
-
- Enclosing class:
- TicketingProject
public static final class TicketingProject.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TicketingProjectbuild()TicketingProject.BuildercreatedAt(java.time.OffsetDateTime createdAt)The timestamp when the record was createdTicketingProject.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The timestamp when the record was createdTicketingProject.Builderdescription(java.lang.String description)The description of the projectTicketingProject.Builderdescription(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)The description of the projectTicketingProject.Builderid(java.lang.String id)Unique identifierTicketingProject.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierTicketingProject.Buildername(java.lang.String name)The name of the projectTicketingProject.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The name of the projectTicketingProject.BuilderorganizationId(java.lang.String organizationId)The organization id related to the projectTicketingProject.BuilderorganizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)The organization id related to the projectTicketingProject.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierTicketingProject.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierTicketingProject.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The timestamp when the record was last updatedTicketingProject.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The timestamp when the record was last updated
-
-
-
Method Detail
-
id
public TicketingProject.Builder id(java.lang.String id)
Unique identifier
-
id
public TicketingProject.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public TicketingProject.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public TicketingProject.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
name
public TicketingProject.Builder name(java.lang.String name)
The name of the project
-
name
public TicketingProject.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The name of the project
-
description
public TicketingProject.Builder description(java.lang.String description)
The description of the project
-
description
public TicketingProject.Builder description(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> description)
The description of the project
-
organizationId
public TicketingProject.Builder organizationId(java.lang.String organizationId)
The organization id related to the project
-
organizationId
public TicketingProject.Builder organizationId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> organizationId)
The organization id related to the project
-
createdAt
public TicketingProject.Builder createdAt(java.time.OffsetDateTime createdAt)
The timestamp when the record was created
-
createdAt
public TicketingProject.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The timestamp when the record was created
-
updatedAt
public TicketingProject.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The timestamp when the record was last updated
-
updatedAt
public TicketingProject.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The timestamp when the record was last updated
-
build
public TicketingProject build()
-
-