GenericIntermediateResponse | 
GenericIntermediateResponse.addControl(Control control) | 
  | 
GenericIntermediateResponse | 
GenericIntermediateResponse.addControls(Iterable<? extends Control> controls) | 
  | 
static GenericIntermediateResponse | 
Responses.copyOfGenericIntermediateResponse(GenericIntermediateResponse result) | 
 Creates a new generic intermediate response that is an exact copy of the
 provided response. 
 | 
static GenericIntermediateResponse | 
Responses.newGenericIntermediateResponse() | 
 Creates a new generic intermediate response with no name or value. 
 | 
static GenericIntermediateResponse | 
Responses.newGenericIntermediateResponse(String responseName,
                              Object responseValue) | 
 Creates a new generic intermediate response using the provided response
 name and value. 
 | 
GenericIntermediateResponse | 
GenericIntermediateResponse.setOid(String oid) | 
 Sets the numeric OID, if any, associated with this intermediate response. 
 | 
GenericIntermediateResponse | 
GenericIntermediateResponse.setValue(Object value) | 
 Sets the value, if any, associated with this intermediate response. 
 | 
static GenericIntermediateResponse | 
Responses.unmodifiableGenericIntermediateResponse(GenericIntermediateResponse response) | 
 Creates an unmodifiable generic intermediate response using the provided
 response. 
 |