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