Class SucceededResult


  • public final class SucceededResult
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void delete()  
      protected void finalize()  
      GroupId[] getGroups()
      Get list of groups whose access was granted/revoked
      UserId[] getUsers()
      Get list of users whose access was granted/revoked
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getUsers

        public final UserId[] getUsers()
        Get list of users whose access was granted/revoked
      • getGroups

        public final GroupId[] getGroups()
        Get list of groups whose access was granted/revoked
      • delete

        public void delete()
      • finalize

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable