Uses of Class
com.atlassian.gadgets.GadgetId

Packages that use GadgetId
com.atlassian.gadgets This package contains the main APIs for interacting with gadgets. 
 

Uses of GadgetId in com.atlassian.gadgets
 

Methods in com.atlassian.gadgets that return GadgetId
 GadgetId GadgetNotFoundException.getGadgetId()
           
 GadgetId GadgetState.getId()
          Returns the unique identifier, represented by a GadgetId, for the gadget's state.
static GadgetId GadgetId.valueOf(String id)
          Converts the String value to a GadgetId object.
 

Methods in com.atlassian.gadgets with parameters of type GadgetId
static GadgetState.SpecUriBuilder GadgetState.gadget(GadgetId gadgetId)
          Factory method to create a new builder which can be used to create GadgetState objects.
 

Constructors in com.atlassian.gadgets with parameters of type GadgetId
GadgetNotFoundException(GadgetId gadgetId)
           
 



Copyright © 2013 Atlassian. All Rights Reserved.