Class BatchGetContentResponse.Data.MessageChatContent.Connection
-
- All Implemented Interfaces:
public final class BatchGetContentResponse.Data.MessageChatContent.ConnectionThe channel data connection from the recipient to the underlying provider.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchGetContentResponse.Data.MessageChatContent.Connection.BuilderA builder for Connection.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final BatchGetContentResponse.Data.MessageChatContent.Connection.BuildertoBuilder()final BatchGetContentResponse.Data.MessageChatContent.Connectionvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchGetContentResponse.Data.MessageChatContent.Connection.Builderbuilder()Returns a mutable builder for constructing an instance of Connection. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BatchGetContentResponse.Data.MessageChatContent.Connection.Builder toBuilder()
-
validate
final BatchGetContentResponse.Data.MessageChatContent.Connection validate()
-
builder
final static BatchGetContentResponse.Data.MessageChatContent.Connection.Builder builder()
Returns a mutable builder for constructing an instance of Connection.
-
-
-
-