Package com.daml.ledger.javaapi.data
Class ListUserRightsResponse
- java.lang.Object
-
- com.daml.ledger.javaapi.data.ListUserRightsResponse
-
public final class ListUserRightsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListUserRightsResponse(@NonNull java.util.List<User.Right> rights)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
static ListUserRightsResponse
fromProto(UserManagementServiceOuterClass.ListUserRightsResponse proto)
java.util.List<User.Right>
getRights()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
ListUserRightsResponse
public ListUserRightsResponse(@NonNull java.util.List<User.Right> rights)
-
-
Method Detail
-
getRights
public java.util.List<User.Right> getRights()
-
fromProto
public static ListUserRightsResponse fromProto(UserManagementServiceOuterClass.ListUserRightsResponse proto)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-