Class DeactivateResponse


  • public class DeactivateResponse
    extends Object
    Deactivate response.
    • Field Detail

      • idServerUnbindResult

        private String idServerUnbindResult
        Required. An indicator as to whether or not the homeserver was able to unbind the user's 3PIDs from the identity server(s). Success indicates that all identifiers have been unbound from the identity server while no-support indicates that one or more identifiers failed to unbind due to the identity server refusing the request or the homeserver being unable to determine an identity server to unbind from. This must be success if the homeserver has no identifiers to unbind for the user. One of: ["success", "no-support"]
    • Constructor Detail

      • DeactivateResponse

        public DeactivateResponse()
    • Method Detail

      • getIdServerUnbindResult

        public String getIdServerUnbindResult()
      • setIdServerUnbindResult

        public void setIdServerUnbindResult​(String idServerUnbindResult)