| Package | Description |
|---|---|
| com.atlassian.gadgets |
This package contains the main APIs for interacting with gadgets.
|
| Modifier and Type | Method and Description |
|---|---|
GadgetState.Builder |
GadgetState.Builder.color(Color color)
Set the
Color of the GadgetState under construction and return this Builder
to allow further construction to be done. |
static GadgetState.Builder |
GadgetState.gadget(GadgetState state)
Factory method which allows you to create a new
GadgetState object based on an existing
GadgetState. |
GadgetState.Builder |
GadgetState.SpecUriBuilder.specUri(String specUri)
Sets the spec URI of the
GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set. |
GadgetState.Builder |
GadgetState.SpecUriBuilder.specUri(URI specUri)
Sets the spec URI of the
GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set. |
GadgetState.Builder |
GadgetState.Builder.userPrefs(Map<String,String> userPrefs)
Set the
Map of user preference values for the GadgetState under construction and return
this Builder to allow further construction to be done. |
Copyright © 2024 Atlassian. All rights reserved.