Uses of Class
org.openapitools.client.model.Topic
-
Packages that use Topic Package Description org.openapitools.client.api org.openapitools.client.model -
-
Uses of Topic in org.openapitools.client.api
Methods in org.openapitools.client.api that return Topic Modifier and Type Method Description TopicTopicApi. createTopic(String trDataset, CreateTopicData createTopicData)Create Topic Create Topic Create a new chat topic.Methods in org.openapitools.client.api that return types with arguments of type Topic Modifier and Type Method Description ApiResponse<Topic>TopicApi. createTopicWithHttpInfo(@NotNull String trDataset, @NotNull CreateTopicData createTopicData)Create Topic Create Topic Create a new chat topic.List<Topic>TopicApi. getAllTopicsForUser(UUID userId, String trDataset)Get All Topics for User Get All Topics for User Get all topics belonging to a the auth'ed user.ApiResponse<List<Topic>>TopicApi. getAllTopicsForUserWithHttpInfo(@NotNull UUID userId, @NotNull String trDataset)Get All Topics for User Get All Topics for User Get all topics belonging to a the auth'ed user.Method parameters in org.openapitools.client.api with type arguments of type Topic Modifier and Type Method Description okhttp3.CallTopicApi. createTopicAsync(String trDataset, CreateTopicData createTopicData, ApiCallback<Topic> _callback)Create Topic (asynchronously) Create Topic Create a new chat topic.okhttp3.CallTopicApi. getAllTopicsForUserAsync(UUID userId, String trDataset, ApiCallback<List<Topic>> _callback)Get All Topics for User (asynchronously) Get All Topics for User Get all topics belonging to a the auth'ed user. -
Uses of Topic in org.openapitools.client.model
Methods in org.openapitools.client.model that return Topic Modifier and Type Method Description TopicTopic. createdAt(OffsetDateTime createdAt)TopicTopic. datasetId(UUID datasetId)TopicTopic. deleted(Boolean deleted)static TopicTopic. fromJson(String jsonString)Create an instance of Topic given an JSON stringTopicTopic. id(UUID id)TopicTopic. name(String name)TopicTopic. updatedAt(OffsetDateTime updatedAt)TopicTopic. userId(UUID userId)
-