Uses of Class
com.github.jamesnetherton.zulip.client.api.draft.Draft
Packages that use Draft
Package
Description
-
Uses of Draft in com.github.jamesnetherton.zulip.client.api.draft
Methods in com.github.jamesnetherton.zulip.client.api.draft with parameters of type DraftModifier and TypeMethodDescriptionEdit a draft.Method parameters in com.github.jamesnetherton.zulip.client.api.draft with type arguments of type DraftModifier and TypeMethodDescriptionDraftService.createDrafts
(List<Draft> drafts) Creates one or more drafts. -
Uses of Draft in com.github.jamesnetherton.zulip.client.api.draft.request
Methods in com.github.jamesnetherton.zulip.client.api.draft.request that return types with arguments of type DraftModifier and TypeMethodDescriptionGetDraftsApiRequest.execute()
Executes the Zulip API request for fetching drafts.Constructors in com.github.jamesnetherton.zulip.client.api.draft.request with parameters of type DraftModifierConstructorDescriptionEditDraftApiRequest
(ZulipHttpClient client, Draft draft) Constructs aEditDraftApiRequest
.Constructor parameters in com.github.jamesnetherton.zulip.client.api.draft.request with type arguments of type DraftModifierConstructorDescriptionCreateDraftsApiRequest
(ZulipHttpClient client, List<Draft> drafts) Constructs aCreateDraftsApiRequest
. -
Uses of Draft in com.github.jamesnetherton.zulip.client.api.draft.response
Methods in com.github.jamesnetherton.zulip.client.api.draft.response that return types with arguments of type Draft