Uses of Class
com.github.jamesnetherton.zulip.client.api.server.request.CreateProfileFieldApiRequest
Packages that use CreateProfileFieldApiRequest
Package
Description
-
Uses of CreateProfileFieldApiRequest in com.github.jamesnetherton.zulip.client.api.server
Methods in com.github.jamesnetherton.zulip.client.api.server that return CreateProfileFieldApiRequestModifier and TypeMethodDescriptionServerService.createCustomProfileField()
Creates a custom profile field. -
Uses of CreateProfileFieldApiRequest in com.github.jamesnetherton.zulip.client.api.server.request
Methods in com.github.jamesnetherton.zulip.client.api.server.request that return CreateProfileFieldApiRequestModifier and TypeMethodDescriptionCreateProfileFieldApiRequest.withDisplayInProfileSummary
(boolean isDisplayInProfileSummary) Sets whether clients should display this profile field in a summary section of a users profile.CreateProfileFieldApiRequest.withExternalAccountFieldType
(Map<String, String> data) Creates a external account filed type.CreateProfileFieldApiRequest.withListOfOptionsFieldType
(String name, String hint, Map<String, Map<String, String>> data) Creates a list of options profile field.CreateProfileFieldApiRequest.withRequired
(boolean required) Sets whether the profile field is required.CreateProfileFieldApiRequest.withSimpleFieldType
(ProfileFieldType type, String name, String hint) Creates a simple profile field determined by the providedProfileFieldType
.