Class MessagingCreateConversationRequestDto.Builder
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingCreateConversationRequestDto.Builder
-
- Enclosing class:
- MessagingCreateConversationRequestDto
public static final class MessagingCreateConversationRequestDto.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessagingCreateConversationRequestDtobuild()MessagingCreateConversationRequestDto.Buildername(java.lang.String name)Name or title of the conversationMessagingCreateConversationRequestDto.Buildername(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name or title of the conversationMessagingCreateConversationRequestDto.Builderparticipants(java.util.List<java.lang.String> participants)List of participant user IDs in the conversationMessagingCreateConversationRequestDto.Builderparticipants(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants)List of participant user IDs in the conversationMessagingCreateConversationRequestDto.Builderprivate_(MessagingCreateConversationRequestDtoPrivate private_)Whether the conversation is privateMessagingCreateConversationRequestDto.Builderprivate_(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)Whether the conversation is private
-
-
-
Method Detail
-
participants
public MessagingCreateConversationRequestDto.Builder participants(java.util.List<java.lang.String> participants)
List of participant user IDs in the conversation
-
participants
public MessagingCreateConversationRequestDto.Builder participants(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants)
List of participant user IDs in the conversation
-
name
public MessagingCreateConversationRequestDto.Builder name(java.lang.String name)
Name or title of the conversation
-
name
public MessagingCreateConversationRequestDto.Builder name(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name or title of the conversation
-
private_
public MessagingCreateConversationRequestDto.Builder private_(MessagingCreateConversationRequestDtoPrivate private_)
Whether the conversation is private
-
private_
public MessagingCreateConversationRequestDto.Builder private_(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)
Whether the conversation is private
-
build
public MessagingCreateConversationRequestDto build()
-
-