Package com.daml.ledger.javaapi.data
Class User.Right
- java.lang.Object
 - 
- com.daml.ledger.javaapi.data.User.Right
 
 
- 
- Direct Known Subclasses:
 User.Right.CanActAs,User.Right.CanReadAs,User.Right.ParticipantAdmin
- Enclosing class:
 - User
 
public abstract static class User.Right extends java.lang.Object 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUser.Right.CanActAsstatic classUser.Right.CanReadAsstatic classUser.Right.ParticipantAdmin 
- 
Constructor Summary
Constructors Constructor Description Right() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static User.RightfromProto(UserManagementServiceOuterClass.Right proto) 
 - 
 
- 
- 
Method Detail
- 
fromProto
public static User.Right fromProto(UserManagementServiceOuterClass.Right proto)
 
 - 
 
 -