|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.confluence.it.rpc.delegates.admin.model.RestPluginModule
public class RestPluginModule
Represents a Plugin Module very simply for RPC purposes. Not an inner class of PluginsRpc because inner classes seem to foil Jackson introspection.
| Constructor Summary | |
|---|---|
RestPluginModule()
|
|
RestPluginModule(boolean enabled)
|
|
| Method Summary | |
|---|---|
boolean |
isEnabled()
|
void |
setEnabled(boolean enabled)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RestPluginModule()
public RestPluginModule(boolean enabled)
| Method Detail |
|---|
public void setEnabled(boolean enabled)
public boolean isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||