Interface UpdatableRequest

    • Method Detail

      • setRequestControls

        void setRequestControls​(java.util.List<Control> controls)
        Updates the set of request controls for this request.
        Parameters:
        controls - The set of controls to use for this request. It may be null or empty if there should not be any controls.
      • addRequestControl

        void addRequestControl​(Control control)
        Adds the provided control to the set of request controls for this request.
        Parameters:
        control - The control to be added to the set of request controls for this request. It must not be null.