| Package | Description |
|---|---|
| com.atlassian.gadgets.spec |
Contains classes related to Gadgets' Specification XML.
|
| Modifier and Type | Method and Description |
|---|---|
UserPrefSpec.Builder |
UserPrefSpec.Builder.dataType(DataType dataType)
Set the
DataType of the UserPrefSpec under construction and return this Builder
to allow further construction to be done. |
UserPrefSpec.Builder |
UserPrefSpec.Builder.defaultValue(String defaultValue)
Set the default value of the
UserPrefSpec under construction and return this Builder
to allow further construction to be done. |
UserPrefSpec.Builder |
UserPrefSpec.Builder.displayName(String displayName)
Set the display name of the
UserPrefSpec under construction and return this Builder
to allow further construction to be done. |
UserPrefSpec.Builder |
UserPrefSpec.Builder.enumValues(Map<String,String> enumValues)
Set the
Map of the possible values for an enumerated UserPrefSpec under
construction and return this Builder to allow further construction to be done. |
UserPrefSpec.Builder |
UserPrefSpec.Builder.required(boolean required)
Set the setting of the
UserPrefSpec under construction whether it is required or not and
return this Builder to allow further construction to be done. |
static UserPrefSpec.Builder |
UserPrefSpec.userPrefSpec(String name)
Factory method to create a new builder which can be used to create
UserPrefSpec objects. |
static UserPrefSpec.Builder |
UserPrefSpec.userPrefSpec(UserPrefSpec userPrefSpec)
Factory method which allows you to create a new
UserPrefSpec object based on an existing
UserPrefSpec. |
Copyright © 2024 Atlassian. All rights reserved.