Uses of Enum
com.github.jamesnetherton.zulip.client.api.server.ProfileFieldType
Packages that use ProfileFieldType
Package
Description
-
Uses of ProfileFieldType in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return ProfileFieldTypeModifier and TypeMethodDescriptionstatic ProfileFieldTypeProfileFieldType.fromInt(int fieldType) ProfileField.getType()static ProfileFieldTypeReturns the enum constant of this type with the specified name.static ProfileFieldType[]ProfileFieldType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProfileFieldType in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request with parameters of type ProfileFieldTypeModifier and TypeMethodDescriptionCreateProfileFieldApiRequest.withSimpleFieldType(ProfileFieldType type, String name, String hint) Creates a simple profile field determined by the providedProfileFieldType.