Class DeleteRoleResponse


  • public final class DeleteRoleResponse
    extends java.lang.Object
    Response for a role being deleted from the native realm
    • Constructor Summary

      Constructors 
      Constructor Description
      DeleteRoleResponse​(boolean found)  
    • Method Summary

      Modifier and Type Method Description
      static DeleteRoleResponse fromXContent​(XContentParser parser)  
      boolean isFound()  
      • Methods inherited from class java.lang.Object

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

      • DeleteRoleResponse

        public DeleteRoleResponse​(boolean found)
    • Method Detail

      • isFound

        public boolean isFound()