Uses of Class
com.atlassian.gadgets.spec.UserPrefSpec
Packages that use UserPrefSpec
Package
Description
Contains classes related to Gadgets' Specification XML.
-
Uses of UserPrefSpec in com.atlassian.gadgets.spec
Methods in com.atlassian.gadgets.spec that return UserPrefSpecModifier and TypeMethodDescriptionUserPrefSpec.Builder.build()Returns the final constructedUserPrefSpecMethods in com.atlassian.gadgets.spec that return types with arguments of type UserPrefSpecMethods in com.atlassian.gadgets.spec with parameters of type UserPrefSpecModifier and TypeMethodDescriptionstatic UserPrefSpec.BuilderUserPrefSpec.userPrefSpec(UserPrefSpec userPrefSpec) Factory method which allows you to create a newUserPrefSpecobject based on an existingUserPrefSpec.Method parameters in com.atlassian.gadgets.spec with type arguments of type UserPrefSpecModifier and TypeMethodDescriptionGadgetSpec.Builder.userPrefs(Iterable<UserPrefSpec> userPrefs) Set the list ofUserPrefSpecobjects for theGadgetSpecunder construction and return thisBuilderto allow further construction to be done.