com.atlassian.confluence.it.rpc.delegates.admin.model
Class RestPluginModule
java.lang.Object
com.atlassian.confluence.it.rpc.delegates.admin.model.RestPluginModule
public class RestPluginModule
- extends Object
Represents a Plugin Module very simply for RPC purposes.
Not an inner class of PluginsRpc because inner classes seem to foil Jackson introspection.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RestPluginModule
public RestPluginModule()
RestPluginModule
public RestPluginModule(boolean enabled)
setEnabled
public void setEnabled(boolean enabled)
isEnabled
public boolean isEnabled()
Copyright © 2003–2015 Atlassian. All rights reserved.