public class ImportResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
statusUri
The location where the client can retrieve status updates to find out
what is the current state of the requested import.
|
java.lang.String |
targetUri
URI pointing to the data to import that was submitted in the
ImportRequest . |
Constructor and Description |
---|
ImportResponse() |
public java.lang.String statusUri
public java.lang.String targetUri
ImportRequest
.