| Modifier and Type | Method and Description |
|---|---|
Chat |
build() |
Chat.Builder |
createdDateTime(OffsetDateTime createdDateTime) |
Chat.Builder |
id(String id) |
Chat.Builder |
lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime) |
Chat.Builder |
topic(String topic) |
public Chat.Builder id(String id)
public Chat.Builder topic(String topic)
public Chat.Builder createdDateTime(OffsetDateTime createdDateTime)
public Chat.Builder lastUpdatedDateTime(OffsetDateTime lastUpdatedDateTime)
public Chat build()
Copyright © 2018–2020. All rights reserved.