Class RestPreferences
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.preference.model.RestPreferences
-
public class RestPreferences extends Object
-
-
Constructor Summary
Constructors Constructor Description RestPreferences()
RestPreferences(com.atlassian.plugins.rest.common.Link link, RestPreferenceList preferences)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setLink(com.atlassian.plugins.rest.common.Link link)
void
setPreferences(RestPreferenceList preferences)
-
-
-
Constructor Detail
-
RestPreferences
public RestPreferences()
-
RestPreferences
public RestPreferences(com.atlassian.plugins.rest.common.Link link, RestPreferenceList preferences)
-
-
Method Detail
-
setLink
public void setLink(com.atlassian.plugins.rest.common.Link link)
-
setPreferences
public void setPreferences(RestPreferenceList preferences)
-
-