|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.gadgets.GadgetState.SpecUriBuilder
public static class GadgetState.SpecUriBuilder
A builder that allows you to set the spec URI of the gadget state under construction
| Method Summary | |
|---|---|
GadgetState.Builder |
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public GadgetState.Builder specUri(String specUri)
throws URISyntaxException
GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set.
specUri - the spec URI to use for the gadget
Builder allowing further construction of the GadgetState
URISyntaxException - if the specUri is not a valid URIpublic GadgetState.Builder specUri(URI specUri)
GadgetState under construction and returns a Builder to allow
the Color and user prefs to be set.
specUri - the spec URI to use for the gadget
Builder allowing further construction of the GadgetState
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||