Class MessagingCreateConversationRequestDto
- java.lang.Object
-
- com.stackone.stackone_client_java.models.components.MessagingCreateConversationRequestDto
-
public class MessagingCreateConversationRequestDto extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessagingCreateConversationRequestDto.Builder
-
Constructor Summary
Constructors Constructor Description MessagingCreateConversationRequestDto()MessagingCreateConversationRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessagingCreateConversationRequestDto.Builderbuilder()booleanequals(java.lang.Object o)inthashCode()org.openapitools.jackson.nullable.JsonNullable<java.lang.String>name()Name or title of the conversationorg.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>>participants()List of participant user IDs in the conversationorg.openapitools.jackson.nullable.JsonNullable<MessagingCreateConversationRequestDtoPrivate>private_()Whether the conversation is privatejava.lang.StringtoString()MessagingCreateConversationRequestDtowithName(java.lang.String name)Name or title of the conversationMessagingCreateConversationRequestDtowithName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)Name or title of the conversationMessagingCreateConversationRequestDtowithParticipants(java.util.List<java.lang.String> participants)List of participant user IDs in the conversationMessagingCreateConversationRequestDtowithParticipants(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants)List of participant user IDs in the conversationMessagingCreateConversationRequestDtowithPrivate(MessagingCreateConversationRequestDtoPrivate private_)Whether the conversation is privateMessagingCreateConversationRequestDtowithPrivate(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)Whether the conversation is private
-
-
-
Constructor Detail
-
MessagingCreateConversationRequestDto
public MessagingCreateConversationRequestDto(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants, org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name, org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)
-
MessagingCreateConversationRequestDto
public MessagingCreateConversationRequestDto()
-
-
Method Detail
-
participants
public org.openapitools.jackson.nullable.JsonNullable<java.util.List<java.lang.String>> participants()
List of participant user IDs in the conversation
-
name
public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name()
Name or title of the conversation
-
private_
public org.openapitools.jackson.nullable.JsonNullable<MessagingCreateConversationRequestDtoPrivate> private_()
Whether the conversation is private
-
builder
public static MessagingCreateConversationRequestDto.Builder builder()
-
withParticipants
public MessagingCreateConversationRequestDto withParticipants(java.util.List<java.lang.String> participants)
List of participant user IDs in the conversation
-
withParticipants
public MessagingCreateConversationRequestDto withParticipants(org.openapitools.jackson.nullable.JsonNullable<? extends java.util.List<java.lang.String>> participants)
List of participant user IDs in the conversation
-
withName
public MessagingCreateConversationRequestDto withName(java.lang.String name)
Name or title of the conversation
-
withName
public MessagingCreateConversationRequestDto withName(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> name)
Name or title of the conversation
-
withPrivate
public MessagingCreateConversationRequestDto withPrivate(MessagingCreateConversationRequestDtoPrivate private_)
Whether the conversation is private
-
withPrivate
public MessagingCreateConversationRequestDto withPrivate(org.openapitools.jackson.nullable.JsonNullable<? extends MessagingCreateConversationRequestDtoPrivate> private_)
Whether the conversation is private
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-