Class MockRestrictionsResponse.OperationRestriction
java.lang.Object
com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.OperationRestriction
- Enclosing class:
- MockRestrictionsResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Expandable
com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Links
com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Restrictions
void
setRestrictions
(com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Restrictions restrictions)
-
Constructor Details
-
OperationRestriction
public OperationRestriction()
-
-
Method Details
-
getOperation
-
getRestrictions
public com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Restrictions getRestrictions() -
setRestrictions
public void setRestrictions(com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Restrictions restrictions) -
get_links
public com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Links get_links() -
get_expandable
public com.atlassian.confluence.plugins.restapi.resources.util.MockRestrictionsResponse.Expandable get_expandable()
-