public class DataSenseRequest extends AbstractToolingRequest
DataSenseService.| Constructor and Description |
|---|
DataSenseRequest() |
| Modifier and Type | Method and Description |
|---|---|
DataSenseResolutionScope |
getDataSenseResolutionScope() |
Location |
getLocation() |
long |
getMetadataTimeout() |
void |
setDataSenseResolutionScope(DataSenseResolutionScope dataSenseResolutionScope)
Sets the resolution scope to be used on resolving DataSense.
|
void |
setLocation(Location location)
Sets the location from the
ToolingArtifact configuration to be used for resolving DataSense. |
void |
setMetadataTimeout(long timeout)
Sets the timeout for metadata requests to be used for resolving DataSense.
|
String |
toString() |
checkArgument, getRequestTimeout, setRequestTimeoutpublic void setLocation(Location location)
ToolingArtifact configuration to be used for resolving DataSense.location - from the ToolingArtifact configuration.public Location getLocation()
ToolingArtifact configuration.public void setDataSenseResolutionScope(DataSenseResolutionScope dataSenseResolutionScope)
dataSenseResolutionScope - resolution scope to use.public DataSenseResolutionScope getDataSenseResolutionScope()
DataSenseResolutionScope.public void setMetadataTimeout(long timeout)
timeout - from the ToolingArtifact configuration.public long getMetadataTimeout()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.