Package com.boomi.connector.api
Interface GetRequest
-
- All Superinterfaces:
OperationRequest
- All Known Implementing Classes:
SimpleGetRequest
public interface GetRequest extends OperationRequest
Interface for accessing the request information for a GET request.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectIdData
getObjectId()
Returns the single non-null
tracked id of the object to be retrieved.-
Methods inherited from interface com.boomi.connector.api.OperationRequest
getExecutionId, getProcessId, getTopLevelExecutionId, getTopLevelProcessId
-
-
-
-
Method Detail
-
getObjectId
ObjectIdData getObjectId()
Returns the single non-null
tracked id of the object to be retrieved.
-
-