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 class
User.Right.CanActAs
static class
User.Right.CanReadAs
static class
User.Right.ParticipantAdmin
-
Constructor Summary
Constructors Constructor Description Right()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static User.Right
fromProto(UserManagementServiceOuterClass.Right proto)
-
-
-
Method Detail
-
fromProto
public static User.Right fromProto(UserManagementServiceOuterClass.Right proto)
-
-