Uses of Enum
com.github.jamesnetherton.zulip.client.api.draft.DraftType
Packages that use DraftType
-
Uses of DraftType in com.github.jamesnetherton.zulip.client.api.draft
Methods in com.github.jamesnetherton.zulip.client.api.draft that return DraftTypeModifier and TypeMethodDescriptionstatic DraftTypeDraftType.fromString(String type) Draft.getType()static DraftTypeReturns the enum constant of this type with the specified name.static DraftType[]DraftType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.jamesnetherton.zulip.client.api.draft with parameters of type DraftType