Class PermissionBuilder
java.lang.Object
net.anotheria.anosite.gen.anoaccessconfiguration.data.PermissionBuilder
- All Implemented Interfaces:
net.anotheria.asg.data.Builder<Permission>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccessOperation(String aValue) Sets the value of the accessOperation attribute.build()constraints(List<String> aValue) Sets the value of the constraints attribute.deny(boolean aValue) Sets the value of the deny attribute.description(String aValue) Sets the value of the description attribute.Sets the value of the name attribute.priority(int aValue) Sets the value of the priority attribute.
-
Field Details
-
name
-
priority
protected int priority -
deny
protected boolean deny -
constraints
-
description
-
accessOperation
-
-
Constructor Details
-
PermissionBuilder
public PermissionBuilder()
-
-
Method Details
-
name
Sets the value of the name attribute. -
priority
Sets the value of the priority attribute. -
deny
Sets the value of the deny attribute. -
constraints
Sets the value of the constraints attribute. -
description
Sets the value of the description attribute. -
accessOperation
Sets the value of the accessOperation attribute. -
build
- Specified by:
buildin interfacenet.anotheria.asg.data.Builder<Permission>
-