Package de.elo.ix.client
Class CombineAclOptions
java.lang.Object
de.elo.ix.client.CombineAclOptions
- All Implemented Interfaces:
Serializable
This class specifies additional options for compareAcl.
- Since:
- 7.00.020.000
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setLhsAclStr
(String lhsAclStr) void
setRhsAclStr
(String rhsAclStr) toString()
-
Field Details
-
lhsAclStr
Left operand for ACL operation in String representation.- Since:
- 7.00.020.005
-
rhsAclStr
Right operand for ACL operation in String representation.- Since:
- 7.00.020.005
-
-
Constructor Details
-
CombineAclOptions
public CombineAclOptions() -
CombineAclOptions
-
-
Method Details