Uses of Class
com.atlassian.gadgets.spec.UserPrefSpec.Builder
Packages that use UserPrefSpec.Builder
Package
Description
Contains classes related to Gadgets' Specification XML.
-
Uses of UserPrefSpec.Builder in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that return UserPrefSpec.BuilderModifier and TypeMethodDescriptionSet theDataTypeof theUserPrefSpecunder construction and return thisBuilderto allow further construction to be done.UserPrefSpec.Builder.defaultValue(String defaultValue) Set the default value of theUserPrefSpecunder construction and return thisBuilderto allow further construction to be done.UserPrefSpec.Builder.displayName(String displayName) Set the display name of theUserPrefSpecunder construction and return thisBuilderto allow further construction to be done.UserPrefSpec.Builder.enumValues(Map<String, String> enumValues) Set theMapof the possible values for an enumeratedUserPrefSpecunder construction and return thisBuilderto allow further construction to be done.UserPrefSpec.Builder.required(boolean required) Set the setting of theUserPrefSpecunder construction whether it is required or not and return thisBuilderto allow further construction to be done.static UserPrefSpec.BuilderUserPrefSpec.userPrefSpec(UserPrefSpec userPrefSpec) Factory method which allows you to create a newUserPrefSpecobject based on an existingUserPrefSpec.static UserPrefSpec.BuilderUserPrefSpec.userPrefSpec(String name) Factory method to create a new builder which can be used to createUserPrefSpecobjects.