Package com.daml.ledger.javaapi.data
Class RevokeUserRightsResponse
- java.lang.Object
-
- com.daml.ledger.javaapi.data.RevokeUserRightsResponse
-
public final class RevokeUserRightsResponse extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RevokeUserRightsResponse(@NonNull java.util.List<User.Right> newlyRevokedRights)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
static RevokeUserRightsResponse
fromProto(UserManagementServiceOuterClass.RevokeUserRightsResponse proto)
java.util.List<User.Right>
getNewlyRevokedRights()
int
hashCode()
java.lang.String
toString()
-
-
-
Constructor Detail
-
RevokeUserRightsResponse
public RevokeUserRightsResponse(@NonNull java.util.List<User.Right> newlyRevokedRights)
-
-
Method Detail
-
getNewlyRevokedRights
public java.util.List<User.Right> getNewlyRevokedRights()
-
fromProto
public static RevokeUserRightsResponse fromProto(UserManagementServiceOuterClass.RevokeUserRightsResponse 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
-
-