Package com.datarobot.model
Class ReturnsLocation
- java.lang.Object
-
- com.datarobot.model.ReturnsLocation
-
- Direct Known Subclasses:
DatasetImportResponse,LearningSessionLearnResponse,Status
public abstract class ReturnsLocation extends java.lang.ObjectThis Abstract class can be added to any model tied to an HTTP Response that has a Location header.
-
-
Constructor Summary
Constructors Constructor Description ReturnsLocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidAssignLocation(com.google.api.client.http.HttpHeaders headers)java.net.URIgetLocation()
-
-
-
Method Detail
-
getLocation
public java.net.URI getLocation()
-
AssignLocation
public void AssignLocation(com.google.api.client.http.HttpHeaders headers) throws ClientException- Throws:
ClientException
-
-