Class PutUserResponse


  • public final class PutUserResponse
    extends java.lang.Object
    Response when adding a user to the native realm. Returns a single boolean field for whether the user was created or updated.
    • Constructor Summary

      Constructors 
      Constructor Description
      PutUserResponse​(boolean created)  
    • Method Summary

      Modifier and Type Method Description
      boolean equals​(java.lang.Object o)  
      static PutUserResponse fromXContent​(XContentParser parser)  
      int hashCode()  
      boolean isCreated()  
      • Methods inherited from class java.lang.Object

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

      • PutUserResponse

        public PutUserResponse​(boolean created)
    • Method Detail

      • isCreated

        public boolean isCreated()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object