Class DeleteAclsResult.FilterResult

  • Enclosing class:
    DeleteAclsResult

    public static class DeleteAclsResult.FilterResult
    extends java.lang.Object
    A class containing either the deleted ACL binding or an exception if the delete failed.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AclBinding binding()
      Return the deleted ACL binding or null if there was an error.
      ApiException exception()
      Return an exception if the ACL delete was not successful or null if it was.
      • Methods inherited from class java.lang.Object

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

      • binding

        public AclBinding binding()
        Return the deleted ACL binding or null if there was an error.
      • exception

        public ApiException exception()
        Return an exception if the ACL delete was not successful or null if it was.