Class Author.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.Author.Builder
-
- Enclosing class:
- Author
public static final class Author.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Author.Builderactive(MessagingMessageActive active)The user active statusAuthor.Builderactive(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active)The user active statusAuthorbuild()Author.BuildercreatedAt(java.time.OffsetDateTime createdAt)The created_at dateAuthor.BuildercreatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)The created_at dateAuthor.Builderemail(java.lang.String email)The user emailAuthor.Builderemail(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)The user emailAuthor.BuilderexternalReference(java.lang.String externalReference)The external ID associated with this userAuthor.BuilderexternalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)The external ID associated with this userAuthor.Builderid(java.lang.String id)Unique identifierAuthor.Builderid(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)Unique identifierAuthor.Buildername(java.lang.String name)The user nameAuthor.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)The user nameAuthor.BuilderphoneNumber(java.lang.String phoneNumber)The user phone numberAuthor.BuilderphoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)The user phone numberAuthor.BuilderremoteId(java.lang.String remoteId)Provider's unique identifierAuthor.BuilderremoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)Provider's unique identifierAuthor.BuilderunifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAuthor.BuilderunifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)Custom Unified Fields configured in your StackOne projectAuthor.BuilderupdatedAt(java.time.OffsetDateTime updatedAt)The updated_at dateAuthor.BuilderupdatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)The updated_at date
-
-
-
Method Detail
-
id
public Author.Builder id(java.lang.String id)
Unique identifier
-
id
public Author.Builder id(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> id)
Unique identifier
-
remoteId
public Author.Builder remoteId(java.lang.String remoteId)
Provider's unique identifier
-
remoteId
public Author.Builder remoteId(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> remoteId)
Provider's unique identifier
-
unifiedCustomFields
public Author.Builder unifiedCustomFields(java.util.Map<java.lang.String,java.lang.Object> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
unifiedCustomFields
public Author.Builder unifiedCustomFields(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.Map<java.lang.String,java.lang.Object>> unifiedCustomFields)
Custom Unified Fields configured in your StackOne project
-
externalReference
public Author.Builder externalReference(java.lang.String externalReference)
The external ID associated with this user
-
externalReference
public Author.Builder externalReference(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> externalReference)
The external ID associated with this user
-
name
public Author.Builder name(java.lang.String name)
The user name
-
name
public Author.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
The user name
-
email
public Author.Builder email(java.lang.String email)
The user email
-
email
public Author.Builder email(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> email)
The user email
-
phoneNumber
public Author.Builder phoneNumber(java.lang.String phoneNumber)
The user phone number
-
phoneNumber
public Author.Builder phoneNumber(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> phoneNumber)
The user phone number
-
active
public Author.Builder active(MessagingMessageActive active)
The user active status
-
active
public Author.Builder active(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingMessageActive> active)
The user active status
-
createdAt
public Author.Builder createdAt(java.time.OffsetDateTime createdAt)
The created_at date
-
createdAt
public Author.Builder createdAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
The created_at date
-
updatedAt
public Author.Builder updatedAt(java.time.OffsetDateTime updatedAt)
The updated_at date
-
updatedAt
public Author.Builder updatedAt(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> updatedAt)
The updated_at date
-
build
public Author build()
-
-